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

Unified Diff: base/base.gyp

Issue 39219: test_shell and test_shell_tests on Linux from gyp-generated scons files: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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 | build/SConscript.main » ('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 11127)
+++ base/base.gyp (working copy)
@@ -379,6 +379,8 @@
'sources': [
'gfx/gdi_util.cc',
'gfx/gdi_util.h',
+ 'gfx/gtk_util.cc',
+ 'gfx/gtk_util.h',
'gfx/jpeg_codec.cc',
'gfx/jpeg_codec.h',
'gfx/native_theme.cc',
@@ -415,9 +417,14 @@
],
'conditions': [
[ 'OS != "win"', { 'sources!': [
- 'gfx/gdi_util.cc',
- 'gfx/native_theme.cc' ]
+ 'gfx/gdi_util.cc',
+ 'gfx/native_theme.cc',
+ ],
}],
+ [ 'OS != "linux"', { 'sources!': [
+ 'gfx/gtk_util.cc',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | build/SConscript.main » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698