diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 04:43:00 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 04:43:00 +0000 |
commit | 92c5c10224b7195f7a84cefe5a2d4ab52b6c9179 (patch) | |
tree | 1e541e90ee0e236638ea1f48e9a89210f081fdf1 /third_party | |
parent | 8d950abd884b4e0cefe31382bb7ff721a6b21fd5 (diff) | |
download | chromium_src-92c5c10224b7195f7a84cefe5a2d4ab52b6c9179.zip chromium_src-92c5c10224b7195f7a84cefe5a2d4ab52b6c9179.tar.gz chromium_src-92c5c10224b7195f7a84cefe5a2d4ab52b6c9179.tar.bz2 |
Fixing typo in gyp file guid.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libjpeg/libjpeg.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjpeg/libjpeg.gyp b/third_party/libjpeg/libjpeg.gyp index ea0a66a..e29bd41 100644 --- a/third_party/libjpeg/libjpeg.gyp +++ b/third_party/libjpeg/libjpeg.gyp @@ -10,7 +10,7 @@ { 'target_name': 'libjpeg', 'type': 'static_library', - 'msvs_guid': '{238CE175-76CE-4A25-A676-69D115885601}', + 'msvs_guid': '238CE175-76CE-4A25-A676-69D115885601', 'sources': [ 'jcapimin.c', 'jcapistd.c', |