diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 00:14:25 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-16 00:14:25 +0000 |
commit | 60871b0fc81763e013daf88118ab4edd6055339c (patch) | |
tree | 985ae1b3676260264a2d1c1673854032c7aec4df /testing/gtest.xcodeproj | |
parent | b3f2713c7ae42e0cd5ecbbf693c857b830ee10b6 (diff) | |
download | chromium_src-60871b0fc81763e013daf88118ab4edd6055339c.zip chromium_src-60871b0fc81763e013daf88118ab4edd6055339c.tar.gz chromium_src-60871b0fc81763e013daf88118ab4edd6055339c.tar.bz2 |
Back out erroneous r8140
Review URL: http://codereview.chromium.org/18124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gtest.xcodeproj')
-rw-r--r-- | testing/gtest.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/gtest.xcodeproj/project.pbxproj b/testing/gtest.xcodeproj/project.pbxproj index 809d6c7..885ea76 100644 --- a/testing/gtest.xcodeproj/project.pbxproj +++ b/testing/gtest.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ 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 */; }; @@ -17,6 +18,7 @@ /* 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>"; }; @@ -59,6 +61,7 @@ 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( + 14A5C8D80F13F7F500AA6CC7 /* gtest-test-part.cc */, E45A2BB70E47A20200DB1196 /* gtest-death-test.cc */, E45A2BB80E47A20200DB1196 /* gtest-filepath.cc */, E45A2BB90E47A20200DB1196 /* gtest-internal-inl.h */, @@ -143,6 +146,7 @@ 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; }; |