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

Unified Diff: build/common.gypi

Issue 2068073002: Provide v8 dependency on tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: depth Created 4 years, 6 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 203247dce51c1cc6fafacc7ff6a23399d14d0862..987959680b164f6beb90f757804741840413e9ce 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1284,6 +1284,7 @@
# Turns on compiler optimizations in V8 in Debug build.
'v8_optimized_debug%': 1,
+ 'v8_tracing_include_dir': '<(DEPTH)',
Michael Achenbach 2016/06/17 06:41:03 nit: It might be minimally confusing that there's
# Use system protobuf instead of bundled one.
'use_system_protobuf%': 0,
« 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