Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: base/base.gyp

Issue 43050: Adding more guids (realized unit tests get included in slns up higher in the ... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 11388)
+++ base/base.gyp (working copy)
@@ -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',
« no previous file with comments | « no previous file | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698