diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-05 03:35:53 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-05 03:35:53 +0000 |
commit | 19e7dbd299d4b4281ade12550870b0cb15f0193d (patch) | |
tree | dac6dd13c31d5266ebae9f7256ef78379ef8b264 /third_party | |
parent | 965524b257d99bbc4c10e82a1294ed1f91516e2c (diff) | |
download | chromium_src-19e7dbd299d4b4281ade12550870b0cb15f0193d.zip chromium_src-19e7dbd299d4b4281ade12550870b0cb15f0193d.tar.gz chromium_src-19e7dbd299d4b4281ade12550870b0cb15f0193d.tar.bz2 |
Fixing guid to match sln files (odd this oversight hasn't caused more problems?)
Review URL: http://codereview.chromium.org/60117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13133 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libxslt/libxslt.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxslt/libxslt.gyp b/third_party/libxslt/libxslt.gyp index 4512124..9615e83 100644 --- a/third_party/libxslt/libxslt.gyp +++ b/third_party/libxslt/libxslt.gyp @@ -32,7 +32,7 @@ }, }, { # else: OS != "linux" or ! use_system_libxslt 'type': 'static_library', - 'msvs_guid': 'F9810DE8-CBC3-4605-A7B1-ECA2D5292FD7', + 'msvs_guid': 'FC0E1FD0-5DD7-4041-A1C9-CD3C376E4EED', 'sources': [ 'libxslt/attributes.c', 'libxslt/attributes.h', |