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

Unified Diff: chrome/chrome_browser.gypi

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 8 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/extensions/api/app_window/app_window_apitest.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 27be3c9b0498c45a8442ee1f876be98fd0b2bcdb..8108dd8fde2ba5d5c6463cc7ddc55643dcf8d798 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3094,45 +3094,6 @@
'browser/net/nss_context.h',
],
}],
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:dbus',
- '../build/linux/system.gyp:gconf',
- '../build/linux/system.gyp:gtk',
- '../build/linux/system.gyp:gtkprint',
- '../build/linux/system.gyp:ssl',
- '../build/linux/system.gyp:x11',
- '../dbus/dbus.gyp:dbus',
- '../third_party/undoview/undoview.gyp:undoview',
- ],
- 'conditions': [
- ['OS=="linux"', {
- 'link_settings': {
- 'libraries': [
- # For dlsym() in 'browser/zygote_main_linux.cc'
- '-ldl',
- ],
- },
- }],
- ],
- }, {
- 'sources!': [
- 'browser/notifications/balloon_collection.cc',
- 'browser/notifications/balloon_collection.h',
- 'browser/notifications/balloon_collection_base.cc',
- 'browser/notifications/balloon_collection_base.h',
- 'browser/notifications/balloon_collection_impl.cc',
- 'browser/notifications/balloon_collection_impl.h',
- 'browser/notifications/balloon_host.cc',
- 'browser/notifications/balloon_host.h',
- 'browser/notifications/balloon_notification_ui_manager.cc',
- 'browser/notifications/balloon_notification_ui_manager.h',
- 'browser/notifications/notification_options_menu_model.cc',
- 'browser/notifications/notification_options_menu_model.h',
- 'browser/task_manager/notification_resource_provider.cc',
- 'browser/task_manager/notification_resource_provider.h',
- ]
- }],
['input_speech==0', {
'sources/': [
['exclude', '^browser/speech/chrome_speech_recognition_manager_delegate_bubble_ui'],
« no previous file with comments | « chrome/browser/extensions/api/app_window/app_window_apitest.cc ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698