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

Unified Diff: tools/check-static-initializers.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 | « third_party/binutils/download.py ('k') | tools/gcmole/run_gcmole.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check-static-initializers.gyp
diff --git a/tools/check-static-initializers.gyp b/tools/check-static-initializers.gyp
index 547a6c873bb87309b5afbf3a21eedaf938f5250b..cfeacfc89fb08e411d62ccab568cff2d295b9c68 100644
--- a/tools/check-static-initializers.gyp
+++ b/tools/check-static-initializers.gyp
@@ -13,8 +13,8 @@
'../src/d8.gyp:d8_run',
],
'includes': [
- '../build/features.gypi',
- '../build/isolate.gypi',
+ '../gypfiles/features.gypi',
+ '../gypfiles/isolate.gypi',
],
'sources': [
'check-static-initializers.isolate',
« no previous file with comments | « third_party/binutils/download.py ('k') | tools/gcmole/run_gcmole.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698