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

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

Issue 2645253002: DesktopAura: Track windows "owned" via the DesktopWindowTreeHost (Closed)
Patch Set: simpler Created 3 years, 11 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "base/always_on_top_window_killer_win.h", 408 "base/always_on_top_window_killer_win.h",
409 "base/interactive_test_utils.cc", 409 "base/interactive_test_utils.cc",
410 "base/interactive_test_utils.h", 410 "base/interactive_test_utils.h",
411 "base/interactive_test_utils_aura.cc", 411 "base/interactive_test_utils_aura.cc",
412 "base/interactive_test_utils_aura.h", 412 "base/interactive_test_utils_aura.h",
413 "base/interactive_test_utils_common_views.cc", 413 "base/interactive_test_utils_common_views.cc",
414 "base/interactive_test_utils_mac.mm", 414 "base/interactive_test_utils_mac.mm",
415 "base/interactive_test_utils_win.cc", 415 "base/interactive_test_utils_win.cc",
416 "base/interactive_ui_tests_main.cc", 416 "base/interactive_ui_tests_main.cc",
417 "base/view_event_test_platform_part.h", 417 "base/view_event_test_platform_part.h",
418 "base/view_event_test_platform_part_aura.cc",
418 "base/view_event_test_platform_part_chromeos.cc", 419 "base/view_event_test_platform_part_chromeos.cc",
419 "base/view_event_test_platform_part_default.cc", 420 "base/view_event_test_platform_part_mac.cc",
420 "ppapi/ppapi_interactive_browsertest.cc", 421 "ppapi/ppapi_interactive_browsertest.cc",
421 ] 422 ]
422 423
423 configs += [ "//build/config:precompiled_headers" ] 424 configs += [ "//build/config:precompiled_headers" ]
424 425
425 data_deps = [ 426 data_deps = [
426 "//testing/buildbot/filters:interactive_ui_tests_filters", 427 "//testing/buildbot/filters:interactive_ui_tests_filters",
427 ] 428 ]
428 429
429 data = [ 430 data = [
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 740
740 if (enable_app_list) { 741 if (enable_app_list) {
741 sources += 742 sources +=
742 [ "../browser/ui/app_list/app_list_service_interactive_uitest.cc" ] 743 [ "../browser/ui/app_list/app_list_service_interactive_uitest.cc" ]
743 } 744 }
744 745
745 if (!use_aura) { 746 if (!use_aura) {
746 sources -= [ 747 sources -= [
747 "base/interactive_test_utils_aura.cc", 748 "base/interactive_test_utils_aura.cc",
748 "base/interactive_test_utils_aura.h", 749 "base/interactive_test_utils_aura.h",
750 "base/view_event_test_platform_part_aura.cc",
749 ] 751 ]
750 } 752 }
751 753
752 if (use_ash) { 754 if (use_ash) {
753 sources += [ 755 sources += [
754 "../browser/ui/ash/app_list/app_list_interactive_uitest.cc", 756 "../browser/ui/ash/app_list/app_list_interactive_uitest.cc",
755 "../browser/ui/views/ash/tab_scrubber_browsertest.cc", 757 "../browser/ui/views/ash/tab_scrubber_browsertest.cc",
756 "../browser/ui/window_sizer/window_sizer_ash_uitest.cc", 758 "../browser/ui/window_sizer/window_sizer_ash_uitest.cc",
757 "//ash/drag_drop/drag_drop_interactive_uitest.cc", 759 "//ash/drag_drop/drag_drop_interactive_uitest.cc",
758 "//ash/wm/ash_native_cursor_manager_interactive_uitest.cc", 760 "//ash/wm/ash_native_cursor_manager_interactive_uitest.cc",
759 ] 761 ]
760 sources -= [ 762 sources -= [
761 # Use only the _chromeos version on Ash / Chrome OS. 763 # Use only the _chromeos version on Ash / Chrome OS.
762 "base/view_event_test_platform_part_default.cc", 764 "base/view_event_test_platform_part_aura.cc",
763 ] 765 ]
764 deps += [ "//ash/test:interactive_ui_test_support" ] 766 deps += [ "//ash/test:interactive_ui_test_support" ]
765 } 767 }
766 768
767 if (is_android) { 769 if (is_android) {
768 sources -= [ 770 sources -= [
769 # Android does not use the message center-based Notification system. 771 # Android does not use the message center-based Notification system.
770 "../browser/notifications/message_center_notifications_browsertest.cc", 772 "../browser/notifications/message_center_notifications_browsertest.cc",
771 773
772 # TODO(peter): Enable the Notification browser tests. 774 # TODO(peter): Enable the Notification browser tests.
(...skipping 4334 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 } 5109 }
5108 5110
5109 if (is_win) { 5111 if (is_win) {
5110 loadable_module("conflicts_dll") { 5112 loadable_module("conflicts_dll") {
5111 testonly = true 5113 testonly = true
5112 sources = [ 5114 sources = [
5113 "conflicts/conflicts_dll.cc", 5115 "conflicts/conflicts_dll.cc",
5114 ] 5116 ]
5115 } 5117 }
5116 } 5118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698