summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 23:12:16 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 23:12:16 +0000
commit9e450f26e68aa775593f6c62b785faf660394d6a (patch)
tree8ee518e6e18d9bff88b8e56ea844eab8e845525b /base
parent76d940b7d89f94f3ff4eea19f5970b57e0adcf93 (diff)
downloadchromium_src-9e450f26e68aa775593f6c62b785faf660394d6a.zip
chromium_src-9e450f26e68aa775593f6c62b785faf660394d6a.tar.gz
chromium_src-9e450f26e68aa775593f6c62b785faf660394d6a.tar.bz2
Adding more guids (realized unit tests get included in slns up higher in the tree.
Review URL: http://codereview.chromium.org/43050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index cfd0b46..7808dcf 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -424,17 +424,18 @@
[ 'OS != "win"', { 'sources!': [
'gfx/gdi_util.cc',
'gfx/native_theme.cc',
- ],
+ ],
}],
[ 'OS != "linux"', { 'sources!': [
'gfx/gtk_util.cc',
- ],
+ ],
}],
],
},
{
'target_name': 'base_unittests',
'type': 'executable',
+ 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
'sources': [
'gfx/jpeg_codec_unittest.cc',
'gfx/native_theme_unittest.cc',