summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 23:51:07 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 23:51:07 +0000
commitb3f2713c7ae42e0cd5ecbbf693c857b830ee10b6 (patch)
treebe62b40e00b8947dcd8dbbf37d7a856e7d02477b /testing
parent2c7e54d2c42075287c4b0c6cf850964dbc5309ae (diff)
downloadchromium_src-b3f2713c7ae42e0cd5ecbbf693c857b830ee10b6.zip
chromium_src-b3f2713c7ae42e0cd5ecbbf693c857b830ee10b6.tar.gz
chromium_src-b3f2713c7ae42e0cd5ecbbf693c857b830ee10b6.tar.bz2
Fix OSX compile
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/gtest.xcodeproj/project.pbxproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/gtest.xcodeproj/project.pbxproj b/testing/gtest.xcodeproj/project.pbxproj
index 885ea76..809d6c7 100644
--- a/testing/gtest.xcodeproj/project.pbxproj
+++ b/testing/gtest.xcodeproj/project.pbxproj
@@ -7,7 +7,6 @@
objects = {
/* Begin PBXBuildFile section */
- 14A5C8D90F13F7F500AA6CC7 /* gtest-test-part.cc in Sources */ = {isa = PBXBuildFile; fileRef = 14A5C8D80F13F7F500AA6CC7 /* gtest-test-part.cc */; };
B593AFF90EB7D41B00B72887 /* multiprocess_func_list.cc in Sources */ = {isa = PBXBuildFile; fileRef = B593AFF70EB7D41B00B72887 /* multiprocess_func_list.cc */; };
B5E5A6A00EE4BCCA007808DF /* platform_test_mac.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5E5A69F0EE4BCCA007808DF /* platform_test_mac.mm */; };
E45A2BBC0E47A20200DB1196 /* gtest_main.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45A2BB60E47A20200DB1196 /* gtest_main.cc */; };
@@ -18,7 +17,6 @@
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
- 14A5C8D80F13F7F500AA6CC7 /* gtest-test-part.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "gtest-test-part.cc"; sourceTree = "<group>"; };
7B836C740E55C8CC00F6AD31 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; };
7B836C750E55C8CC00F6AD31 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
7B836C760E55C8CC00F6AD31 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
@@ -61,7 +59,6 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- 14A5C8D80F13F7F500AA6CC7 /* gtest-test-part.cc */,
E45A2BB70E47A20200DB1196 /* gtest-death-test.cc */,
E45A2BB80E47A20200DB1196 /* gtest-filepath.cc */,
E45A2BB90E47A20200DB1196 /* gtest-internal-inl.h */,
@@ -146,7 +143,6 @@
E45A2BBC0E47A20200DB1196 /* gtest_main.cc in Sources */,
B593AFF90EB7D41B00B72887 /* multiprocess_func_list.cc in Sources */,
B5E5A6A00EE4BCCA007808DF /* platform_test_mac.mm in Sources */,
- 14A5C8D90F13F7F500AA6CC7 /* gtest-test-part.cc in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};