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

Unified Diff: chrome/chrome.gyp

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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f1f2524c403d52e6b4247dc1df7f6bbc5e85ac3a..44a47d34088cf4f63e6256203276d1b97151cf8d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -190,11 +190,6 @@
'browser/devtools/remote_debugging_server.h',
],
'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- ],
- }],
['OS=="android"', {
'dependencies!': [
'../third_party/libusb/libusb.gyp:libusb',
@@ -313,11 +308,6 @@
'common/extensions/api/api.gyp:chrome_api',
],
'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- ],
- }],
['OS=="win" or OS=="mac"', {
'sources': [
'utility/media_galleries/iapps_xml_utils.cc',
@@ -1070,11 +1060,6 @@
'..',
],
'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- ],
- }],
['use_cups==1', {
'dependencies': [
'../printing/printing.gyp:cups',

Powered by Google App Engine
This is Rietveld 408576698