diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 18:30:35 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 18:30:35 +0000 |
commit | 027ec5f2dc1e9a26aea297623f1784592de7d562 (patch) | |
tree | d79d7c1830b3a7ec22e6ff839041ab09f22cf90b /webkit | |
parent | ab27a37c934b9407a4c00248d1cc11ac51e2b9c7 (diff) | |
download | chromium_src-027ec5f2dc1e9a26aea297623f1784592de7d562.zip chromium_src-027ec5f2dc1e9a26aea297623f1784592de7d562.tar.gz chromium_src-027ec5f2dc1e9a26aea297623f1784592de7d562.tar.bz2 |
Add 'Generating' messages for rules.
Review URL: http://codereview.chromium.org/48015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11749 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell.gyp | 1 | ||||
-rw-r--r-- | webkit/webkit.gyp | 1 |
2 files changed, 2 insertions, 0 deletions
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': [ |