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

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

Issue 2852763002: Added a system caret used for accessibility on Windows. (Closed)
Patch Set: Disabled all tests Created 3 years, 5 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
« no previous file with comments | « no previous file | content/browser/renderer_host/legacy_render_widget_host_win.h » ('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("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 "//ui/resources", 778 "//ui/resources",
779 ] 779 ]
780 780
781 configs -= [ "//build/config/win:default_incremental_linking" ] 781 configs -= [ "//build/config/win:default_incremental_linking" ]
782 configs += 782 configs +=
783 [ "//build/config/win:default_large_module_incremental_linking" ] 783 [ "//build/config/win:default_large_module_incremental_linking" ]
784 784
785 libs = [ "oleacc.lib" ] 785 libs = [ "oleacc.lib" ]
786 } 786 }
787 787
788 if (toolkit_views && is_win) {
789 sources += [ "//ui/views/accessibility/ax_system_caret_win_interactive_uit est.cc" ]
790 }
791
788 if (is_mac) { 792 if (is_mac) {
789 data_deps += [ 793 data_deps += [
790 "//chrome", 794 "//chrome",
791 "//chrome:chrome_framework", 795 "//chrome:chrome_framework",
792 ] 796 ]
793 797
794 # The browser window can be views or Cocoa on Mac. Test accordingly. 798 # The browser window can be views or Cocoa on Mac. Test accordingly.
795 if (mac_views_browser) { 799 if (mac_views_browser) {
796 # Aura depended tests. 800 # Aura depended tests.
797 sources -= [ "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc" ] 801 sources -= [ "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc" ]
(...skipping 4396 matching lines...) Expand 10 before | Expand all | Expand 10 after
5194 } 5198 }
5195 5199
5196 if (is_win) { 5200 if (is_win) {
5197 loadable_module("conflicts_dll") { 5201 loadable_module("conflicts_dll") {
5198 testonly = true 5202 testonly = true
5199 sources = [ 5203 sources = [
5200 "conflicts/conflicts_dll.cc", 5204 "conflicts/conflicts_dll.cc",
5201 ] 5205 ]
5202 } 5206 }
5203 } 5207 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/legacy_render_widget_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698