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

Unified Diff: test/compiler-override/compiler-host.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 | « test/compiler-override/compiler-global-settings.gyp.in ('k') | test/compiler-override/cxxtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-override/compiler-host.gyp
diff --git a/test/msvs/missing_sources/hello_missing.gyp b/test/compiler-override/compiler-host.gyp
similarity index 81%
copy from test/msvs/missing_sources/hello_missing.gyp
copy to test/compiler-override/compiler-host.gyp
index c08926bbff4ea3aed30c19d02371d883f0f353f1..05b0368d4c29a941eee9ab432c669e61789e03c8 100644
--- a/test/msvs/missing_sources/hello_missing.gyp
+++ b/test/compiler-override/compiler-host.gyp
@@ -5,10 +5,12 @@
{
'targets': [
{
+ 'toolset': 'host',
'target_name': 'hello',
'type': 'executable',
'sources': [
- 'hello_missing.cpp',
+ 'test.c',
+ 'cxxtest.cc',
],
},
],
« no previous file with comments | « test/compiler-override/compiler-global-settings.gyp.in ('k') | test/compiler-override/cxxtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698