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

Side by Side Diff: ui/gl/BUILD.gn

Issue 2530463002: Remove xdisplaycheck from the tree (Closed)
Patch Set: Rebase again Created 4 years 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 unified diff | Download patch
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/linux/pkg_config.gni") 7 import("//build/config/linux/pkg_config.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ] 404 ]
405 } 405 }
406 406
407 # Non-Ozone trybots end up trying to build this when building "all" and failing 407 # Non-Ozone trybots end up trying to build this when building "all" and failing
408 # when X11 isn't there. 408 # when X11 isn't there.
409 if (ozone_platform_x11) { 409 if (ozone_platform_x11) {
410 group("gl_unittests_ozonex") { 410 group("gl_unittests_ozonex") {
411 testonly = true 411 testonly = true
412 data_deps = [ 412 data_deps = [
413 ":gl_unittests", 413 ":gl_unittests",
414 "//tools/xdisplaycheck",
415 ] 414 ]
416 } 415 }
417 416
418 # TODO(GYP_GONE): Delete this after we've converted everything to GN. 417 # TODO(GYP_GONE): Delete this after we've converted everything to GN.
419 # The _run targets exist only for compatibility w/ GYP. 418 # The _run targets exist only for compatibility w/ GYP.
420 group("gl_unittests_ozonex_run") { 419 group("gl_unittests_ozonex_run") {
421 testonly = true 420 testonly = true
422 deps = [ 421 deps = [
423 ":gl_unittests_ozonex", 422 ":gl_unittests_ozonex",
424 ] 423 ]
(...skipping 10 matching lines...) Expand all
435 sources = [ 434 sources = [
436 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 435 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
437 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 436 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
438 ] 437 ]
439 public_deps = [ 438 public_deps = [
440 ":surface_jni_headers", 439 ":surface_jni_headers",
441 ] 440 ]
442 jni_package = "ui/gl" 441 jni_package = "ui/gl"
443 } 442 }
444 } 443 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698