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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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/bindings/bindings.gyp ('k') | Source/core/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 8b3f4b120b3c33dd4f90bfc3f18499950d4a890e..646b6daa0fb7844a070439a57518d0863e99da40 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -136,7 +136,7 @@
'hard_dependency': 1,
'dependencies': [
'supplemental_dependencies',
- '../core/core.gyp/core_derived_sources.gyp:generate_test_support_idls',
+ '../core/core_derived_sources.gyp:generate_test_support_idls',
],
'sources': [
'<@(idl_files)',
@@ -145,7 +145,7 @@
'actions': [{
'action_name': 'derived_sources_all_in_one',
'inputs': [
- '../core/core.gyp/scripts/action_derivedsourcesallinone.py',
+ '../core/scripts/action_derivedsourcesallinone.py',
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
],
'outputs': [
@@ -153,7 +153,7 @@
],
'action': [
'python',
- '../core/core.gyp/scripts/action_derivedsourcesallinone.py',
+ '../core/scripts/action_derivedsourcesallinone.py',
'<(SHARED_INTERMEDIATE_DIR)/supplemental_dependency.tmp',
'--',
'<@(derived_sources_aggregate_files)',
« no previous file with comments | « Source/bindings/bindings.gyp ('k') | Source/core/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698