summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp b/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp
new file mode 100644
index 000000000..de078a064
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp
@@ -0,0 +1,7 @@
+#ifndef CFLAG
+#error CFLAG should be set
+#endif
+
+#ifndef CCFLAG
+#error CCFLAG should be set
+#endif