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

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

Issue 2870373002: [DeviceService] Add end-to-end browsertest for PowerMonitor (Closed)
Patch Set: Address comments from jam@ and blundell@ Created 3 years, 6 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 | « content/shell/renderer/shell_content_renderer_client.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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "../browser/media/session/mock_media_session_player_observer.cc", 673 "../browser/media/session/mock_media_session_player_observer.cc",
674 "../browser/media/session/mock_media_session_player_observer.h", 674 "../browser/media/session/mock_media_session_player_observer.h",
675 "../browser/memory/memory_coordinator_impl_browsertest.cc", 675 "../browser/memory/memory_coordinator_impl_browsertest.cc",
676 "../browser/message_port_provider_browsertest.cc", 676 "../browser/message_port_provider_browsertest.cc",
677 "../browser/mojo_sandbox_browsertest.cc", 677 "../browser/mojo_sandbox_browsertest.cc",
678 "../browser/net_info_browsertest.cc", 678 "../browser/net_info_browsertest.cc",
679 "../browser/payments/payment_app_browsertest.cc", 679 "../browser/payments/payment_app_browsertest.cc",
680 "../browser/pointer_lock_browsertest.cc", 680 "../browser/pointer_lock_browsertest.cc",
681 "../browser/pointer_lock_browsertest.h", 681 "../browser/pointer_lock_browsertest.h",
682 "../browser/pointer_lock_browsertest_mac.mm", 682 "../browser/pointer_lock_browsertest_mac.mm",
683 "../browser/power_monitor_browsertest.cc",
683 "../browser/presentation/presentation_browsertest.cc", 684 "../browser/presentation/presentation_browsertest.cc",
684 "../browser/renderer_host/input/composited_scrolling_browsertest.cc", 685 "../browser/renderer_host/input/composited_scrolling_browsertest.cc",
685 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc", 686 "../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc",
686 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc", 687 "../browser/renderer_host/input/main_thread_event_queue_browsertest.cc",
687 "../browser/renderer_host/input/mouse_latency_browsertest.cc", 688 "../browser/renderer_host/input/mouse_latency_browsertest.cc",
688 "../browser/renderer_host/input/non_blocking_event_browsertest.cc", 689 "../browser/renderer_host/input/non_blocking_event_browsertest.cc",
689 "../browser/renderer_host/input/scroll_latency_browsertest.cc", 690 "../browser/renderer_host/input/scroll_latency_browsertest.cc",
690 "../browser/renderer_host/input/touch_action_browsertest.cc", 691 "../browser/renderer_host/input/touch_action_browsertest.cc",
691 "../browser/renderer_host/input/touch_input_browsertest.cc", 692 "../browser/renderer_host/input/touch_input_browsertest.cc",
692 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc", 693 "../browser/renderer_host/input/touch_selection_controller_client_aura_brows ertest.cc",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "//content/browser:for_content_tests", 762 "//content/browser:for_content_tests",
762 "//content/browser/background_sync:background_sync_proto", 763 "//content/browser/background_sync:background_sync_proto",
763 "//content/child:for_content_tests", 764 "//content/child:for_content_tests",
764 "//content/gpu", 765 "//content/gpu",
765 "//content/public/browser", 766 "//content/public/browser",
766 "//content/public/child", 767 "//content/public/child",
767 "//content/public/common", 768 "//content/public/common",
768 "//content/public/renderer", 769 "//content/public/renderer",
769 "//content/renderer:for_content_tests", 770 "//content/renderer:for_content_tests",
770 "//content/shell:content_shell_lib", 771 "//content/shell:content_shell_lib",
772 "//content/shell:mojo_bindings",
771 "//content/shell:pak", 773 "//content/shell:pak",
772 "//content/test:test_support", 774 "//content/test:test_support",
773 "//device/base/synchronization", 775 "//device/base/synchronization",
774 "//device/generic_sensor", 776 "//device/generic_sensor",
775 "//device/power_save_blocker", 777 "//device/power_save_blocker",
776 "//device/screen_orientation/public/interfaces", 778 "//device/screen_orientation/public/interfaces",
777 "//device/sensors", 779 "//device/sensors",
778 "//device/sensors/public/cpp:full", 780 "//device/sensors/public/cpp:full",
779 "//device/wake_lock/public/interfaces", 781 "//device/wake_lock/public/interfaces",
780 "//gin", 782 "//gin",
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 if (is_android) { 1891 if (is_android) {
1890 deps += [ "//testing/android/native_test:native_test_native_code" ] 1892 deps += [ "//testing/android/native_test:native_test_native_code" ]
1891 } 1893 }
1892 } 1894 }
1893 1895
1894 group("fuzzers") { 1896 group("fuzzers") {
1895 deps = [ 1897 deps = [
1896 "//content/test/fuzzer", 1898 "//content/test/fuzzer",
1897 ] 1899 ]
1898 } 1900 }
OLDNEW
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698