OLD | NEW |
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "//content/test/gpu/run_gpu_integration_test.py", | 294 "//content/test/gpu/run_gpu_integration_test.py", |
295 ] | 295 ] |
296 } | 296 } |
297 | 297 |
298 if (!is_android) { | 298 if (!is_android) { |
299 static_library("test_support_ui") { | 299 static_library("test_support_ui") { |
300 defines = [] | 300 defines = [] |
301 testonly = true | 301 testonly = true |
302 | 302 |
303 sources = [ | 303 sources = [ |
| 304 "../browser/permissions/permission_request_manager_test_api.cc", |
| 305 "../browser/permissions/permission_request_manager_test_api.h", |
304 "base/in_process_browser_test.cc", | 306 "base/in_process_browser_test.cc", |
305 "base/in_process_browser_test.h", | 307 "base/in_process_browser_test.h", |
306 "base/in_process_browser_test_mac.cc", | 308 "base/in_process_browser_test_mac.cc", |
307 "base/javascript_browser_test.cc", | 309 "base/javascript_browser_test.cc", |
308 "base/javascript_browser_test.h", | 310 "base/javascript_browser_test.h", |
309 "base/test_chrome_web_ui_controller_factory.cc", | 311 "base/test_chrome_web_ui_controller_factory.cc", |
310 "base/test_chrome_web_ui_controller_factory.h", | 312 "base/test_chrome_web_ui_controller_factory.h", |
311 "base/ui_test_utils.cc", | 313 "base/ui_test_utils.cc", |
312 "base/ui_test_utils.h", | 314 "base/ui_test_utils.h", |
313 "base/web_ui_browser_test.cc", | 315 "base/web_ui_browser_test.cc", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 "../browser/password_manager/password_manager_interactive_uitest.cc", | 381 "../browser/password_manager/password_manager_interactive_uitest.cc", |
380 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti
l.cc", | 382 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti
l.cc", |
381 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti
l.h", | 383 "../browser/renderer_context_menu/render_view_context_menu_browsertest_uti
l.h", |
382 "../browser/renderer_host/site_per_process_text_input_browsertest.cc", | 384 "../browser/renderer_host/site_per_process_text_input_browsertest.cc", |
383 "../browser/site_per_process_interactive_browsertest.cc", | 385 "../browser/site_per_process_interactive_browsertest.cc", |
384 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc", | 386 "../browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc", |
385 "../browser/ui/blocked_content/popup_blocker_browsertest.cc", | 387 "../browser/ui/blocked_content/popup_blocker_browsertest.cc", |
386 "../browser/ui/browser_focus_uitest.cc", | 388 "../browser/ui/browser_focus_uitest.cc", |
387 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest.
mm", | 389 "../browser/ui/cocoa/apps/app_shim_menu_controller_mac_interactive_uitest.
mm", |
388 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest
.mm", | 390 "../browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest
.mm", |
| 391 "../browser/ui/cocoa/website_settings/permission_bubble_cocoa_interactive_
uitest.mm", |
389 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c
c", | 392 "../browser/ui/exclusive_access/flash_fullscreen_interactive_browsertest.c
c", |
390 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert
est.cc", | 393 "../browser/ui/exclusive_access/fullscreen_controller_interactive_browsert
est.cc", |
391 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br
owsertest.cc", | 394 "../browser/ui/exclusive_access/fullscreen_controller_state_interactive_br
owsertest.cc", |
392 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", | 395 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", |
393 "../browser/ui/omnibox/omnibox_view_browsertest.cc", | 396 "../browser/ui/omnibox/omnibox_view_browsertest.cc", |
394 "../browser/ui/passwords/manage_passwords_test.cc", | 397 "../browser/ui/passwords/manage_passwords_test.cc", |
395 "../browser/ui/passwords/manage_passwords_test.h", | 398 "../browser/ui/passwords/manage_passwords_test.h", |
396 "../browser/ui/search/instant_extended_interactive_uitest.cc", | 399 "../browser/ui/search/instant_extended_interactive_uitest.cc", |
397 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", | 400 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", |
398 "../browser/ui/search/instant_test_utils.cc", | 401 "../browser/ui/search/instant_test_utils.cc", |
(...skipping 4750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5149 } | 5152 } |
5150 | 5153 |
5151 if (is_win) { | 5154 if (is_win) { |
5152 loadable_module("conflicts_dll") { | 5155 loadable_module("conflicts_dll") { |
5153 testonly = true | 5156 testonly = true |
5154 sources = [ | 5157 sources = [ |
5155 "conflicts/conflicts_dll.cc", | 5158 "conflicts/conflicts_dll.cc", |
5156 ] | 5159 ] |
5157 } | 5160 } |
5158 } | 5161 } |
OLD | NEW |