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

Unified Diff: Source/web/web.gyp

Issue 311343002: Move Source/web/scripts/make-file-arrays.py and add namespace option. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/web/scripts/make-file-arrays.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 69c3f9d4f7c4166c4b753092b9fdfa47e2c31ab3..0cb942dced95b1a42365d0d1fffc0193739ae1db 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -212,7 +212,7 @@
],
},
'inputs': [
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'<@(resources)',
],
'outputs': [
@@ -221,7 +221,7 @@
],
'action': [
'python',
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.h',
'--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/PickerCommon.cpp',
'<@(resources)',
@@ -240,7 +240,7 @@
],
},
'inputs': [
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'<@(resources)'
],
'outputs': [
@@ -249,7 +249,7 @@
],
'action': [
'python',
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.h',
'--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp',
'<@(resources)',
@@ -265,7 +265,7 @@
],
},
'inputs': [
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'<@(resources)',
],
'outputs': [
@@ -274,7 +274,7 @@
],
'action': [
'python',
- 'scripts/make-file-arrays.py',
+ '../build/scripts/make-file-arrays.py',
'--out-h=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.h',
'--out-cpp=<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp',
'<@(resources)',
« no previous file with comments | « Source/web/scripts/make-file-arrays.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698