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

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

Issue 2922773002: Add BrowserCommandController Interactive Test (Closed)
Patch Set: git cl format 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
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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "../browser/mouseleave_browsertest.cc", 440 "../browser/mouseleave_browsertest.cc",
441 "../browser/notifications/message_center_notifications_browsertest.cc", 441 "../browser/notifications/message_center_notifications_browsertest.cc",
442 "../browser/password_manager/password_generation_interactive_uitest.cc", 442 "../browser/password_manager/password_generation_interactive_uitest.cc",
443 "../browser/password_manager/password_manager_interactive_uitest.cc", 443 "../browser/password_manager/password_manager_interactive_uitest.cc",
444 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.cc", 444 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.cc",
445 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.h", 445 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti l.h",
446 "../browser/renderer_host/site_per_process_text_input_browsertest.cc", 446 "../browser/renderer_host/site_per_process_text_input_browsertest.cc",
447 "../browser/site_per_process_interactive_browsertest.cc", 447 "../browser/site_per_process_interactive_browsertest.cc",
448 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc", 448 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc",
449 "../browser/ui/blocked_content/popup_blocker_browsertest.cc", 449 "../browser/ui/blocked_content/popup_blocker_browsertest.cc",
450 "../browser/ui/browser_command_controller_interactive_browsertest.cc",
450 "../browser/ui/browser_focus_uitest.cc", 451 "../browser/ui/browser_focus_uitest.cc",
451 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest. mm", 452 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest. mm",
452 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest .mm", 453 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest .mm",
453 "../browser/ui/cocoa/permission_bubble/permission_bubble_cocoa_interactive _uitest.mm", 454 "../browser/ui/cocoa/permission_bubble/permission_bubble_cocoa_interactive _uitest.mm",
454 "../browser/ui/cocoa/tab_contents/web_contents_view_mac_interactive_uitest .mm", 455 "../browser/ui/cocoa/tab_contents/web_contents_view_mac_interactive_uitest .mm",
455 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c c", 456 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c c",
456 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert est.cc", 457 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert est.cc",
457 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br owsertest.cc", 458 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br owsertest.cc",
458 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", 459 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc",
459 "../browser/ui/omnibox/omnibox_view_browsertest.cc", 460 "../browser/ui/omnibox/omnibox_view_browsertest.cc",
(...skipping 4749 matching lines...) Expand 10 before | Expand all | Expand 10 after
5209 } 5210 }
5210 5211
5211 if (is_win) { 5212 if (is_win) {
5212 loadable_module("conflicts_dll") { 5213 loadable_module("conflicts_dll") {
5213 testonly = true 5214 testonly = true
5214 sources = [ 5215 sources = [
5215 "conflicts/conflicts_dll.cc", 5216 "conflicts/conflicts_dll.cc",
5216 ] 5217 ]
5217 } 5218 }
5218 } 5219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698