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

Unified Diff: build/common.gypi

Issue 9950035: Revert 129968 - Use gyp names in MIDL build rules rather than VS macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- build/common.gypi (revision 129999)
+++ build/common.gypi (working copy)
@@ -2842,12 +2842,12 @@
},
'VCMIDLTool': {
'GenerateStublessProxies': 'true',
- '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',
+ 'TypeLibraryName': '$(InputName).tlb',
+ 'OutputDirectory': '$(IntDir)',
+ 'HeaderFileName': '$(InputName).h',
+ 'DLLDataFileName': 'dlldata.c',
+ 'InterfaceIdentifierFileName': '$(InputName)_i.c',
+ 'ProxyFileName': '$(InputName)_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