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

Unified Diff: build/common.gypi

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 | « no previous file | build/prefix_header_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0867e42fe61f45a3c9798d37d0e069efe8f871e7..b208229fe8cef1bf6efac329a8a66bfd73000b40 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1170,7 +1170,8 @@
'-Wno-missing-field-initializers',
],
'conditions': [
- ['chromium_mac_pch', {'GCC_PRECOMPILE_PREFIX_HEADER': 'YES'},
+ ['chromium_mac_pch', {'GCC_PRECOMPILE_PREFIX_HEADER': 'YES',
+ 'GCC_PREFIX_HEADER': '/Users/thakis/src/chrome-git/src/build/prefix_header_mac.h'},
{'GCC_PRECOMPILE_PREFIX_HEADER': 'NO'}
],
],
« no previous file with comments | « no previous file | build/prefix_header_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698