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

Unified Diff: content/content_common.gypi

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 85c3aac934dbee56d918ef9d74b401c98db6d4e3..6ac2b75619be9ff5b1a21170959460efc26ff12e 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -172,8 +172,6 @@
'common/cursors/webcursor_aura.cc',
'common/cursors/webcursor_aurawin.cc',
'common/cursors/webcursor_aurax11.cc',
- 'common/cursors/webcursor_gtk.cc',
- 'common/cursors/webcursor_gtk_data.h',
'common/cursors/webcursor_mac.mm',
'common/cursors/webcursor_ozone.cc',
'common/cursors/webcursor_win.cc',
@@ -555,11 +553,6 @@
'content.gyp:common_aidl',
],
}],
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- ],
- }],
['use_pango == 1', {
'dependencies': [
'../build/linux/system.gyp:pangocairo',

Powered by Google App Engine
This is Rietveld 408576698