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

Unified Diff: gpu/gles2_conform_support/BUILD.gn

Issue 1293073006: Make gtk2/gtk3 compile time switchable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecation warning. Created 5 years, 4 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/ui/libgtk2ui/libgtk2ui.gyp ('k') | gpu/gles2_conform_support/gles2_conform_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/BUILD.gn
diff --git a/gpu/gles2_conform_support/BUILD.gn b/gpu/gles2_conform_support/BUILD.gn
index a0874a7c7d60658ee8e9f60e766108723e0b1c83..fa9781dccc1de94e54369dd59dae3b20cf601206 100644
--- a/gpu/gles2_conform_support/BUILD.gn
+++ b/gpu/gles2_conform_support/BUILD.gn
@@ -80,7 +80,7 @@ if (internal_gles2_conform_tests) {
configs += [ "//build/compiler:no_incompatible_pointer_warnings" ]
if (is_linux) {
if (!is_chromeos) {
- deps += [ "//build/linux/system/gtk" ]
+ deps += [ "//build/linux/system/gtk2" ]
if (is_clang) {
cflags = [
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | gpu/gles2_conform_support/gles2_conform_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698