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

Unified Diff: test/compiler-override/cxxtest.cc

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-host.gyp ('k') | test/compiler-override/gyptest-compiler-env.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-override/cxxtest.cc
diff --git a/test/mac/framework-headers/myframework.m b/test/compiler-override/cxxtest.cc
similarity index 53%
copy from test/mac/framework-headers/myframework.m
copy to test/compiler-override/cxxtest.cc
index 13d53a37ab716db25f82fb15060d47804db81e06..517a35361962839546d9977c032e221fff9e7bf7 100644
--- a/test/mac/framework-headers/myframework.m
+++ b/test/compiler-override/cxxtest.cc
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "myframework.h"
-
-@implementation TestObject
-@end
+// Deliberate C syntax error as this file should never be passed to
+// the actual compiler
+#error Should not be passed to a real compiler
« no previous file with comments | « test/compiler-override/compiler-host.gyp ('k') | test/compiler-override/gyptest-compiler-env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698