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 /net | |
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 'net')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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': [ |