diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 22:25:54 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 22:25:54 +0000 |
commit | 0d54d2eb0a6900d3fdee87a3a28fa4e89d4f2f94 (patch) | |
tree | 2993fef8ee85656dfdd6312538a61268c9c5d0e2 /third_party/sqlite | |
parent | 1bd17873cb2bc20b0be5e8b03f67fe61ecb17037 (diff) | |
download | chromium_src-0d54d2eb0a6900d3fdee87a3a28fa4e89d4f2f94.zip chromium_src-0d54d2eb0a6900d3fdee87a3a28fa4e89d4f2f94.tar.gz chromium_src-0d54d2eb0a6900d3fdee87a3a28fa4e89d4f2f94.tar.bz2 |
Adding fixed guids to some modules to facilitate incremental switch to gyp.
Review URL: http://codereview.chromium.org/42044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 7547f66..bf5ba4d 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -11,6 +11,7 @@ 'target_name': 'sqlite', 'product_name': 'sqlite3', 'type': 'static_library', + 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', 'sources': [ # This list contains all .h, .c, and .cc files in the directories # ext, preprocessed, and src, with the exception of src/shell* and |