diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 00:10:36 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 00:10:36 +0000 |
commit | 25a3afa5e18ec7ddb06b8637dd347b23ec3bd9ab (patch) | |
tree | c47791d86fc3012b2ee8e4f8ddc6ee8e89865b93 /testing/gtest.gyp | |
parent | f0fe3711b452f6e39966c73ddb1219775780fbe7 (diff) | |
download | chromium_src-25a3afa5e18ec7ddb06b8637dd347b23ec3bd9ab.zip chromium_src-25a3afa5e18ec7ddb06b8637dd347b23ec3bd9ab.tar.gz chromium_src-25a3afa5e18ec7ddb06b8637dd347b23ec3bd9ab.tar.bz2 |
Fixing mistaken guid.
Review URL: http://codereview.chromium.org/43056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11404 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index d3168df..acf906b 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -13,7 +13,7 @@ { 'target_name': 'gtest', 'type': 'static_library', - 'msvs_guid': 'C8F6C172-56F2-4E76-B5FA-C3B423B31BE7', + 'msvs_guid': 'BFE8E2A7-3B3B-43B0-A994-3058B852DB8B', 'sources': [ 'gtest/include/gtest/internal/gtest-death-test-internal.h', 'gtest/include/gtest/internal/gtest-filepath.h', |