Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: test/BUILD.gn

Issue 2385663002: Version 5.5.335.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/v8-version.h ('k') | test/inspector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index e24615a4437ae00327c84d83a4bdc53a68c714af..36ca7a204904b8e7759b72633639b081c7d92bf7 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("../gni/isolate.gni")
-import("//build_overrides/v8.gni")
group("gn_all") {
testonly = true
@@ -21,10 +20,6 @@ group("gn_all") {
]
}
- if (v8_enable_inspector_override) {
- deps += [ "inspector:inspector-test" ]
- }
-
if (v8_test_isolation_mode != "noop") {
deps += [
":benchmarks_run",
« no previous file with comments | « include/v8-version.h ('k') | test/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698