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

Unified Diff: test/compiler-override/compiler.gyp

Issue 10833021: Honor $CC/$CC_host and friends in make generator. (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: Remove msvs_emulation.py changes Created 8 years, 4 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 | « pylib/gyp/generator/ninja.py ('k') | test/compiler-override/compiler-global-settings.gyp.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-override/compiler.gyp
diff --git a/test/msvs/missing_sources/hello_missing.gyp b/test/compiler-override/compiler.gyp
similarity index 87%
copy from test/msvs/missing_sources/hello_missing.gyp
copy to test/compiler-override/compiler.gyp
index c08926bbff4ea3aed30c19d02371d883f0f353f1..c2f3002f20724d1c40baf9e6300c6f0a3baa6c60 100644
--- a/test/msvs/missing_sources/hello_missing.gyp
+++ b/test/compiler-override/compiler.gyp
@@ -8,7 +8,8 @@
'target_name': 'hello',
'type': 'executable',
'sources': [
- 'hello_missing.cpp',
+ 'test.c',
+ 'cxxtest.cc',
],
},
],
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | test/compiler-override/compiler-global-settings.gyp.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698