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

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

Issue 2456783002: Decouple PowerUsageMonitor{Impl} from //content/browser (Closed)
Patch Set: change define position of power_usage_moniter_ in ChromeBrowserMain Created 4 years, 1 month 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/public/browser/power_usage_monitor.h ('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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 "../browser/memory/test_memory_monitor.cc", 1107 "../browser/memory/test_memory_monitor.cc",
1108 "../browser/memory/test_memory_monitor.h", 1108 "../browser/memory/test_memory_monitor.h",
1109 "../browser/net/quota_policy_cookie_store_unittest.cc", 1109 "../browser/net/quota_policy_cookie_store_unittest.cc",
1110 "../browser/notification_service_impl_unittest.cc", 1110 "../browser/notification_service_impl_unittest.cc",
1111 "../browser/notifications/notification_database_data_unittest.cc", 1111 "../browser/notifications/notification_database_data_unittest.cc",
1112 "../browser/notifications/notification_database_unittest.cc", 1112 "../browser/notifications/notification_database_unittest.cc",
1113 "../browser/notifications/notification_id_generator_unittest.cc", 1113 "../browser/notifications/notification_id_generator_unittest.cc",
1114 "../browser/notifications/platform_notification_context_unittest.cc", 1114 "../browser/notifications/platform_notification_context_unittest.cc",
1115 "../browser/notifications/type_converters_unittest.cc", 1115 "../browser/notifications/type_converters_unittest.cc",
1116 "../browser/power_monitor_message_broadcaster_unittest.cc", 1116 "../browser/power_monitor_message_broadcaster_unittest.cc",
1117 "../browser/power_usage_monitor_impl_unittest.cc",
1118 "../browser/presentation/presentation_service_impl_unittest.cc", 1117 "../browser/presentation/presentation_service_impl_unittest.cc",
1119 "../browser/presentation/presentation_type_converters_unittest.cc", 1118 "../browser/presentation/presentation_type_converters_unittest.cc",
1120 "../browser/quota/mock_quota_manager.cc", 1119 "../browser/quota/mock_quota_manager.cc",
1121 "../browser/quota/mock_quota_manager.h", 1120 "../browser/quota/mock_quota_manager.h",
1122 "../browser/quota/mock_quota_manager_proxy.cc", 1121 "../browser/quota/mock_quota_manager_proxy.cc",
1123 "../browser/quota/mock_quota_manager_proxy.h", 1122 "../browser/quota/mock_quota_manager_proxy.h",
1124 "../browser/quota/mock_quota_manager_unittest.cc", 1123 "../browser/quota/mock_quota_manager_unittest.cc",
1125 "../browser/quota/quota_backend_impl_unittest.cc", 1124 "../browser/quota/quota_backend_impl_unittest.cc",
1126 "../browser/quota/quota_database_unittest.cc", 1125 "../browser/quota/quota_database_unittest.cc",
1127 "../browser/quota/quota_manager_unittest.cc", 1126 "../browser/quota/quota_manager_unittest.cc",
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", 1580 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc",
1582 "../browser/android/java/java_type_unittest.cc", 1581 "../browser/android/java/java_type_unittest.cc",
1583 "../browser/android/java/jni_helper_unittest.cc", 1582 "../browser/android/java/jni_helper_unittest.cc",
1584 "../browser/android/scoped_surface_request_manager_unittest.cc", 1583 "../browser/android/scoped_surface_request_manager_unittest.cc",
1585 "../browser/android/url_request_content_job_unittest.cc", 1584 "../browser/android/url_request_content_job_unittest.cc",
1586 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", 1585 "../renderer/java/gin_java_bridge_value_converter_unittest.cc",
1587 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", 1586 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc",
1588 ] 1587 ]
1589 sources -= [ 1588 sources -= [
1590 "../browser/media/session/audio_focus_manager_unittest.cc", 1589 "../browser/media/session/audio_focus_manager_unittest.cc",
1591 "../browser/power_usage_monitor_impl_unittest.cc",
1592 "../browser/webui/url_data_manager_backend_unittest.cc", 1590 "../browser/webui/url_data_manager_backend_unittest.cc",
1593 ] 1591 ]
1594 deps -= [ "//device/battery" ] 1592 deps -= [ "//device/battery" ]
1595 1593
1596 deps += [ 1594 deps += [
1597 "//base:base_java_unittest_support", 1595 "//base:base_java_unittest_support",
1598 "//content/public/android:content_java", 1596 "//content/public/android:content_java",
1599 "//device/geolocation:geolocation_java", 1597 "//device/geolocation:geolocation_java",
1600 "//v8:v8_external_startup_data_assets", 1598 "//v8:v8_external_startup_data_assets",
1601 ] 1599 ]
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 if (is_android) { 1687 if (is_android) {
1690 deps += [ "//testing/android/native_test:native_test_native_code" ] 1688 deps += [ "//testing/android/native_test:native_test_native_code" ]
1691 } 1689 }
1692 } 1690 }
1693 1691
1694 group("fuzzers") { 1692 group("fuzzers") {
1695 deps = [ 1693 deps = [
1696 "//content/test/fuzzer", 1694 "//content/test/fuzzer",
1697 ] 1695 ]
1698 } 1696 }
OLDNEW
« no previous file with comments | « content/public/browser/power_usage_monitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698