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

Unified Diff: src/d8.gyp

Issue 18846002: Factor out toolset definitions in a separate gypi file (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 5 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 | « samples/samples.gyp ('k') | src/third_party/vtune/v8vtune.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index 40d2f14daba21c9d80416bd4c843a57386fa126f..6a57e122fe7d0a98e60c439fd1ce418437b13d43 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -33,7 +33,7 @@
'v8_enable_vtunejit%': 0,
'v8_enable_i18n_support%': 0,
},
- 'includes': ['../build/common.gypi'],
+ 'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
'targets': [
{
'target_name': 'd8',
« no previous file with comments | « samples/samples.gyp ('k') | src/third_party/vtune/v8vtune.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698