diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 23:02:02 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 23:02:02 +0000 |
commit | 8b38988b9820041f31fb0af6a9dd19acdaafe7b1 (patch) | |
tree | aeb8b3873ad9d9402b8af7a4933375c9d51dec45 /remoting | |
parent | f4bdeafed97da74d8da1ad7dcb484a99312ffa65 (diff) | |
download | chromium_src-8b38988b9820041f31fb0af6a9dd19acdaafe7b1.zip chromium_src-8b38988b9820041f31fb0af6a9dd19acdaafe7b1.tar.gz chromium_src-8b38988b9820041f31fb0af6a9dd19acdaafe7b1.tar.bz2 |
Remove RULE_INPUT_PATH from inputs.
These inputs are not necessary because RULE_INPUT_PATH is always
an input of a rule. And the .gyp spec doesn't guarantee that the
RULE_INPUT_* variables exist for the inputs list.
BUG=
R=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/197233010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting_android.gypi | 1 | ||||
-rw-r--r-- | remoting/remoting_host.gypi | 3 | ||||
-rw-r--r-- | remoting/remoting_host_win.gypi | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi index a10d404..86b9e56 100644 --- a/remoting/remoting_android.gypi +++ b/remoting/remoting_android.gypi @@ -65,7 +65,6 @@ 'inputs': [ '<(remoting_localize_path)', '<(branding_path)', - '<(RULE_INPUT_PATH)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/remoting/android/<(RULE_INPUT_ROOT)', diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 40b00c9..cc68f3f 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -322,7 +322,6 @@ # Rule to run the message compiler. 'rule_name': 'message_compiler', 'extension': 'mc', - 'inputs': [ '<(RULE_INPUT_PATH)' ], 'outputs': [ '<(output_dir)/<(RULE_INPUT_ROOT).h', '<(output_dir)/<(RULE_INPUT_ROOT).rc', @@ -602,7 +601,6 @@ 'inputs': [ '<(remoting_localize_path)', '<(branding_path)', - '<(RULE_INPUT_PATH)', ], 'outputs': [ '<(PRODUCT_DIR)/remoting/<(RULE_INPUT_ROOT)', @@ -636,7 +634,6 @@ 'extension': 'jinja2', 'inputs': [ '<(remoting_localize_path)', - '<(RULE_INPUT_PATH)', ], 'outputs': [ '<!@pymod_do_main(remoting_localize --locale_output ' diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi index 2c3f047..7182b82 100644 --- a/remoting/remoting_host_win.gypi +++ b/remoting/remoting_host_win.gypi @@ -453,7 +453,6 @@ 'inputs': [ '<(chrome_version_path)', '<(remoting_version_path)', - '<(RULE_INPUT_PATH)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/remoting/<(RULE_INPUT_ROOT)', |