Skip to content

Commit

Permalink
Removed headers from a jumbo exclude list in cctest
Browse files Browse the repository at this point in the history
Headers are not included in jumbo builds so excluding
them has no meaning and will cause problems in a future
version of jumbo. This patch removes two such headers.

Change-Id: I19eadf989ff69a4e1116ba265ecb37236d67efd4
Reviewed-on: https://chromium-review.googlesource.com/c/1290793
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#56809}
  • Loading branch information
bratell-at-opera authored and Commit Bot committed Oct 19, 2018
1 parent 1e748ba commit 45d5312
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cctest/BUILD.gn
Expand Up @@ -272,10 +272,8 @@ v8_source_set("cctest_sources") {
# TODO(mostynb@opera.com): figure out the jumbo issues with these source
# files, and include them in jumbo compilation units.
"interpreter/bytecode-expectations-printer.cc",
"interpreter/bytecode-expectations-printer.h",
"interpreter/test-bytecode-generator.cc",
"test-api.cc",
"test-api.h",
]
}

Expand Down

0 comments on commit 45d5312

Please sign in to comment.