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

Unified Diff: build/common.gypi

Issue 10008061: Rename intermediate dlldata.c file to make names non-conflicting (for ninja/windows) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove installer from this CL Created 8 years, 8 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 | third_party/iaccessible2/iaccessible2.gyp » ('j') | 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 269c2c6931a4f9fe98b0581f929e23daf7a3d4ae..360f5ff220f27ac46dab237febe0f43dee1215f4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2849,7 +2849,7 @@
'TypeLibraryName': '$(InputName).tlb',
'OutputDirectory': '$(IntDir)',
'HeaderFileName': '$(InputName).h',
- 'DLLDataFileName': 'dlldata.c',
+ 'DLLDataFileName': '$(InputName).dlldata.c',
'InterfaceIdentifierFileName': '$(InputName)_i.c',
'ProxyFileName': '$(InputName)_p.c',
},
« no previous file with comments | « no previous file | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698