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

Unified Diff: gypfiles/gyp_v8

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 | « gypfiles/gyp_environment.py ('k') | gypfiles/gyp_v8.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/gyp_v8
diff --git a/build/gyp_v8 b/gypfiles/gyp_v8
similarity index 98%
rename from build/gyp_v8
rename to gypfiles/gyp_v8
index 2cd1cd640847eba3eb2973df0d61790e8c53b632..e97507a360566db6664d49bb95a99f4eed93e33b 100755
--- a/build/gyp_v8
+++ b/gypfiles/gyp_v8
@@ -90,7 +90,7 @@ def additional_include_files(args=[]):
result.append(path)
# Always include standalone.gypi
- AddInclude(os.path.join(v8_root, 'build', 'standalone.gypi'))
+ AddInclude(os.path.join(v8_root, 'gypfiles', 'standalone.gypi'))
# Optionally add supplemental .gypi files if present.
supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
« no previous file with comments | « gypfiles/gyp_environment.py ('k') | gypfiles/gyp_v8.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698