summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 16:38:34 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-26 16:38:34 +0000
commitb7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03 (patch)
treefa9a76a45f38163d0017b2a7c8d9bedf15ebfca4 /build
parent7e11e96268c6fc2d94c742196fb386b9b47bbea1 (diff)
downloadchromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.zip
chromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.tar.gz
chromium_src-b7e6c4ef0025dd4cd4e373c99b9c9cd73e60ca03.tar.bz2
No changes, just opening the project and letting xcode do it's work -
- resorted files by GUIDs (the file adding script wasn't doing that before). - update the cached sub targets from referenced projects. Review URL: http://codereview.chromium.org/18595 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.xcodeproj/project.pbxproj30
-rw-r--r--build/v8.xcodeproj/project.pbxproj6
2 files changed, 33 insertions, 3 deletions
diff --git a/build/all.xcodeproj/project.pbxproj b/build/all.xcodeproj/project.pbxproj
index 350b794..7a28ddb 100644
--- a/build/all.xcodeproj/project.pbxproj
+++ b/build/all.xcodeproj/project.pbxproj
@@ -634,6 +634,20 @@
remoteGlobalIDString = E4AFA6580E52423900201347;
remoteInfo = run_media_unittests;
};
+ F40437660F2E0EE10091972E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4D7B02380E9D5816009A6919 /* chrome.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 4D1F59EA0F2A6B590040C1E3 /* image_diff */;
+ remoteInfo = image_diff;
+ };
+ F40437680F2E0EE10091972E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 4D7B02380E9D5816009A6919 /* chrome.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 4D7FA6210F13CA04004F1B19 /* ui_tests */;
+ remoteInfo = ui_tests;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -683,7 +697,9 @@
4D7B02500E9D5816009A6919 /* libbrowser.a */,
4D7B02520E9D5816009A6919 /* libcommon.a */,
4DB6807F0EAF88B000AB2128 /* librenderer.a */,
+ F40437670F2E0EE10091972E /* image_diff */,
4DCE99520EF0603800682526 /* ipc_tests */,
+ F40437690F2E0EE10091972E /* ui_tests */,
4D7B02540E9D5816009A6919 /* unit_tests */,
);
name = Products;
@@ -1417,6 +1433,20 @@
remoteRef = DCF6E2780EFC4FF6002057B1 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
+ F40437670F2E0EE10091972E /* image_diff */ = {
+ isa = PBXReferenceProxy;
+ fileType = "compiled.mach-o.executable";
+ path = image_diff;
+ remoteRef = F40437660F2E0EE10091972E /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ F40437690F2E0EE10091972E /* ui_tests */ = {
+ isa = PBXReferenceProxy;
+ fileType = "compiled.mach-o.executable";
+ path = ui_tests;
+ remoteRef = F40437680F2E0EE10091972E /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
/* End PBXReferenceProxy section */
/* Begin PBXTargetDependency section */
diff --git a/build/v8.xcodeproj/project.pbxproj b/build/v8.xcodeproj/project.pbxproj
index 11ae993..b6366d7 100644
--- a/build/v8.xcodeproj/project.pbxproj
+++ b/build/v8.xcodeproj/project.pbxproj
@@ -23,6 +23,7 @@
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
+ 3C865CE6CC0CD2BDB5DF2DB9 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */; };
4D4C55000EF16581002CA805 /* debug-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FE0EF16571002CA805 /* debug-arm.cc */; };
4D4C55010EF16584002CA805 /* debug-ia32.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D4C54FF0EF16571002CA805 /* debug-ia32.cc */; };
8900116C0E71CA2300F91F35 /* libraries.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8900116B0E71CA2300F91F35 /* libraries.cc */; };
@@ -180,7 +181,6 @@
89F23C9E0E78D5FD006B2466 /* macro-assembler-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1540E719B8F00D62E90 /* macro-assembler-arm.cc */; };
89F23C9F0E78D604006B2466 /* simulator-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF17D0E719B8F00D62E90 /* simulator-arm.cc */; };
89F23CA00E78D609006B2466 /* stub-cache-arm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF18A0E719B8F00D62E90 /* stub-cache-arm.cc */; };
- 3C865CE6CC0CD2BDB5DF2DB9 /* regexp-stack.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -236,12 +236,14 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
+ 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "regexp-stack.cc"; sourceTree = "<group>"; };
4D4C54FA0EF164F0002CA805 /* d8-readline.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "d8-readline.cc"; path = "../v8/src/d8-readline.cc"; sourceTree = SOURCE_ROOT; };
4D4C54FB0EF164F0002CA805 /* d8.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = d8.cc; path = ../v8/src/d8.cc; sourceTree = SOURCE_ROOT; };
4D4C54FC0EF164F0002CA805 /* d8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = d8.h; path = ../v8/src/d8.h; sourceTree = SOURCE_ROOT; };
4D4C54FD0EF164F0002CA805 /* d8.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = d8.js; path = ../v8/src/d8.js; sourceTree = SOURCE_ROOT; };
4D4C54FE0EF16571002CA805 /* debug-arm.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug-arm.cc"; sourceTree = "<group>"; };
4D4C54FF0EF16571002CA805 /* debug-ia32.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "debug-ia32.cc"; sourceTree = "<group>"; };
+ 563A6BC35D56A5B2C6828CDA /* regexp-stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-stack.h"; sourceTree = "<group>"; };
7BF8918E0E73084F000BAF8A /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
7BF8918F0E73084F000BAF8A /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
7BF891900E73084F000BAF8A /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; };
@@ -472,8 +474,6 @@
8980D6A60EE7C3C500C07135 /* regexp-macro-assembler-tracer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler-tracer.h"; sourceTree = "<group>"; };
8980D6A70EE7C3C500C07135 /* regexp-macro-assembler.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "regexp-macro-assembler.cc"; sourceTree = "<group>"; };
8980D6A80EE7C3C500C07135 /* regexp-macro-assembler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-macro-assembler.h"; sourceTree = "<group>"; };
- 563A6BC35D56A5B2C6828CDA /* regexp-stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "regexp-stack.h"; sourceTree = "<group>"; };
- 0BC314D2CC9960C3D43DFAF3 /* regexp-stack.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "regexp-stack.cc"; sourceTree = "<group>"; };
8980D6AB0EE7C3F500C07135 /* bytecodes-irregexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "bytecodes-irregexp.h"; sourceTree = "<group>"; };
8980D6B00EE7C41A00C07135 /* codegen-arm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "codegen-arm.h"; sourceTree = "<group>"; };
8980D6B10EE7C41A00C07135 /* codegen-ia32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "codegen-ia32.h"; sourceTree = "<group>"; };