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

Unified Diff: skia/skia.xcodeproj/project.pbxproj

Issue 3005: Re-enable Skia precompiled prefix header (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | skia/skia_Prefix.pch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.xcodeproj/project.pbxproj
===================================================================
--- skia/skia.xcodeproj/project.pbxproj (revision 2096)
+++ skia/skia.xcodeproj/project.pbxproj (working copy)
@@ -1041,10 +1041,10 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */;
buildSettings = {
+ GCC_PREFIX_HEADER = skia_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
SK_BUILD_FOR_MAC,
- SK_DEBUG,
);
HEADER_SEARCH_PATHS = (
corecg,
@@ -1061,6 +1061,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */;
buildSettings = {
+ GCC_PREFIX_HEADER = skia_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
SK_BUILD_FOR_MAC,
« no previous file with comments | « no previous file | skia/skia_Prefix.pch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698