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

Side by Side Diff: media/media.xcodeproj/project.pbxproj

Issue 18546: Implementation of Pipeline and FilterHost interfaces. This is a large change... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « media/build/media_unittests.vcproj ('k') | media/media_unittests.scons » ('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 PBXAggregateTarget section */ 9 /* Begin PBXAggregateTarget section */
10 CA70C1C70E6C78D300FBEF81 /* All */ = { 10 CA70C1C70E6C78D300FBEF81 /* All */ = {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 7BED34450E5A1A9600A747DB /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BED324A0E5A17C000A747DB /* libbase.a */; }; 44 7BED34450E5A1A9600A747DB /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BED324A0E5A17C000A747DB /* libbase.a */; };
45 7BED34520E5A1ABC00A747DB /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BED32530E5A17C300A747DB /* libgtest.a */; }; 45 7BED34520E5A1ABC00A747DB /* libgtest.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7BED32530E5A17C300A747DB /* libgtest.a */; };
46 8200F2030E5F741E005A3C44 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8200F2020E5F741E005A3C44 /* CoreServices.fr amework */; }; 46 8200F2030E5F741E005A3C44 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8200F2020E5F741E005A3C44 /* CoreServices.fr amework */; };
47 820706940EB8D9D4005CD9E7 /* SystemConfiguration.framework in Fra meworks */ = {isa = PBXBuildFile; fileRef = 820706930EB8D9D4005CD9E7 /* SystemCo nfiguration.framework */; }; 47 820706940EB8D9D4005CD9E7 /* SystemConfiguration.framework in Fra meworks */ = {isa = PBXBuildFile; fileRef = 820706930EB8D9D4005CD9E7 /* SystemCo nfiguration.framework */; };
48 82113A280E84360200E3848F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82113A270E84360200E3848F /* Security.framework */; }; 48 82113A280E84360200E3848F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 82113A270E84360200E3848F /* Security.framework */; };
49 DC5E24F40EFC4CE5006AD1A7 /* data_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */; }; 49 DC5E24F40EFC4CE5006AD1A7 /* data_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */; };
50 DC5E24F50EFC4CE5006AD1A7 /* media_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */; }; 50 DC5E24F50EFC4CE5006AD1A7 /* media_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */; };
51 DC5E24F60EFC4CF7006AD1A7 /* data_buffer_unittest.cc in Sources * / = {isa = PBXBuildFile; fileRef = DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unitt est.cc */; }; 51 DC5E24F60EFC4CF7006AD1A7 /* data_buffer_unittest.cc in Sources * / = {isa = PBXBuildFile; fileRef = DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unitt est.cc */; };
52 DC5E24F70EFC4CF7006AD1A7 /* run_all_unittests.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */; }; 52 DC5E24F70EFC4CF7006AD1A7 /* run_all_unittests.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */; };
53 DC66E6E30F13FE6A00E13554 /* filter_host_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC96BFAF0F13F19300668B64 /* filter_host_impl.cc * /; }; 53 DC66E6E30F13FE6A00E13554 /* filter_host_impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = DC96BFAF0F13F19300668B64 /* filter_host_impl.cc * /; };
54 DCB6EF0B0F2FDBE90084FC00 /* pipeline_impl.cc in Sources */ = {is a = PBXBuildFile; fileRef = DCB6EF090F2FDBE90084FC00 /* pipeline_impl.cc */; };
55 DCE176C60F2FDDF600C3FF5C /* pipeline_impl_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = DCE176C50F2FDDF600C3FF5C /* pipeline_impl_u nittest.cc */; };
54 /* End PBXBuildFile section */ 56 /* End PBXBuildFile section */
55 57
56 /* Begin PBXContainerItemProxy section */ 58 /* Begin PBXContainerItemProxy section */
57 7B2630640E82F282001CE27F /* PBXContainerItemProxy */ = { 59 7B2630640E82F282001CE27F /* PBXContainerItemProxy */ = {
58 isa = PBXContainerItemProxy; 60 isa = PBXContainerItemProxy;
59 containerPortal = 7B2630600E82F282001CE27F /* libevent.x codeproj */; 61 containerPortal = 7B2630600E82F282001CE27F /* libevent.x codeproj */;
60 proxyType = 2; 62 proxyType = 2;
61 remoteGlobalIDString = 7B262E840E82E5D7001CE27F; 63 remoteGlobalIDString = 7B262E840E82E5D7001CE27F;
62 remoteInfo = libevent; 64 remoteInfo = libevent;
63 }; 65 };
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data_b uffer.cc; sourceTree = "<group>"; }; 230 DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data_b uffer.cc; sourceTree = "<group>"; };
229 DC5E24E20EFC4CC8006AD1A7 /* data_buffer.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data_buffer .h; sourceTree = "<group>"; }; 231 DC5E24E20EFC4CC8006AD1A7 /* data_buffer.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data_buffer .h; sourceTree = "<group>"; };
230 DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data_buffer_unittest.cc; sourceTree = "<group>"; }; 232 DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = data_buffer_unittest.cc; sourceTree = "<group>"; };
231 DC5E24E40EFC4CC8006AD1A7 /* filter_host.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filter_host .h; sourceTree = "<group>"; }; 233 DC5E24E40EFC4CC8006AD1A7 /* filter_host.h */ = {isa = PBXFileRef erence; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filter_host .h; sourceTree = "<group>"; };
232 DC5E24E50EFC4CC8006AD1A7 /* filters.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filters.h; sour ceTree = "<group>"; }; 234 DC5E24E50EFC4CC8006AD1A7 /* filters.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filters.h; sour ceTree = "<group>"; };
233 DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = media _format.cc; sourceTree = "<group>"; }; 235 DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = media _format.cc; sourceTree = "<group>"; };
234 DC5E24E70EFC4CC8006AD1A7 /* media_format.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_form at.h; sourceTree = "<group>"; }; 236 DC5E24E70EFC4CC8006AD1A7 /* media_format.h */ = {isa = PBXFileRe ference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = media_form at.h; sourceTree = "<group>"; };
235 DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = run_all_unittests.cc; sourceTree = "<group>"; }; 237 DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */ = {isa = PBX FileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = run_all_unittests.cc; sourceTree = "<group>"; };
236 DC96BFAF0F13F19300668B64 /* filter_host_impl.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = f ilter_host_impl.cc; sourceTree = "<group>"; }; 238 DC96BFAF0F13F19300668B64 /* filter_host_impl.cc */ = {isa = PBXF ileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = f ilter_host_impl.cc; sourceTree = "<group>"; };
237 DC96BFB00F13F19300668B64 /* filter_host_impl.h */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filter _host_impl.h; sourceTree = "<group>"; }; 239 DC96BFB00F13F19300668B64 /* filter_host_impl.h */ = {isa = PBXFi leReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filter _host_impl.h; sourceTree = "<group>"; };
240 DCB6EF070F2FDBE90084FC00 /* factory.h */ = {isa = PBXFileReferen ce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = factory.h; sour ceTree = "<group>"; };
241 DCB6EF080F2FDBE90084FC00 /* pipeline.h */ = {isa = PBXFileRefere nce; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pipeline.h; so urceTree = "<group>"; };
242 DCB6EF090F2FDBE90084FC00 /* pipeline_impl.cc */ = {isa = PBXFile Reference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pipe line_impl.cc; sourceTree = "<group>"; };
243 DCB6EF0A0F2FDBE90084FC00 /* pipeline_impl.h */ = {isa = PBXFileR eference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pipeline_ impl.h; sourceTree = "<group>"; };
244 DCE176C50F2FDDF600C3FF5C /* pipeline_impl_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; pa th = pipeline_impl_unittest.cc; sourceTree = "<group>"; };
238 E4AFA6230E523E2900201347 /* media_unittests */ = {isa = PBXFileR eference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; p ath = media_unittests; sourceTree = BUILT_PRODUCTS_DIR; }; 245 E4AFA6230E523E2900201347 /* media_unittests */ = {isa = PBXFileR eference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; p ath = media_unittests; sourceTree = BUILT_PRODUCTS_DIR; };
239 E4AFA62E0E5240A300201347 /* gtest.xcodeproj */ = {isa = PBXFileR eference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = testing/gtest.xcodeproj; sourceTree = "<group>"; }; 246 E4AFA62E0E5240A300201347 /* gtest.xcodeproj */ = {isa = PBXFileR eference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = testing/gtest.xcodeproj; sourceTree = "<group>"; };
240 E4AFA6450E5241D300201347 /* base.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = base/base.xcodeproj; sourceTree = "<group>"; }; 247 E4AFA6450E5241D300201347 /* base.xcodeproj */ = {isa = PBXFileRe ference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = base/base.xcodeproj; sourceTree = "<group>"; };
241 E4BA04540E25613300BE02C6 /* libmedia.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libmedia.a; sourc eTree = BUILT_PRODUCTS_DIR; }; 248 E4BA04540E25613300BE02C6 /* libmedia.a */ = {isa = PBXFileRefere nce; explicitFileType = archive.ar; includeInIndex = 0; path = libmedia.a; sourc eTree = BUILT_PRODUCTS_DIR; };
242 /* End PBXFileReference section */ 249 /* End PBXFileReference section */
243 250
244 /* Begin PBXFrameworksBuildPhase section */ 251 /* Begin PBXFrameworksBuildPhase section */
245 D289987405E68DCB004EDB86 /* Frameworks */ = { 252 D289987405E68DCB004EDB86 /* Frameworks */ = {
246 isa = PBXFrameworksBuildPhase; 253 isa = PBXFrameworksBuildPhase;
247 buildActionMask = 2147483647; 254 buildActionMask = 2147483647;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 path = audio; 381 path = audio;
375 sourceTree = "<group>"; 382 sourceTree = "<group>";
376 }; 383 };
377 DC5E24DF0EFC4CC8006AD1A7 /* base */ = { 384 DC5E24DF0EFC4CC8006AD1A7 /* base */ = {
378 isa = PBXGroup; 385 isa = PBXGroup;
379 children = ( 386 children = (
380 DC5E24E00EFC4CC8006AD1A7 /* buffers.h */, 387 DC5E24E00EFC4CC8006AD1A7 /* buffers.h */,
381 DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */, 388 DC5E24E10EFC4CC8006AD1A7 /* data_buffer.cc */,
382 DC5E24E20EFC4CC8006AD1A7 /* data_buffer.h */, 389 DC5E24E20EFC4CC8006AD1A7 /* data_buffer.h */,
383 DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unittest .cc */, 390 DC5E24E30EFC4CC8006AD1A7 /* data_buffer_unittest .cc */,
391 DCB6EF070F2FDBE90084FC00 /* factory.h */,
384 DC5E24E40EFC4CC8006AD1A7 /* filter_host.h */, 392 DC5E24E40EFC4CC8006AD1A7 /* filter_host.h */,
385 DC96BFAF0F13F19300668B64 /* filter_host_impl.cc */, 393 DC96BFAF0F13F19300668B64 /* filter_host_impl.cc */,
386 DC96BFB00F13F19300668B64 /* filter_host_impl.h * /, 394 DC96BFB00F13F19300668B64 /* filter_host_impl.h * /,
387 DC5E24E50EFC4CC8006AD1A7 /* filters.h */, 395 DC5E24E50EFC4CC8006AD1A7 /* filters.h */,
396 DCB6EF080F2FDBE90084FC00 /* pipeline.h */,
397 DCB6EF090F2FDBE90084FC00 /* pipeline_impl.cc */,
398 DCB6EF0A0F2FDBE90084FC00 /* pipeline_impl.h */,
399 DCE176C50F2FDDF600C3FF5C /* pipeline_impl_unitte st.cc */,
388 DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */, 400 DC5E24E60EFC4CC8006AD1A7 /* media_format.cc */,
389 DC5E24E70EFC4CC8006AD1A7 /* media_format.h */, 401 DC5E24E70EFC4CC8006AD1A7 /* media_format.h */,
390 DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */, 402 DC5E24E80EFC4CC8006AD1A7 /* run_all_unittests.cc */,
391 ); 403 );
392 path = base; 404 path = base;
393 sourceTree = "<group>"; 405 sourceTree = "<group>";
394 }; 406 };
395 E4AFA62D0E52409300201347 /* Projects */ = { 407 E4AFA62D0E52409300201347 /* Projects */ = {
396 isa = PBXGroup; 408 isa = PBXGroup;
397 children = ( 409 children = (
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 /* End PBXShellScriptBuildPhase section */ 616 /* End PBXShellScriptBuildPhase section */
605 617
606 /* Begin PBXSourcesBuildPhase section */ 618 /* Begin PBXSourcesBuildPhase section */
607 D2AAC044055464E500DB518D /* Sources */ = { 619 D2AAC044055464E500DB518D /* Sources */ = {
608 isa = PBXSourcesBuildPhase; 620 isa = PBXSourcesBuildPhase;
609 buildActionMask = 2147483647; 621 buildActionMask = 2147483647;
610 files = ( 622 files = (
611 DC5E24F40EFC4CE5006AD1A7 /* data_buffer.cc in So urces */, 623 DC5E24F40EFC4CE5006AD1A7 /* data_buffer.cc in So urces */,
612 DC66E6E30F13FE6A00E13554 /* filter_host_impl.cc in Sources */, 624 DC66E6E30F13FE6A00E13554 /* filter_host_impl.cc in Sources */,
613 DC5E24F50EFC4CE5006AD1A7 /* media_format.cc in S ources */, 625 DC5E24F50EFC4CE5006AD1A7 /* media_format.cc in S ources */,
626 DCB6EF0B0F2FDBE90084FC00 /* pipeline_impl.cc in Sources */,
614 ); 627 );
615 runOnlyForDeploymentPostprocessing = 0; 628 runOnlyForDeploymentPostprocessing = 0;
616 }; 629 };
617 E4AFA6200E523E2900201347 /* Sources */ = { 630 E4AFA6200E523E2900201347 /* Sources */ = {
618 isa = PBXSourcesBuildPhase; 631 isa = PBXSourcesBuildPhase;
619 buildActionMask = 2147483647; 632 buildActionMask = 2147483647;
620 files = ( 633 files = (
621 DC5E24F60EFC4CF7006AD1A7 /* data_buffer_unittest .cc in Sources */, 634 DC5E24F60EFC4CF7006AD1A7 /* data_buffer_unittest .cc in Sources */,
622 DC5E24F70EFC4CF7006AD1A7 /* run_all_unittests.cc in Sources */, 635 DC5E24F70EFC4CF7006AD1A7 /* run_all_unittests.cc in Sources */,
636 DCE176C60F2FDDF600C3FF5C /* pipeline_impl_unitte st.cc in Sources */,
623 ); 637 );
624 runOnlyForDeploymentPostprocessing = 0; 638 runOnlyForDeploymentPostprocessing = 0;
625 }; 639 };
626 /* End PBXSourcesBuildPhase section */ 640 /* End PBXSourcesBuildPhase section */
627 641
628 /* Begin PBXTargetDependency section */ 642 /* Begin PBXTargetDependency section */
629 7B2630670E82F291001CE27F /* PBXTargetDependency */ = { 643 7B2630670E82F291001CE27F /* PBXTargetDependency */ = {
630 isa = PBXTargetDependency; 644 isa = PBXTargetDependency;
631 name = libevent; 645 name = libevent;
632 targetProxy = 7B2630660E82F291001CE27F /* PBXContainerIt emProxy */; 646 targetProxy = 7B2630660E82F291001CE27F /* PBXContainerIt emProxy */;
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 E4AFA6590E52423A00201347 /* Debug */, 857 E4AFA6590E52423A00201347 /* Debug */,
844 E4AFA65A0E52423A00201347 /* Release */, 858 E4AFA65A0E52423A00201347 /* Release */,
845 ); 859 );
846 defaultConfigurationIsVisible = 0; 860 defaultConfigurationIsVisible = 0;
847 defaultConfigurationName = Release; 861 defaultConfigurationName = Release;
848 }; 862 };
849 /* End XCConfigurationList section */ 863 /* End XCConfigurationList section */
850 }; 864 };
851 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; 865 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
852 } 866 }
OLDNEW
« no previous file with comments | « media/build/media_unittests.vcproj ('k') | media/media_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698