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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 26414004: Move core/scripts to build/scripts so that platform can use them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 2675fbe584e9a956d6b9f33c0dcacc8e3906d97d..201f6831d1540e842cfcf21f5d1d9d976f2f2f93 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -198,7 +198,7 @@
'scripts/code_generator_v8.pm',
'scripts/idl_parser.pm',
'scripts/idl_serializer.pm',
- '../core/scripts/preprocessor.pm',
+ '../build/scripts/preprocessor.pm',
'scripts/IDLAttributes.txt',
# FIXME: If the dependency structure changes, we rebuild all files,
# since we're not computing dependencies file-by-file in the build.
@@ -237,7 +237,7 @@
'<(perl_exe)',
'-w',
'-Iscripts',
- '-I../core/scripts',
+ '-I../build/scripts',
'-I<(DEPTH)/third_party/JSON/out/lib/perl5',
'scripts/generate_bindings.pl',
'--outputDir',
@@ -267,7 +267,7 @@
'actions': [{
'action_name': 'derived_sources_all_in_one',
'inputs': [
- '../core/scripts/action_derivedsourcesallinone.py',
+ '../build/scripts/action_derivedsourcesallinone.py',
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
],
'outputs': [
@@ -275,7 +275,7 @@
],
'action': [
'python',
- '../core/scripts/action_derivedsourcesallinone.py',
+ '../build/scripts/action_derivedsourcesallinone.py',
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
'--',
'<@(derived_sources_aggregate_files)',
« no previous file with comments | « no previous file | Source/build/scripts/Hasher.pm » ('j') | Source/core/ConvertFileToHeaderWithCharacterArray.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698