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

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

Issue 12913: Get the test plugin compiling and working for the Mac. (Closed) Base URL: svn://chrome-svn/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 | Annotate | Revision Log
« no previous file with comments | « webkit/tools/npapi_layout_test_plugin/Info.r ('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
(Empty)
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 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 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 /* End PBXBuildFile section */
15
16 /* Begin PBXFileReference section */
17 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>"; };
19 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>"; };
21 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>"; };
23 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; };
25 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>"; };
27 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>"; };
29 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>"; };
31 /* End PBXFileReference section */
32
33 /* Begin PBXFrameworksBuildPhase section */
34 826F16DA0EE5DE3800D973C7 /* Frameworks */ = {
35 isa = PBXFrameworksBuildPhase;
36 buildActionMask = 2147483647;
37 files = (
38 );
39 runOnlyForDeploymentPostprocessing = 0;
40 };
41 /* End PBXFrameworksBuildPhase section */
42
43 /* Begin PBXGroup section */
44 826F16B80EE5DD4800D973C7 = {
45 isa = PBXGroup;
46 children = (
47 826F16CA0EE5DD8400D973C7 /* build */,
48 826F16E90EE5DFA300D973C7 /* Source */,
49 826F16E80EE5DF9100D973C7 /* Resources */,
50 826F16DD0EE5DE3800D973C7 /* Products */,
51 );
52 sourceTree = "<group>";
53 };
54 826F16CA0EE5DD8400D973C7 /* build */ = {
55 isa = PBXGroup;
56 children = (
57 826F16CB0EE5DD8400D973C7 /* common.xcconfig */,
58 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */,
59 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */,
60 826F16CD0EE5DD8400D973C7 /* executable.xcconfig */,
61 826F16CE0EE5DD8400D973C7 /* release.xcconfig */,
62 826F16CF0EE5DD8400D973C7 /* staticlib.xcconfig * /,
63 );
64 name = build;
65 path = ../../../build;
66 sourceTree = SOURCE_ROOT;
67 };
68 826F16DD0EE5DE3800D973C7 /* Products */ = {
69 isa = PBXGroup;
70 children = (
71 826F16DC0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n.bundle */,
72 );
73 name = Products;
74 sourceTree = "<group>";
75 };
76 826F16E80EE5DF9100D973C7 /* Resources */ = {
77 isa = PBXGroup;
78 children = (
79 826F16F90EE5DFB300D973C7 /* Info.plist */,
80 8255220A0EE70E7B00329CC8 /* Info.r */,
81 );
82 name = Resources;
83 sourceTree = "<group>";
84 };
85 826F16E90EE5DFA300D973C7 /* Source */ = {
86 isa = PBXGroup;
87 children = (
88 826F16FB0EE5DFC000D973C7 /* main.cpp */,
89 826F16FC0EE5DFC000D973C7 /* PluginObject.cpp */,
90 826F16FD0EE5DFC000D973C7 /* PluginObject.h */,
91 826F16FF0EE5DFC000D973C7 /* TestObject.cpp */,
92 826F17000EE5DFC000D973C7 /* TestObject.h */,
93 );
94 name = Source;
95 sourceTree = "<group>";
96 };
97 /* End PBXGroup section */
98
99 /* Begin PBXNativeTarget section */
100 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugin */ = {
101 isa = PBXNativeTarget;
102 buildConfigurationList = 826F16E20EE5DE3900D973C7 /* Bui ld configuration list for PBXNativeTarget "NPAPILayoutTestPlugin" */;
103 buildPhases = (
104 826F16D80EE5DE3800D973C7 /* Resources */,
105 826F16D90EE5DE3800D973C7 /* Sources */,
106 826F16DA0EE5DE3800D973C7 /* Frameworks */,
107 8255221D0EE70F6800329CC8 /* Rez */,
108 );
109 buildRules = (
110 );
111 dependencies = (
112 );
113 name = NPAPILayoutTestPlugin;
114 productName = NPAPILayoutTestPlugin;
115 productReference = 826F16DC0EE5DE3800D973C7 /* NPAPILayo utTestPlugin.bundle */;
116 productType = "com.apple.product-type.bundle";
117 };
118 /* End PBXNativeTarget section */
119
120 /* Begin PBXProject section */
121 826F16BA0EE5DD4800D973C7 /* Project object */ = {
122 isa = PBXProject;
123 buildConfigurationList = 826F16BD0EE5DD4800D973C7 /* Bui ld configuration list for PBXProject "npapi_layout_test_plugin" */;
124 compatibilityVersion = "Xcode 2.4";
125 hasScannedForEncodings = 0;
126 mainGroup = 826F16B80EE5DD4800D973C7;
127 productRefGroup = 826F16DD0EE5DE3800D973C7 /* Products * /;
128 projectDirPath = "";
129 projectRoot = "";
130 targets = (
131 826F16DB0EE5DE3800D973C7 /* NPAPILayoutTestPlugi n */,
132 );
133 };
134 /* End PBXProject section */
135
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 8255221D0EE70F6800329CC8 /* Rez */ = {
148 isa = PBXRezBuildPhase;
149 buildActionMask = 2147483647;
150 files = (
151 825522200EE70F9800329CC8 /* Info.r in Rez */,
152 );
153 runOnlyForDeploymentPostprocessing = 0;
154 };
155 /* End PBXRezBuildPhase section */
156
157 /* Begin PBXSourcesBuildPhase section */
158 826F16D90EE5DE3800D973C7 /* Sources */ = {
159 isa = PBXSourcesBuildPhase;
160 buildActionMask = 2147483647;
161 files = (
162 826F17010EE5DFC000D973C7 /* main.cpp in Sources */,
163 826F17020EE5DFC000D973C7 /* PluginObject.cpp in Sources */,
164 826F17030EE5DFC000D973C7 /* TestObject.cpp in So urces */,
165 );
166 runOnlyForDeploymentPostprocessing = 0;
167 };
168 /* End PBXSourcesBuildPhase section */
169
170 /* Begin XCBuildConfiguration section */
171 826F16BB0EE5DD4800D973C7 /* Debug */ = {
172 isa = XCBuildConfiguration;
173 baseConfigurationReference = 826F16CC0EE5DD8400D973C7 /* debug.xcconfig */;
174 buildSettings = {
175 XCODEPROJ_DEPTH = ../../..;
176 };
177 name = Debug;
178 };
179 826F16BC0EE5DD4800D973C7 /* Release */ = {
180 isa = XCBuildConfiguration;
181 baseConfigurationReference = 826F16CE0EE5DD8400D973C7 /* release.xcconfig */;
182 buildSettings = {
183 XCODEPROJ_DEPTH = ../../..;
184 };
185 name = Release;
186 };
187 826F16E00EE5DE3900D973C7 /* Debug */ = {
188 isa = XCBuildConfiguration;
189 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */;
190 buildSettings = {
191 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y";
192 DIR_WEBKIT = "$(DIR_THIRD_PARTY)/WebKit";
193 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frame works/Carbon.framework/Headers/Carbon.h";
194 GCC_PREPROCESSOR_DEFINITIONS = "XP_MACOSX=1";
195 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
196 HEADER_SEARCH_PATHS = (
197 "$(XCODEPROJ_DEPTH)",
198 "$(DIR_THIRD_PARTY)/npapi",
199 "$(DIR_WEBKIT)/JavaScriptCore",
200 );
201 INFOPLIST_FILE = Info.plist;
202 OTHER_LDFLAGS = (
203 "-framework",
204 Carbon,
205 );
206 PRODUCT_NAME = NPAPILayoutTestPlugin;
207 WRAPPER_EXTENSION = bundle;
208 };
209 name = Debug;
210 };
211 826F16E10EE5DE3900D973C7 /* Release */ = {
212 isa = XCBuildConfiguration;
213 baseConfigurationReference = 825CC90F0EE5F3FC00037AEA /* dynamiclib.xcconfig */;
214 buildSettings = {
215 DIR_THIRD_PARTY = "$(XCODEPROJ_DEPTH)/third_part y";
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 = (
219 "$(GCC_PREPROCESSOR_DEFINITIONS)",
220 "XP_MACOSX=1",
221 );
222 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
223 HEADER_SEARCH_PATHS = (
224 "$(XCODEPROJ_DEPTH)",
225 "$(DIR_THIRD_PARTY)/npapi",
226 "$(DIR_WEBKIT)/JavaScriptCore",
227 );
228 INFOPLIST_FILE = Info.plist;
229 OTHER_LDFLAGS = (
230 "-framework",
231 Carbon,
232 );
233 PRODUCT_NAME = NPAPILayoutTestPlugin;
234 WRAPPER_EXTENSION = bundle;
235 };
236 name = Release;
237 };
238 /* End XCBuildConfiguration section */
239
240 /* Begin XCConfigurationList section */
241 826F16BD0EE5DD4800D973C7 /* Build configuration list for PBXProj ect "npapi_layout_test_plugin" */ = {
242 isa = XCConfigurationList;
243 buildConfigurations = (
244 826F16BB0EE5DD4800D973C7 /* Debug */,
245 826F16BC0EE5DD4800D973C7 /* Release */,
246 );
247 defaultConfigurationIsVisible = 0;
248 defaultConfigurationName = Release;
249 };
250 826F16E20EE5DE3900D973C7 /* Build configuration list for PBXNati veTarget "NPAPILayoutTestPlugin" */ = {
251 isa = XCConfigurationList;
252 buildConfigurations = (
253 826F16E00EE5DE3900D973C7 /* Debug */,
254 826F16E10EE5DE3900D973C7 /* Release */,
255 );
256 defaultConfigurationIsVisible = 0;
257 defaultConfigurationName = Release;
258 };
259 /* End XCConfigurationList section */
260 };
261 rootObject = 826F16BA0EE5DD4800D973C7 /* Project object */;
262 }
OLDNEW
« no previous file with comments | « webkit/tools/npapi_layout_test_plugin/Info.r ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698