Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1215)

Unified Diff: remoting/remoting_host.gypi

Issue 197233010: Remove RULE_INPUT_PATH from inputs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_android.gypi ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 40b00c90b654cb34dad4a926a17ad006f62a99a1..cc68f3f074ae0349281634183bb3fd50f50d29bc 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 '
« no previous file with comments | « remoting/remoting_android.gypi ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698