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

Unified Diff: build/common.gypi

Issue 9460048: Use gyp names in MIDL build rules rather than VS macros (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c0b770dcc43a9afaaebf4a127720cf56195d2609..1b056c9a23e648b94063361baecf69d416d40289 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2842,12 +2842,12 @@
},
'VCMIDLTool': {
'GenerateStublessProxies': 'true',
- 'TypeLibraryName': '$(InputName).tlb',
- 'OutputDirectory': '$(IntDir)',
- 'HeaderFileName': '$(InputName).h',
- 'DLLDataFileName': 'dlldata.c',
- 'InterfaceIdentifierFileName': '$(InputName)_i.c',
- 'ProxyFileName': '$(InputName)_p.c',
+ 'TypeLibraryName': '<(RULE_INPUT_NAME).tlb',
+ 'OutputDirectory': '<(INTERMEDIATE_DIR)',
+ 'HeaderFileName': '<(RULE_INPUT_NAME).h',
+ 'DLLDataFileName': '<(RULE_INPUT_NAME).dlldata.c',
+ 'InterfaceIdentifierFileName': '<(RULE_INPUT_NAME)_i.c',
+ 'ProxyFileName': '<(RULE_INPUT_NAME)_p.c',
},
'VCResourceCompilerTool': {
'Culture' : '1033',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698