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

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

Issue 2480903002: Enable overlay scrollbars on ChromeOS (Closed)
Patch Set: Fixed PhishingDOMFeatureExtractor test Created 4 years, 1 month 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 | « content/renderer/render_view_browsertest.cc ('k') | ui/native_theme/native_theme_switches.cc » ('j') | 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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "//ui/accessibility:ax_gen", 712 "//ui/accessibility:ax_gen",
713 "//ui/base:test_support", 713 "//ui/base:test_support",
714 "//ui/base/ime", 714 "//ui/base/ime",
715 "//ui/compositor", 715 "//ui/compositor",
716 "//ui/display", 716 "//ui/display",
717 "//ui/events:test_support", 717 "//ui/events:test_support",
718 "//ui/gfx", 718 "//ui/gfx",
719 "//ui/gfx/geometry", 719 "//ui/gfx/geometry",
720 "//ui/gl", 720 "//ui/gl",
721 "//ui/gl:test_support", 721 "//ui/gl:test_support",
722 "//ui/native_theme",
722 "//ui/resources", 723 "//ui/resources",
723 "//ui/shell_dialogs", 724 "//ui/shell_dialogs",
724 "//ui/snapshot", 725 "//ui/snapshot",
725 ] 726 ]
726 727
727 data = [] 728 data = []
728 729
729 data_deps = [ 730 data_deps = [
730 "//content/shell:pak", 731 "//content/shell:pak",
731 "//testing/buildbot/filters:content_browsertests", 732 "//testing/buildbot/filters:content_browsertests",
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 if (is_android) { 1709 if (is_android) {
1709 deps += [ "//testing/android/native_test:native_test_native_code" ] 1710 deps += [ "//testing/android/native_test:native_test_native_code" ]
1710 } 1711 }
1711 } 1712 }
1712 1713
1713 group("fuzzers") { 1714 group("fuzzers") {
1714 deps = [ 1715 deps = [
1715 "//content/test/fuzzer", 1716 "//content/test/fuzzer",
1716 ] 1717 ]
1717 } 1718 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698