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

Unified Diff: build/prefix_header_mac.h

Issue 2868021: Mac: Play with using a prefix header. (Closed)
Patch Set: Created 10 years, 6 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/prefix_header_mac.h
diff --git a/build/prefix_header_mac.h b/build/prefix_header_mac.h
new file mode 100644
index 0000000000000000000000000000000000000000..f959a0021d9db71106e2a1ef670039dec1e6c6cf
--- /dev/null
+++ b/build/prefix_header_mac.h
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'Untitled' target in the 'Untitled' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698