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

Unified Diff: src/d8.gyp

Issue 1848553003: [gn] Move build to gypfiles (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Preserve old state for the dance Created 4 years, 8 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 | « src/base.isolate ('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 f5729366b609a43ce0d9b4b04c7f2e878e11b8aa..f328616238e8f2755a4b58f9a1466cea0a7174d3 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -33,7 +33,7 @@
'v8_enable_i18n_support%': 1,
'v8_toolset_for_d8%': 'target',
},
- 'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
+ 'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'],
'targets': [
{
'target_name': 'd8',
@@ -150,7 +150,7 @@
'd8',
],
'includes': [
- '../build/isolate.gypi',
+ '../gypfiles/isolate.gypi',
],
'sources': [
'd8.isolate',
« no previous file with comments | « src/base.isolate ('k') | src/third_party/vtune/v8vtune.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698