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

Unified Diff: BUILD.gn

Issue 2393863002: [inspector] Add swarming support to inspector tests (Closed)
Patch Set: Swarming + format Created 4 years, 2 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 | « no previous file | gni/isolate.gni » ('j') | infra/mb/mb_config.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e5c700516e92fbc00d3813afcb8e2f32829fcf8b..98c5f224a5b7ad3c22a180da3aa1018dfbc26a37 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -722,6 +722,7 @@ action("v8_dump_build_config") {
"is_tsan=$is_tsan",
"target_cpu=\"$target_cpu\"",
"v8_enable_i18n_support=$v8_enable_i18n_support",
+ "v8_enable_inspector=$v8_enable_inspector_override",
"v8_target_cpu=\"$v8_target_cpu\"",
"v8_use_snapshot=$v8_use_snapshot",
]
« no previous file with comments | « no previous file | gni/isolate.gni » ('j') | infra/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698