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

Unified Diff: BUILD.gn

Issue 2425973002: [debugger] basic test infrastructure for new debugger test api. (Closed)
Patch Set: fix 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 | gypfiles/all.gyp » ('j') | test/debugger/debugger.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 38afd980cc926e1bd08039d91b9e43f0307be2b7..81980ed5d512450667f97a80e9211c051cb31903 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2560,6 +2560,11 @@ v8_executable("d8") {
if (v8_enable_i18n_support) {
deps += [ "//third_party/icu" ]
}
+
+ defines = []
+ if (v8_enable_inspector_override) {
+ defines += [ "V8_INSPECTOR_ENABLED" ]
+ }
}
v8_isolate_run("d8") {
« no previous file with comments | « no previous file | gypfiles/all.gyp » ('j') | test/debugger/debugger.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698