Index: Source/bindings/common/common.gypi |
diff --git a/Source/modules/modules_generated.gypi b/Source/bindings/common/common.gypi |
similarity index 60% |
copy from Source/modules/modules_generated.gypi |
copy to Source/bindings/common/common.gypi |
index 452552422ac2b9ce36d652f1d25866195c9500d2..8454e599a3b1697a89f6fae3a2af3e7923bf75b0 100644 |
--- a/Source/modules/modules_generated.gypi |
+++ b/Source/bindings/common/common.gypi |
@@ -3,7 +3,9 @@ |
# found in the LICENSE file. |
{ |
- 'variables': { |
- 'blink_modules_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/modules', |
- }, |
+ 'variables': { |
+ 'bindings_common_dir': '.', |
+ 'bindings_common_files': [ |
+ ], |
+ }, |
} |