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

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: 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
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 6f56264be3606211f2d2d402b5cf92833ca43fb0..3ac9503879910edf3b68cd84eeab7949a3297d89 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -133,7 +133,7 @@
'hard_dependency': 1,
'dependencies': [
'supplemental_dependencies',
- '../core/core.gyp/core_derived_sources.gyp:generate_test_support_idls',
+ '../core/derived_sources.gyp:generate_test_support_idls',
],
'sources': [
'<@(idl_files)',
@@ -142,7 +142,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': [
@@ -150,7 +150,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') | Source/core/core.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698