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

Unified Diff: gypfiles/standalone.gypi

Issue 2061933002: [build] Provide tracing dependency via variable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: depths 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 | src/v8.gyp » ('j') | src/v8.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/standalone.gypi
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
index a2047f1c40cfdd4a1c0c44f1f1652314f1f42028..3963494823e513ceea90ff925f0fd04e0f655a3d 100644
--- a/gypfiles/standalone.gypi
+++ b/gypfiles/standalone.gypi
@@ -206,6 +206,7 @@
'v8_extra_library_files': ['../test/cctest/test-extra.js'],
'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-extra.js'],
+ 'v8_tracing_include_dir': '<(DEPTH)',
# .gyp files or targets should set v8_code to 1 if they build V8 specific
# code, as opposed to external code. This variable is used to control such
# things as the set of warnings to enable, and whether warnings are treated
« no previous file with comments | « no previous file | src/v8.gyp » ('j') | src/v8.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698