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

Unified Diff: gpu/gles2_conform_support/gles2_conform_support.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: gpu/gles2_conform_support/gles2_conform_support.gyp
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
index d59706e2a7fd1fe6d6cce39dfa0199f4c9a67e68..b2ebe14467477a685db4ba1245f821b8a52d0cbf 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -16,7 +16,6 @@
'bootstrap_sources_native': [
'native/egl_native_aura.cc',
'native/egl_native.cc',
- 'native/egl_native_gtk.cc',
'native/egl_native_x11.cc',
],
}],
@@ -67,11 +66,6 @@
'egl_native',
'../../third_party/khronos/khronos.gyp:khronos_headers',
],
- 'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': ['../../build/linux/system.gyp:gtk'],
- }],
- ],
'sources': [
'<@(bootstrap_sources_native)',
],

Powered by Google App Engine
This is Rietveld 408576698