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

Side by Side Diff: content/test/BUILD.gn

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Specify x11 only support on Linux Created 3 years, 9 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 unified diff | Download patch
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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//ui/display", 1514 "//ui/display",
1515 "//ui/display:test_support", 1515 "//ui/display:test_support",
1516 "//ui/events:gesture_detection", 1516 "//ui/events:gesture_detection",
1517 "//ui/events:test_support", 1517 "//ui/events:test_support",
1518 "//ui/events/blink", 1518 "//ui/events/blink",
1519 "//ui/gfx:test_support", 1519 "//ui/gfx:test_support",
1520 "//ui/gfx/geometry", 1520 "//ui/gfx/geometry",
1521 "//ui/gfx/ipc", 1521 "//ui/gfx/ipc",
1522 "//ui/gfx/ipc/skia", 1522 "//ui/gfx/ipc/skia",
1523 "//ui/gl", 1523 "//ui/gl",
1524 "//ui/gl:gl_features",
1524 "//ui/gl:test_support", 1525 "//ui/gl:test_support",
1525 ] 1526 ]
1526 1527
1527 data_deps = [ 1528 data_deps = [
1528 "//components/filesystem:filesystem", 1529 "//components/filesystem:filesystem",
1529 "//third_party/mesa:osmesa", 1530 "//third_party/mesa:osmesa",
1530 ] 1531 ]
1531 1532
1532 if (!is_win) { 1533 if (!is_win) {
1533 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] 1534 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ]
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 if (is_android) { 1823 if (is_android) {
1823 deps += [ "//testing/android/native_test:native_test_native_code" ] 1824 deps += [ "//testing/android/native_test:native_test_native_code" ]
1824 } 1825 }
1825 } 1826 }
1826 1827
1827 group("fuzzers") { 1828 group("fuzzers") {
1828 deps = [ 1829 deps = [
1829 "//content/test/fuzzer", 1830 "//content/test/fuzzer",
1830 ] 1831 ]
1831 } 1832 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698