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

Side by Side Diff: webkit/tools/npapi_layout_test_plugin/npapi_layout_test_plugin.xcodeproj/project.pbxproj

Issue 13374: projectile (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 12 years 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
« no previous file with comments | « chrome/chrome.xcodeproj/project.pbxproj ('k') | no next file » | 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 = 42; 6 » objectVersion = 45;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 4DCE9E680EF0BAAC00682526 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DCE9E670EF0BAAC00682526 /* Carbon.framework */; };
10 825522200EE70F9800329CC8 /* Info.r in Rez */ = {isa = PBXBuildFi le; fileRef = 8255220A0EE70E7B00329CC8 /* Info.r */; }; 11 825522200EE70F9800329CC8 /* Info.r in Rez */ = {isa = PBXBuildFi le; fileRef = 8255220A0EE70E7B00329CC8 /* Info.r */; };
11 826F17010EE5DFC000D973C7 /* main.cpp in Sources */ = {isa = PBXB uildFile; fileRef = 826F16FB0EE5DFC000D973C7 /* main.cpp */; }; 12 826F17010EE5DFC000D973C7 /* main.cpp in Sources */ = {isa = PBXB uildFile; fileRef = 826F16FB0EE5DFC000D973C7 /* main.cpp */; };
12 826F17020EE5DFC000D973C7 /* PluginObject.cpp in Sources */ = {is a = PBXBuildFile; fileRef = 826F16FC0EE5DFC000D973C7 /* PluginObject.cpp */; }; 13 826F17020EE5DFC000D973C7 /* PluginObject.cpp in Sources */ = {is a = PBXBuildFile; fileRef = 826F16FC0EE5DFC000D973C7 /* PluginObject.cpp */; };
13 826F17030EE5DFC000D973C7 /* TestObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 826F16FF0EE5DFC000D973C7 /* TestObject.cpp */; }; 14 826F17030EE5DFC000D973C7 /* TestObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 826F16FF0EE5DFC000D973C7 /* TestObject.cpp */; };
14 /* End PBXBuildFile section */ 15 /* End PBXBuildFile section */
15 16
16 /* Begin PBXFileReference section */ 17 /* Begin PBXFileReference section */
18 4DCE9E670EF0BAAC00682526 /* Carbon.framework */ = {isa = PBXFile Reference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = "<group>"; };
17 8255220A0EE70E7B00329CC8 /* Info.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = Info.r; sourceTree = "<group>"; }; 19 8255220A0EE70E7B00329CC8 /* Info.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = Info.r; sourceTree = "<group>"; };
18 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = dynami clib.xcconfig; sourceTree = "<group>"; }; 20 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = dynami clib.xcconfig; sourceTree = "<group>"; };
19 826F16CB0EE5DD8400D973C7 /* common.xcconfig */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc onfig; sourceTree = "<group>"; }; 21 826F16CB0EE5DD8400D973C7 /* common.xcconfig */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcc onfig; sourceTree = "<group>"; };
20 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon fig; sourceTree = "<group>"; }; 22 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xccon fig; sourceTree = "<group>"; };
21 826F16CD0EE5DD8400D973C7 /* executable.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut able.xcconfig; sourceTree = "<group>"; }; 23 826F16CD0EE5DD8400D973C7 /* executable.xcconfig */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = execut able.xcconfig; sourceTree = "<group>"; };
22 826F16CE0EE5DD8400D973C7 /* release.xcconfig */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x cconfig; sourceTree = "<group>"; }; 24 826F16CE0EE5DD8400D973C7 /* release.xcconfig */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.x cconfig; sourceTree = "<group>"; };
23 826F16CF0EE5DD8400D973C7 /* staticlib.xcconfig */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl ib.xcconfig; sourceTree = "<group>"; }; 25 826F16CF0EE5DD8400D973C7 /* staticlib.xcconfig */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticl ib.xcconfig; sourceTree = "<group>"; };
24 826F16DC0EE5DE3800D973C7 /* NPAPILayoutTestPlugin.bundle */ = {i sa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NPAPILayoutTestPlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 26 826F16DC0EE5DE3800D973C7 /* NPAPILayoutTestPlugin.bundle */ = {i sa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NPAPILayoutTestPlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
25 826F16F90EE5DFB300D973C7 /* Info.plist */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; so urceTree = "<group>"; }; 27 826F16F90EE5DFB300D973C7 /* Info.plist */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; so urceTree = "<group>"; };
26 826F16FB0EE5DFC000D973C7 /* main.cpp */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; so urceTree = "<group>"; }; 28 826F16FB0EE5DFC000D973C7 /* main.cpp */ = {isa = PBXFileReferenc e; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; so urceTree = "<group>"; };
27 826F16FC0EE5DFC000D973C7 /* PluginObject.cpp */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Plug inObject.cpp; sourceTree = "<group>"; }; 29 826F16FC0EE5DFC000D973C7 /* PluginObject.cpp */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Plug inObject.cpp; sourceTree = "<group>"; };
28 826F16FD0EE5DFC000D973C7 /* PluginObject.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginObje ct.h; sourceTree = "<group>"; }; 30 826F16FD0EE5DFC000D973C7 /* PluginObject.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginObje ct.h; sourceTree = "<group>"; };
29 826F16FF0EE5DFC000D973C7 /* TestObject.cpp */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestOb ject.cpp; sourceTree = "<group>"; }; 31 826F16FF0EE5DFC000D973C7 /* TestObject.cpp */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestOb ject.cpp; sourceTree = "<group>"; };
30 826F17000EE5DFC000D973C7 /* TestObject.h */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObject.h ; sourceTree = "<group>"; }; 32 826F17000EE5DFC000D973C7 /* TestObject.h */ = {isa = PBXFileRefe rence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObject.h ; sourceTree = "<group>"; };
31 /* End PBXFileReference section */ 33 /* End PBXFileReference section */
32 34
33 /* Begin PBXFrameworksBuildPhase section */ 35 /* Begin PBXFrameworksBuildPhase section */
34 826F16DA0EE5DE3800D973C7 /* Frameworks */ = { 36 826F16DA0EE5DE3800D973C7 /* Frameworks */ = {
35 isa = PBXFrameworksBuildPhase; 37 isa = PBXFrameworksBuildPhase;
36 buildActionMask = 2147483647; 38 buildActionMask = 2147483647;
37 files = ( 39 files = (
40 4DCE9E680EF0BAAC00682526 /* Carbon.framework in Frameworks */,
38 ); 41 );
39 runOnlyForDeploymentPostprocessing = 0; 42 runOnlyForDeploymentPostprocessing = 0;
40 }; 43 };
41 /* End PBXFrameworksBuildPhase section */ 44 /* End PBXFrameworksBuildPhase section */
42 45
43 /* Begin PBXGroup section */ 46 /* Begin PBXGroup section */
47 4DCE9E660EF0BA8100682526 /* Frameworks */ = {
48 isa = PBXGroup;
49 children = (
50 4DCE9E670EF0BAAC00682526 /* Carbon.framework */,
51 );
52 name = Frameworks;
53 sourceTree = SDKROOT;
54 };
44 826F16B80EE5DD4800D973C7 = { 55 826F16B80EE5DD4800D973C7 = {
45 isa = PBXGroup; 56 isa = PBXGroup;
46 children = ( 57 children = (
47 » » » » 826F16CA0EE5DD8400D973C7 /* build */, 58 » » » » 826F16CA0EE5DD8400D973C7 /* Configuration */,
48 826F16E90EE5DFA300D973C7 /* Source */, 59 826F16E90EE5DFA300D973C7 /* Source */,
49 826F16E80EE5DF9100D973C7 /* Resources */, 60 826F16E80EE5DF9100D973C7 /* Resources */,
61 4DCE9E660EF0BA8100682526 /* Frameworks */,
50 826F16DD0EE5DE3800D973C7 /* Products */, 62 826F16DD0EE5DE3800D973C7 /* Products */,
51 ); 63 );
52 sourceTree = "<group>"; 64 sourceTree = "<group>";
53 }; 65 };
54 » » 826F16CA0EE5DD8400D973C7 /* build */ = { 66 » » 826F16CA0EE5DD8400D973C7 /* Configuration */ = {
55 isa = PBXGroup; 67 isa = PBXGroup;
56 children = ( 68 children = (
57 826F16CB0EE5DD8400D973C7 /* common.xcconfig */, 69 826F16CB0EE5DD8400D973C7 /* common.xcconfig */,
58 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */, 70 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */,
59 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */, 71 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */,
60 826F16CD0EE5DD8400D973C7 /* executable.xcconfig */, 72 826F16CD0EE5DD8400D973C7 /* executable.xcconfig */,
61 826F16CE0EE5DD8400D973C7 /* release.xcconfig */, 73 826F16CE0EE5DD8400D973C7 /* release.xcconfig */,
62 826F16CF0EE5DD8400D973C7 /* staticlib.xcconfig * /, 74 826F16CF0EE5DD8400D973C7 /* staticlib.xcconfig * /,
63 ); 75 );
64 » » » name = build; 76 » » » name = Configuration;
65 path = ../../../build; 77 path = ../../../build;
66 sourceTree = SOURCE_ROOT; 78 sourceTree = SOURCE_ROOT;
67 }; 79 };
68 826F16DD0EE5DE3800D973C7 /* Products */ = { 80 826F16DD0EE5DE3800D973C7 /* Products */ = {
69 isa = PBXGroup; 81 isa = PBXGroup;
70 children = ( 82 children = (
71 826F16DC0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n.bundle */, 83 826F16DC0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n.bundle */,
72 ); 84 );
73 name = Products; 85 name = Products;
74 sourceTree = "<group>"; 86 sourceTree = "<group>";
(...skipping 19 matching lines...) Expand all
94 name = Source; 106 name = Source;
95 sourceTree = "<group>"; 107 sourceTree = "<group>";
96 }; 108 };
97 /* End PBXGroup section */ 109 /* End PBXGroup section */
98 110
99 /* Begin PBXNativeTarget section */ 111 /* Begin PBXNativeTarget section */
100 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugin */ = { 112 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugin */ = {
101 isa = PBXNativeTarget; 113 isa = PBXNativeTarget;
102 buildConfigurationList = 826F16E20EE5DE3900D973C7 /* Bui ld configuration list for PBXNativeTarget "NPAPILayoutTestPlugin" */; 114 buildConfigurationList = 826F16E20EE5DE3900D973C7 /* Bui ld configuration list for PBXNativeTarget "NPAPILayoutTestPlugin" */;
103 buildPhases = ( 115 buildPhases = (
104 826F16D80EE5DE3800D973C7 /* Resources */,
105 826F16D90EE5DE3800D973C7 /* Sources */, 116 826F16D90EE5DE3800D973C7 /* Sources */,
106 826F16DA0EE5DE3800D973C7 /* Frameworks */, 117 826F16DA0EE5DE3800D973C7 /* Frameworks */,
107 8255221D0EE70F6800329CC8 /* Rez */, 118 8255221D0EE70F6800329CC8 /* Rez */,
108 ); 119 );
109 buildRules = ( 120 buildRules = (
110 ); 121 );
111 dependencies = ( 122 dependencies = (
112 ); 123 );
113 name = NPAPILayoutTestPlugin; 124 name = NPAPILayoutTestPlugin;
114 productName = NPAPILayoutTestPlugin; 125 productName = NPAPILayoutTestPlugin;
115 productReference = 826F16DC0EE5DE3800D973C7 /* NPAPILayo utTestPlugin.bundle */; 126 productReference = 826F16DC0EE5DE3800D973C7 /* NPAPILayo utTestPlugin.bundle */;
116 productType = "com.apple.product-type.bundle"; 127 productType = "com.apple.product-type.bundle";
117 }; 128 };
118 /* End PBXNativeTarget section */ 129 /* End PBXNativeTarget section */
119 130
120 /* Begin PBXProject section */ 131 /* Begin PBXProject section */
121 826F16BA0EE5DD4800D973C7 /* Project object */ = { 132 826F16BA0EE5DD4800D973C7 /* Project object */ = {
122 isa = PBXProject; 133 isa = PBXProject;
123 buildConfigurationList = 826F16BD0EE5DD4800D973C7 /* Bui ld configuration list for PBXProject "npapi_layout_test_plugin" */; 134 buildConfigurationList = 826F16BD0EE5DD4800D973C7 /* Bui ld configuration list for PBXProject "npapi_layout_test_plugin" */;
124 » » » compatibilityVersion = "Xcode 2.4"; 135 » » » compatibilityVersion = "Xcode 3.1";
125 hasScannedForEncodings = 0; 136 hasScannedForEncodings = 0;
126 mainGroup = 826F16B80EE5DD4800D973C7; 137 mainGroup = 826F16B80EE5DD4800D973C7;
127 productRefGroup = 826F16DD0EE5DE3800D973C7 /* Products * /; 138 productRefGroup = 826F16DD0EE5DE3800D973C7 /* Products * /;
128 projectDirPath = ""; 139 projectDirPath = "";
129 projectRoot = ""; 140 projectRoot = "";
130 targets = ( 141 targets = (
131 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n */, 142 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n */,
132 ); 143 );
133 }; 144 };
134 /* End PBXProject section */ 145 /* End PBXProject section */
135 146
136 /* Begin PBXResourcesBuildPhase section */
137 826F16D80EE5DE3800D973C7 /* Resources */ = {
138 isa = PBXResourcesBuildPhase;
139 buildActionMask = 2147483647;
140 files = (
141 );
142 runOnlyForDeploymentPostprocessing = 0;
143 };
144 /* End PBXResourcesBuildPhase section */
145
146 /* Begin PBXRezBuildPhase section */ 147 /* Begin PBXRezBuildPhase section */
147 8255221D0EE70F6800329CC8 /* Rez */ = { 148 8255221D0EE70F6800329CC8 /* Rez */ = {
148 isa = PBXRezBuildPhase; 149 isa = PBXRezBuildPhase;
149 buildActionMask = 2147483647; 150 buildActionMask = 2147483647;
150 files = ( 151 files = (
151 825522200EE70F9800329CC8 /* Info.r in Rez */, 152 825522200EE70F9800329CC8 /* Info.r in Rez */,
152 ); 153 );
153 runOnlyForDeploymentPostprocessing = 0; 154 runOnlyForDeploymentPostprocessing = 0;
154 }; 155 };
155 /* End PBXRezBuildPhase section */ 156 /* End PBXRezBuildPhase section */
(...skipping 27 matching lines...) Expand all
183 XCODEPROJ_DEPTH = ../../..; 184 XCODEPROJ_DEPTH = ../../..;
184 }; 185 };
185 name = Release; 186 name = Release;
186 }; 187 };
187 826F16E00EE5DE3900D973C7 /* Debug */ = { 188 826F16E00EE5DE3900D973C7 /* Debug */ = {
188 isa = XCBuildConfiguration; 189 isa = XCBuildConfiguration;
189 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */; 190 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */;
190 buildSettings = { 191 buildSettings = {
191 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y"; 192 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y";
192 DIR_WEBKIT = "$(DIR_THIRD_PARTY)/WebKit"; 193 DIR_WEBKIT = "$(DIR_THIRD_PARTY)/WebKit";
193 » » » » GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frame works/Carbon.framework/Headers/Carbon.h"; 194 » » » » GCC_PREPROCESSOR_DEFINITIONS = (
194 » » » » GCC_PREPROCESSOR_DEFINITIONS = "XP_MACOSX=1"; 195 » » » » » "$(GCC_PREPROCESSOR_DEFINITIONS)",
196 » » » » » "XP_MACOSX=1",
197 » » » » );
195 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 198 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
196 HEADER_SEARCH_PATHS = ( 199 HEADER_SEARCH_PATHS = (
200 "$(HEADER_SEARCH_PATHS)",
197 "$(XCODEPROJ_DEPTH)", 201 "$(XCODEPROJ_DEPTH)",
198 "$(DIR_THIRD_PARTY)/npapi", 202 "$(DIR_THIRD_PARTY)/npapi",
199 "$(DIR_WEBKIT)/JavaScriptCore", 203 "$(DIR_WEBKIT)/JavaScriptCore",
200 ); 204 );
201 INFOPLIST_FILE = Info.plist; 205 INFOPLIST_FILE = Info.plist;
202 OTHER_LDFLAGS = (
203 "-framework",
204 Carbon,
205 );
206 PRODUCT_NAME = NPAPILayoutTestPlugin; 206 PRODUCT_NAME = NPAPILayoutTestPlugin;
207 WRAPPER_EXTENSION = bundle; 207 WRAPPER_EXTENSION = bundle;
208 }; 208 };
209 name = Debug; 209 name = Debug;
210 }; 210 };
211 826F16E10EE5DE3900D973C7 /* Release */ = { 211 826F16E10EE5DE3900D973C7 /* Release */ = {
212 isa = XCBuildConfiguration; 212 isa = XCBuildConfiguration;
213 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */; 213 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */;
214 buildSettings = { 214 buildSettings = {
215 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y"; 215 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y";
216 DIR_WEBKIT = "$(DIR_THIRD_PARTY)/WebKit"; 216 DIR_WEBKIT = "$(DIR_THIRD_PARTY)/WebKit";
217 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frame works/Carbon.framework/Headers/Carbon.h";
218 GCC_PREPROCESSOR_DEFINITIONS = ( 217 GCC_PREPROCESSOR_DEFINITIONS = (
219 "$(GCC_PREPROCESSOR_DEFINITIONS)", 218 "$(GCC_PREPROCESSOR_DEFINITIONS)",
220 "XP_MACOSX=1", 219 "XP_MACOSX=1",
221 ); 220 );
222 GCC_SYMBOLS_PRIVATE_EXTERN = NO; 221 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
223 HEADER_SEARCH_PATHS = ( 222 HEADER_SEARCH_PATHS = (
223 "$(HEADER_SEARCH_PATHS)",
224 "$(XCODEPROJ_DEPTH)", 224 "$(XCODEPROJ_DEPTH)",
225 "$(DIR_THIRD_PARTY)/npapi", 225 "$(DIR_THIRD_PARTY)/npapi",
226 "$(DIR_WEBKIT)/JavaScriptCore", 226 "$(DIR_WEBKIT)/JavaScriptCore",
227 ); 227 );
228 INFOPLIST_FILE = Info.plist; 228 INFOPLIST_FILE = Info.plist;
229 OTHER_LDFLAGS = (
230 "-framework",
231 Carbon,
232 );
233 PRODUCT_NAME = NPAPILayoutTestPlugin; 229 PRODUCT_NAME = NPAPILayoutTestPlugin;
234 WRAPPER_EXTENSION = bundle; 230 WRAPPER_EXTENSION = bundle;
235 }; 231 };
236 name = Release; 232 name = Release;
237 }; 233 };
238 /* End XCBuildConfiguration section */ 234 /* End XCBuildConfiguration section */
239 235
240 /* Begin XCConfigurationList section */ 236 /* Begin XCConfigurationList section */
241 826F16BD0EE5DD4800D973C7 /* Build configuration list for PBXProj ect "npapi_layout_test_plugin" */ = { 237 826F16BD0EE5DD4800D973C7 /* Build configuration list for PBXProj ect "npapi_layout_test_plugin" */ = {
242 isa = XCConfigurationList; 238 isa = XCConfigurationList;
(...skipping 10 matching lines...) Expand all
253 826F16E00EE5DE3900D973C7 /* Debug */, 249 826F16E00EE5DE3900D973C7 /* Debug */,
254 826F16E10EE5DE3900D973C7 /* Release */, 250 826F16E10EE5DE3900D973C7 /* Release */,
255 ); 251 );
256 defaultConfigurationIsVisible = 0; 252 defaultConfigurationIsVisible = 0;
257 defaultConfigurationName = Release; 253 defaultConfigurationName = Release;
258 }; 254 };
259 /* End XCConfigurationList section */ 255 /* End XCConfigurationList section */
260 }; 256 };
261 rootObject = 826F16BA0EE5DD4800D973C7 /* Project object */; 257 rootObject = 826F16BA0EE5DD4800D973C7 /* Project object */;
262 } 258 }
OLDNEW
« no previous file with comments | « chrome/chrome.xcodeproj/project.pbxproj ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698