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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | skia/skia_Prefix.pch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 45; 6 objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 7B4DF47E0E5B5FE0004D7619 /* SkNinePatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B4DF47D0E5B5FE0004D7619 /* SkNinePatch.cpp */; }; 10 7B4DF47E0E5B5FE0004D7619 /* SkNinePatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B4DF47D0E5B5FE0004D7619 /* SkNinePatch.cpp */; };
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 buildSettings = { 1034 buildSettings = {
1035 GCC_TREAT_WARNINGS_AS_ERRORS = NO; 1035 GCC_TREAT_WARNINGS_AS_ERRORS = NO;
1036 XCODEPROJ_DEPTH = ..; 1036 XCODEPROJ_DEPTH = ..;
1037 }; 1037 };
1038 name = Release; 1038 name = Release;
1039 }; 1039 };
1040 E48EE4D00E34E856009DE966 /* Debug */ = { 1040 E48EE4D00E34E856009DE966 /* Debug */ = {
1041 isa = XCBuildConfiguration; 1041 isa = XCBuildConfiguration;
1042 baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */; 1042 baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */;
1043 buildSettings = { 1043 buildSettings = {
1044 GCC_PREFIX_HEADER = skia_Prefix.pch;
1044 GCC_PREPROCESSOR_DEFINITIONS = ( 1045 GCC_PREPROCESSOR_DEFINITIONS = (
1045 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1046 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1046 SK_BUILD_FOR_MAC, 1047 SK_BUILD_FOR_MAC,
1047 SK_DEBUG,
1048 ); 1048 );
1049 HEADER_SEARCH_PATHS = ( 1049 HEADER_SEARCH_PATHS = (
1050 corecg, 1050 corecg,
1051 include, 1051 include,
1052 include/corecg, 1052 include/corecg,
1053 picture, 1053 picture,
1054 sgl, 1054 sgl,
1055 ); 1055 );
1056 PRODUCT_NAME = skia; 1056 PRODUCT_NAME = skia;
1057 }; 1057 };
1058 name = Debug; 1058 name = Debug;
1059 }; 1059 };
1060 E48EE4D10E34E856009DE966 /* Release */ = { 1060 E48EE4D10E34E856009DE966 /* Release */ = {
1061 isa = XCBuildConfiguration; 1061 isa = XCBuildConfiguration;
1062 baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */; 1062 baseConfigurationReference = 7B4DF44D0E5B5E5C004D7619 /* staticlib.xcconfig */;
1063 buildSettings = { 1063 buildSettings = {
1064 GCC_PREFIX_HEADER = skia_Prefix.pch;
1064 GCC_PREPROCESSOR_DEFINITIONS = ( 1065 GCC_PREPROCESSOR_DEFINITIONS = (
1065 "$(GCC_PREPROCESSOR_DEFINITIONS)", 1066 "$(GCC_PREPROCESSOR_DEFINITIONS)",
1066 SK_BUILD_FOR_MAC, 1067 SK_BUILD_FOR_MAC,
1067 ); 1068 );
1068 HEADER_SEARCH_PATHS = ( 1069 HEADER_SEARCH_PATHS = (
1069 corecg, 1070 corecg,
1070 include, 1071 include,
1071 include/corecg, 1072 include/corecg,
1072 picture, 1073 picture,
1073 sgl, 1074 sgl,
(...skipping 20 matching lines...) Expand all
1094 E48EE4D00E34E856009DE966 /* Debug */, 1095 E48EE4D00E34E856009DE966 /* Debug */,
1095 E48EE4D10E34E856009DE966 /* Release */, 1096 E48EE4D10E34E856009DE966 /* Release */,
1096 ); 1097 );
1097 defaultConfigurationIsVisible = 0; 1098 defaultConfigurationIsVisible = 0;
1098 defaultConfigurationName = Release; 1099 defaultConfigurationName = Release;
1099 }; 1100 };
1100 /* End XCConfigurationList section */ 1101 /* End XCConfigurationList section */
1101 }; 1102 };
1102 rootObject = 0867D690FE84028FC02AAC07 /* Project object */; 1103 rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
1103 } 1104 }
OLDNEW
« 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