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

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: ninja: don't run manifest tool when LD_target is overridden Created 8 years, 5 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
Index: test/compiler-override/compiler.gyp
diff --git a/test/hello/hello.gyp b/test/compiler-override/compiler.gyp
similarity index 87%
copy from test/hello/hello.gyp
copy to test/compiler-override/compiler.gyp
index 1974d51ccd1934cfc0841f26e7118448b2fb1c98..e9f412ca8ab53e3a6228bb91c843d165a47de5a8 100644
--- a/test/hello/hello.gyp
+++ b/test/compiler-override/compiler.gyp
@@ -8,7 +8,8 @@
'target_name': 'hello',
'type': 'executable',
'sources': [
- 'hello.c',
+ 'test.c',
+ 'cxxtest.cc',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698