diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 16:20:52 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 16:20:52 +0000 |
commit | a68c9f3ec50724e777797ca9bad43e9f575f812b (patch) | |
tree | 1ffc2df2803c462cd9bbde651208e44b99a91c5a | |
parent | 768ecee9bfbf922f2c1645a7858c89c6cd381e12 (diff) | |
download | chromium_src-a68c9f3ec50724e777797ca9bad43e9f575f812b.zip chromium_src-a68c9f3ec50724e777797ca9bad43e9f575f812b.tar.gz chromium_src-a68c9f3ec50724e777797ca9bad43e9f575f812b.tar.bz2 |
make the GTest executables follow the naming conventions for other platforms.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@811 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/base.xcodeproj/project.pbxproj | 44 | ||||
-rw-r--r-- | net/net.xcodeproj/project.pbxproj | 44 |
2 files changed, 44 insertions, 44 deletions
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj index 2614a72..1a3f078 100644 --- a/base/base.xcodeproj/project.pbxproj +++ b/base/base.xcodeproj/project.pbxproj @@ -19,17 +19,17 @@ name = All; productName = All; }; - E49F1A870E4CDB4500386AEC /* Run UnitTests */ = { + E49F1A870E4CDB4500386AEC /* run_base_unittests */ = { isa = PBXAggregateTarget; - buildConfigurationList = E49F1A8F0E4CDB5400386AEC /* Build configuration list for PBXAggregateTarget "Run UnitTests" */; + buildConfigurationList = E49F1A8F0E4CDB5400386AEC /* Build configuration list for PBXAggregateTarget "run_base_unittests" */; buildPhases = ( E49F1A860E4CDB4500386AEC /* ShellScript */, ); dependencies = ( E49F1AB00E4CDB8A00386AEC /* PBXTargetDependency */, ); - name = "Run UnitTests"; - productName = "Run UnitTests"; + name = run_base_unittests; + productName = run_base_unittests; }; /* End PBXAggregateTarget section */ @@ -352,7 +352,7 @@ containerPortal = 825402AA0D92D0C60006B936 /* Project object */; proxyType = 1; remoteGlobalIDString = E49F18BE0E4CBAC200386AEC; - remoteInfo = UnitTest; + remoteInfo = base_unittets; }; /* End PBXContainerItemProxy section */ @@ -556,7 +556,7 @@ E49E4C980E4CF60300AD47F7 /* values_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = values_unittest.cc; sourceTree = "<group>"; }; E49E4CA80E4CF6AD00AD47F7 /* linked_ptr_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = linked_ptr_unittest.cc; sourceTree = "<group>"; }; E49E4CAB0E4CF6DB00AD47F7 /* sha2_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sha2_unittest.cc; sourceTree = "<group>"; }; - E49F18BF0E4CBAC200386AEC /* UnitTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = UnitTest; sourceTree = BUILT_PRODUCTS_DIR; }; + E49F18BF0E4CBAC200386AEC /* run_base_unittests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = run_base_unittests; sourceTree = BUILT_PRODUCTS_DIR; }; E49F1A5D0E4CD6E200386AEC /* run_all_unittests.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = run_all_unittests.cc; sourceTree = "<group>"; }; E4A133420E37A3C400110AA2 /* string_escape.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_escape.cc; sourceTree = "<group>"; }; E4A133430E37A3C400110AA2 /* string_escape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = string_escape.h; sourceTree = "<group>"; }; @@ -791,7 +791,7 @@ children = ( 825402BB0D92D0FA0006B936 /* libbase.a */, 825403B10D92D2E50006B936 /* libbase_gfx.a */, - E49F18BF0E4CBAC200386AEC /* UnitTest */, + E49F18BF0E4CBAC200386AEC /* run_base_unittests */, ); name = Products; sourceTree = "<group>"; @@ -1007,9 +1007,9 @@ productReference = 825403B10D92D2E50006B936 /* libbase_gfx.a */; productType = "com.apple.product-type.library.static"; }; - E49F18BE0E4CBAC200386AEC /* UnitTest */ = { + E49F18BE0E4CBAC200386AEC /* base_unittests */ = { isa = PBXNativeTarget; - buildConfigurationList = E49F18C30E4CBAE100386AEC /* Build configuration list for PBXNativeTarget "UnitTest" */; + buildConfigurationList = E49F18C30E4CBAE100386AEC /* Build configuration list for PBXNativeTarget "base_unittests" */; buildPhases = ( E49F18BC0E4CBAC200386AEC /* Sources */, E49F18BD0E4CBAC200386AEC /* Frameworks */, @@ -1024,9 +1024,9 @@ E49F18CD0E4CBAED00386AEC /* PBXTargetDependency */, E49F18CF0E4CBAED00386AEC /* PBXTargetDependency */, ); - name = UnitTest; - productName = UnitTest; - productReference = E49F18BF0E4CBAC200386AEC /* UnitTest */; + name = base_unittests; + productName = base_unittests; + productReference = E49F18BF0E4CBAC200386AEC /* run_base_unittests */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -1067,8 +1067,8 @@ 825402BA0D92D0FA0006B936 /* base */, 825403B00D92D2E50006B936 /* base_gfx */, 825404020D92D3340006B936 /* All */, - E49F18BE0E4CBAC200386AEC /* UnitTest */, - E49F1A870E4CDB4500386AEC /* Run UnitTests */, + E49F18BE0E4CBAC200386AEC /* base_unittests */, + E49F1A870E4CDB4500386AEC /* run_base_unittests */, ); }; /* End PBXProject section */ @@ -1172,7 +1172,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/UnitTest"; + shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/run_base_unittests"; }; /* End PBXShellScriptBuildPhase section */ @@ -1354,7 +1354,7 @@ }; E49F1AB00E4CDB8A00386AEC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = E49F18BE0E4CBAC200386AEC /* UnitTest */; + target = E49F18BE0E4CBAC200386AEC /* base_unittests */; targetProxy = E49F1AAF0E4CDB8A00386AEC /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1532,7 +1532,7 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = UnitTest; + PRODUCT_NAME = run_base_unittests; }; name = Debug; }; @@ -1560,21 +1560,21 @@ Carbon, ); PREBINDING = NO; - PRODUCT_NAME = UnitTest; + PRODUCT_NAME = run_base_unittests; }; name = Release; }; E49F1A880E4CDB4500386AEC /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = UnitTest; + PRODUCT_NAME = run_base_unittests; }; name = Debug; }; E49F1A890E4CDB4500386AEC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = UnitTest; + PRODUCT_NAME = run_base_unittests; }; name = Release; }; @@ -1617,7 +1617,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E49F18C30E4CBAE100386AEC /* Build configuration list for PBXNativeTarget "UnitTest" */ = { + E49F18C30E4CBAE100386AEC /* Build configuration list for PBXNativeTarget "base_unittests" */ = { isa = XCConfigurationList; buildConfigurations = ( E49F18C10E4CBAC300386AEC /* Debug */, @@ -1626,7 +1626,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E49F1A8F0E4CDB5400386AEC /* Build configuration list for PBXAggregateTarget "Run UnitTests" */ = { + E49F1A8F0E4CDB5400386AEC /* Build configuration list for PBXAggregateTarget "run_base_unittests" */ = { isa = XCConfigurationList; buildConfigurations = ( E49F1A880E4CDB4500386AEC /* Debug */, diff --git a/net/net.xcodeproj/project.pbxproj b/net/net.xcodeproj/project.pbxproj index 77bec20..d8b8f4d 100644 --- a/net/net.xcodeproj/project.pbxproj +++ b/net/net.xcodeproj/project.pbxproj @@ -17,7 +17,7 @@ E4AFA65C0E52424400201347 /* PBXTargetDependency */, ); name = "run net_unittests"; - productName = "Run UnitTests"; + productName = run_net_unittests; }; /* End PBXAggregateTarget section */ @@ -78,50 +78,50 @@ isa = PBXContainerItemProxy; containerPortal = E4AFA62E0E5240A300201347 /* gtest.xcodeproj */; proxyType = 2; - remoteGlobalIDString = D2AAC046055464E500DB518D /* libgtest.a */; + remoteGlobalIDString = D2AAC046055464E500DB518D; remoteInfo = gtest; }; E4AFA6340E5240B000201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4AFA62E0E5240A300201347 /* gtest.xcodeproj */; proxyType = 1; - remoteGlobalIDString = D2AAC045055464E500DB518D /* gtest */; + remoteGlobalIDString = D2AAC045055464E500DB518D; remoteInfo = gtest; }; E4AFA64D0E5241D300201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 825402BB0D92D0FA0006B936 /* libbase.a */; + remoteGlobalIDString = 825402BB0D92D0FA0006B936; remoteInfo = base; }; E4AFA64F0E5241D300201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */; proxyType = 2; - remoteGlobalIDString = 825403B10D92D2E50006B936 /* libbase_gfx.a */; + remoteGlobalIDString = 825403B10D92D2E50006B936; remoteInfo = base_gfx; }; E4AFA6510E5241D300201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */; proxyType = 2; - remoteGlobalIDString = E49F18BF0E4CBAC200386AEC /* UnitTest */; - remoteInfo = UnitTest; + remoteGlobalIDString = E49F18BF0E4CBAC200386AEC; + remoteInfo = net_unittests; }; E4AFA6530E5241E100201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = E4AFA6450E5241D300201347 /* base.xcodeproj */; proxyType = 1; - remoteGlobalIDString = 825402BA0D92D0FA0006B936 /* base */; + remoteGlobalIDString = 825402BA0D92D0FA0006B936; remoteInfo = base; }; E4AFA65B0E52424400201347 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; proxyType = 1; - remoteGlobalIDString = E4AFA6220E523E2900201347 /* UnitTests */; - remoteInfo = UnitTests; + remoteGlobalIDString = E4AFA6220E523E2900201347; + remoteInfo = net_unittests; }; /* End PBXContainerItemProxy section */ @@ -166,7 +166,7 @@ E45065400E42272E0025A81A /* http_network_layer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_network_layer.cc; path = http/http_network_layer.cc; sourceTree = "<group>"; }; E49358260E424D83008F8B09 /* http_proxy_service.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = http_proxy_service.cc; path = http/http_proxy_service.cc; sourceTree = "<group>"; }; E49358270E424D84008F8B09 /* http_proxy_service.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_proxy_service.h; path = http/http_proxy_service.h; sourceTree = "<group>"; }; - E4AFA6230E523E2900201347 /* UnitTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = UnitTests; sourceTree = BUILT_PRODUCTS_DIR; }; + E4AFA6230E523E2900201347 /* net_unittests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = net_unittests; sourceTree = BUILT_PRODUCTS_DIR; }; E4AFA62E0E5240A300201347 /* gtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gtest.xcodeproj; path = ../testing/gtest.xcodeproj; sourceTree = SOURCE_ROOT; }; E4AFA6420E5241B400201347 /* run_all_unittests.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = run_all_unittests.cc; path = ../base/run_all_unittests.cc; sourceTree = SOURCE_ROOT; }; E4AFA6450E5241D300201347 /* base.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = base.xcodeproj; path = ../base/base.xcodeproj; sourceTree = SOURCE_ROOT; }; @@ -261,7 +261,7 @@ isa = PBXGroup; children = ( E4BA04540E25613300BE02C6 /* libnetlib.a */, - E4AFA6230E523E2900201347 /* UnitTests */, + E4AFA6230E523E2900201347 /* net_unittests */, ); name = Products; sourceTree = "<group>"; @@ -303,7 +303,7 @@ children = ( E4AFA64E0E5241D300201347 /* libbase.a */, E4AFA6500E5241D300201347 /* libbase_gfx.a */, - E4AFA6520E5241D300201347 /* UnitTest */, + E4AFA6520E5241D300201347 /* base_unittests */, ); name = Products; sourceTree = "<group>"; @@ -444,8 +444,8 @@ E4AFA6540E5241E100201347 /* PBXTargetDependency */, ); name = net_unittests; - productName = UnitTests; - productReference = E4AFA6230E523E2900201347 /* UnitTests */; + productName = net_unittests; + productReference = E4AFA6230E523E2900201347 /* net_unittests */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ @@ -499,10 +499,10 @@ remoteRef = E4AFA64F0E5241D300201347 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - E4AFA6520E5241D300201347 /* UnitTest */ = { + E4AFA6520E5241D300201347 /* base_unittests */ = { isa = PBXReferenceProxy; fileType = "compiled.mach-o.executable"; - path = UnitTest; + path = base_unittests; remoteRef = E4AFA6510E5241D300201347 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -520,7 +520,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/UnitTest\n"; + shellScript = "# automatically run the test we just built\n${BUILT_PRODUCTS_DIR}/net_unittests\n"; }; /* End PBXShellScriptBuildPhase section */ @@ -680,7 +680,7 @@ ../testing/gtest/include/gtest, ); INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = UnitTests; + PRODUCT_NAME = net_unittests; }; name = Debug; }; @@ -700,21 +700,21 @@ ../testing/gtest/include/gtest, ); INSTALL_PATH = /usr/local/bin; - PRODUCT_NAME = UnitTests; + PRODUCT_NAME = net_unittests; }; name = Release; }; E4AFA6590E52423A00201347 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = UnitTests; + PRODUCT_NAME = net_unittests; }; name = Debug; }; E4AFA65A0E52423A00201347 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - PRODUCT_NAME = UnitTests; + PRODUCT_NAME = net_unittests; }; name = Release; }; |