Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 61cc59b1009e73af2fa51213bdc863888ef5de4e..c07a962ef9d774f98abb83ceb90015402d7bfae6 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -524,7 +524,30 @@ |
'../webkit/common/webkit_common.gyp:webkit_common', |
'../webkit/storage_browser.gyp:webkit_storage_browser', |
'../webkit/storage_common.gyp:webkit_storage_common', |
- 'content.gyp:webkit_version', |
+ ], |
+ 'actions': [ |
+ { |
+ 'action_name': 'generate_webkit_version', |
+ 'inputs': [ |
+ '<(script)', |
+ '<(lastchange)', |
+ '<(template)', |
+ ], |
+ 'outputs': [ |
+ '<(SHARED_INTERMEDIATE_DIR)/webkit_version.h', |
+ ], |
+ 'action': ['python', |
+ '<(script)', |
+ '-f', '<(lastchange)', |
+ '<(template)', |
+ '<@(_outputs)', |
+ ], |
+ 'variables': { |
+ 'script': '<(DEPTH)/build/util/version.py', |
+ 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', |
+ 'template': 'webkit_version.h.in', |
+ }, |
+ }, |
], |
}], |
['OS=="mac"', { |