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

Unified Diff: build_overrides/v8.gni

Issue 2307903003: Add v8_enable_inspector_override to build_config/v8.gni. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index 668c0c70938d1fef9749b5df3e66da8d9c32543d..f50e6b42d2e9234bf1a9368534c03389c8bbafb3 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -19,3 +19,5 @@ v8_extra_library_files = [
"../third_party/WebKit/Source/core/streams/ReadableStream.js",
]
v8_experimental_extra_library_files = []
+
+v8_enable_inspector_override = true
Michael Achenbach 2016/09/05 06:44:04 Please start out with "false". Then land the v8 si
dgozman 2016/09/06 17:38:01 Good catch! Done.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698