diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 19:20:23 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-17 19:20:23 +0000 |
commit | ce67da1b61fc3fb14778dc55c1a9a011b0eac20a (patch) | |
tree | 2c779ce887b83326b3b873175e8e6d65148e6a3c /gpu/gles2_conform_support | |
parent | 1640d9b302e2fc5765f88a3f17414baf4ac6bbd3 (diff) | |
download | chromium_src-ce67da1b61fc3fb14778dc55c1a9a011b0eac20a.zip chromium_src-ce67da1b61fc3fb14778dc55c1a9a011b0eac20a.tar.gz chromium_src-ce67da1b61fc3fb14778dc55c1a9a011b0eac20a.tar.bz2 |
Remove all uses of toolkit_use_gtk in the gyp files.
BUG=297026
R=ben@chromium.org, brettw@chromium.org
Review URL: https://codereview.chromium.org/238633004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_conform_support')
-rw-r--r-- | gpu/gles2_conform_support/gles2_conform_support.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp index b2ebe14..d34996e 100644 --- a/gpu/gles2_conform_support/gles2_conform_support.gyp +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp @@ -83,11 +83,6 @@ 'egl_native', '../../third_party/khronos/khronos.gyp:khronos_headers', ], - 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': ['../../build/linux/system.gyp:gtk'], - }], - ], 'sources': [ 'native/main.cc', 'native/egl_native.cc', @@ -111,9 +106,6 @@ '../../third_party/expat/expat.gyp:expat', ], 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'dependencies': ['../../build/linux/system.gyp:gtk'], - }], # See http://crbug.com/162998#c4 for why this is needed. # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', { |