| 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)',
|
|
|