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

Unified Diff: chrome/chrome.gyp

Issue 113321: Stubs out OSExchangeData for views on gtk. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « chrome/browser/bookmarks/bookmark_drag_data_unittest.cc ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 15959)
+++ chrome/chrome.gyp (working copy)
@@ -202,7 +202,8 @@
'../app/l10n_util_win.cc',
'../app/l10n_util_win.h',
'../app/message_box_flags.h',
- '../app/os_exchange_data.cc',
+ '../app/os_exchange_data_win.cc',
+ '../app/os_exchange_data_gtk.cc',
'../app/os_exchange_data.h',
'../app/resource_bundle.cc',
'../app/resource_bundle.h',
@@ -238,8 +239,15 @@
'../app/gfx/icon_util.cc',
'../app/gfx/icon_util.h',
'../app/os_exchange_data.cc',
- '../app/os_exchange_data.h',
],
+ 'conditions': [
+ ['toolkit_views!="1"', {
+ 'sources!': [
+ '../app/os_exchange_data.h',
+ '../app/os_exchange_data_gtk.cc',
+ ],
+ }],
+ ],
}],
],
},
@@ -1588,7 +1596,7 @@
'../third_party/GTM',
'../third_party/GTM/AppKit',
],
- }],
+ }],
['OS=="win"', {
'defines': [
'__STD_C',
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drag_data_unittest.cc ('k') | chrome/common/temp_scaffolding_stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698