diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | chrome/chrome.gyp | 1 | ||||
-rw-r--r-- | net/net.gyp | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 1 | ||||
-rw-r--r-- | webkit/webkit.gyp | 1 |
5 files changed, 5 insertions, 1 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@365", + "http://gyp.googlecode.com/svn/trunk@367", "src/v8": "http://v8.googlecode.com/svn/trunk@1512", diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e6af6d6..1636fef 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -54,6 +54,7 @@ '<(SHARED_INTERMEDIATE_DIR)/chrome/grit/<(RULE_INPUT_ROOT).h', ], 'action': ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/chrome'], + 'message': 'Generating resources from <(RULE_INPUT_PATH)', }, ], 'sources': [ diff --git a/net/net.gyp b/net/net.gyp index 4432bf8..00caf09 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -548,6 +548,7 @@ ], 'action': ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/net'], + 'message': 'Generating resources from <(RULE_INPUT_PATH)', }, ], 'sources': [ diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp index 56b336d..fe57919 100644 --- a/webkit/tools/test_shell/test_shell.gyp +++ b/webkit/tools/test_shell/test_shell.gyp @@ -307,6 +307,7 @@ ], 'action': ['python', '<@(_inputs)', '-i', '<(RULE_INPUT_PATH)', 'build', '-o', '<(SHARED_INTERMEDIATE_DIR)/test_shell'], + 'message': 'Generating resources from <(RULE_INPUT_PATH)', }, ], 'direct_dependent_settings': { diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 1215acf..ca39378 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -600,6 +600,7 @@ }, 'action': ['python', 'build/rule_binding.py', '<(RULE_INPUT_PATH)', '<(INTERMEDIATE_DIR)/bindings', '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', '--', '<@(_inputs)', '--', '--defines', '<(feature_defines) LANGUAGE_JAVASCRIPT V8_BINDING', '--generator', 'V8', '<@(generator_include_dirs)'], 'process_outputs_as_sources': 1, + 'message': 'Generating binding from <(RULE_INPUT_PATH)', }, ], 'include_dirs': [ |