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

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

Issue 2814003002: Add test to check all current accelerators having keyboard overlay. (Closed)
Patch Set: Forget to save a change. Created 3 years, 8 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 | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui_browsertest.cc ('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/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 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 "../browser/chromeos/system/device_disabling_browsertest.cc", 2365 "../browser/chromeos/system/device_disabling_browsertest.cc",
2366 "../browser/chromeos/system/tray_accessibility_browsertest.cc", 2366 "../browser/chromeos/system/tray_accessibility_browsertest.cc",
2367 "../browser/download/notification/download_notification_browsertest.cc", 2367 "../browser/download/notification/download_notification_browsertest.cc",
2368 "../browser/drive/drive_notification_manager_factory_browsertest.cc", 2368 "../browser/drive/drive_notification_manager_factory_browsertest.cc",
2369 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc", 2369 "../browser/extensions/api/certificate_provider/certificate_provider_api test.cc",
2370 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc", 2370 "../browser/extensions/api/hotword_private/hotword_private_apitest.cc",
2371 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc", 2371 "../browser/extensions/api/vpn_provider/vpn_provider_apitest.cc",
2372 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc", 2372 "../browser/ui/ash/launcher/arc_app_launcher_browsertest.cc",
2373 "../browser/ui/views/arc_app_dialog_view_browsertest.cc", 2373 "../browser/ui/views/arc_app_dialog_view_browsertest.cc",
2374 "../browser/ui/views/frame/browser_frame_ash_browsertest.cc", 2374 "../browser/ui/views/frame/browser_frame_ash_browsertest.cc",
2375 "../browser/ui/webui/chromeos/keyboard_overlay_ui_browsertest.cc",
2375 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc", 2376 "../browser/ui/webui/options/chromeos/accounts_options_browsertest.cc",
2376 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" , 2377 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.cc" ,
2377 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.h", 2378 "../browser/ui/webui/options/chromeos/guest_mode_options_browsertest.h",
2378 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc", 2379 "../browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest. cc",
2379 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc", 2380 "../browser/ui/webui/options/chromeos/shared_options_browsertest.cc",
2380 "//ui/base/ime/chromeos/input_method_whitelist.cc", 2381 "//ui/base/ime/chromeos/input_method_whitelist.cc",
2381 "//ui/base/ime/chromeos/input_method_whitelist.h", 2382 "//ui/base/ime/chromeos/input_method_whitelist.h",
2382 ] 2383 ]
2383 sources -= [ 2384 sources -= [
2384 "../../apps/load_and_launch_browsertest.cc", 2385 "../../apps/load_and_launch_browsertest.cc",
(...skipping 2852 matching lines...) Expand 10 before | Expand all | Expand 10 after
5237 } 5238 }
5238 5239
5239 if (is_win) { 5240 if (is_win) {
5240 loadable_module("conflicts_dll") { 5241 loadable_module("conflicts_dll") {
5241 testonly = true 5242 testonly = true
5242 sources = [ 5243 sources = [
5243 "conflicts/conflicts_dll.cc", 5244 "conflicts/conflicts_dll.cc",
5244 ] 5245 ]
5245 } 5246 }
5246 } 5247 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/keyboard_overlay_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698