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

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

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: Decouple Power Monitor from //content. 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
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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 "../browser/memory/memory_monitor_win_unittest.cc", 1106 "../browser/memory/memory_monitor_win_unittest.cc",
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",
1117 "../browser/power_usage_monitor_impl_unittest.cc", 1116 "../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",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", 1226 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc",
1228 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", 1227 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
1229 "../child/fileapi/webfilewriter_base_unittest.cc", 1228 "../child/fileapi/webfilewriter_base_unittest.cc",
1230 "../child/font_warmup_win_unittest.cc", 1229 "../child/font_warmup_win_unittest.cc",
1231 "../child/indexed_db/indexed_db_dispatcher_unittest.cc", 1230 "../child/indexed_db/indexed_db_dispatcher_unittest.cc",
1232 "../child/indexed_db/mock_webidbcallbacks.cc", 1231 "../child/indexed_db/mock_webidbcallbacks.cc",
1233 "../child/indexed_db/mock_webidbcallbacks.h", 1232 "../child/indexed_db/mock_webidbcallbacks.h",
1234 "../child/indexed_db/webidbcursor_impl_unittest.cc", 1233 "../child/indexed_db/webidbcursor_impl_unittest.cc",
1235 "../child/memory/child_memory_coordinator_impl_unittest.cc", 1234 "../child/memory/child_memory_coordinator_impl_unittest.cc",
1236 "../child/notifications/notification_data_conversions_unittest.cc", 1235 "../child/notifications/notification_data_conversions_unittest.cc",
1237 "../child/power_monitor_broadcast_source_unittest.cc",
1238 "../child/resource_dispatcher_unittest.cc", 1236 "../child/resource_dispatcher_unittest.cc",
1239 "../child/service_worker/service_worker_dispatcher_unittest.cc", 1237 "../child/service_worker/service_worker_dispatcher_unittest.cc",
1240 "../child/shared_memory_data_consumer_handle_unittest.cc", 1238 "../child/shared_memory_data_consumer_handle_unittest.cc",
1241 "../child/shared_memory_received_data_factory_unittest.cc", 1239 "../child/shared_memory_received_data_factory_unittest.cc",
1242 "../child/simple_webmimeregistry_impl_unittest.cc", 1240 "../child/simple_webmimeregistry_impl_unittest.cc",
1243 "../child/site_isolation_stats_gatherer_unittest.cc", 1241 "../child/site_isolation_stats_gatherer_unittest.cc",
1244 "../child/url_response_body_consumer_unittest.cc", 1242 "../child/url_response_body_consumer_unittest.cc",
1245 "../child/v8_value_converter_impl_unittest.cc", 1243 "../child/v8_value_converter_impl_unittest.cc",
1246 "../child/web_data_consumer_handle_impl_unittest.cc", 1244 "../child/web_data_consumer_handle_impl_unittest.cc",
1247 "../child/web_url_loader_impl_unittest.cc", 1245 "../child/web_url_loader_impl_unittest.cc",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 "//content/public/common", 1364 "//content/public/common",
1367 "//content/public/renderer", 1365 "//content/public/renderer",
1368 "//content/renderer:for_content_tests", 1366 "//content/renderer:for_content_tests",
1369 "//crypto", 1367 "//crypto",
1370 "//device/battery", 1368 "//device/battery",
1371 "//device/battery:mojo_bindings", 1369 "//device/battery:mojo_bindings",
1372 "//device/bluetooth", 1370 "//device/bluetooth",
1373 "//device/bluetooth:mocks", 1371 "//device/bluetooth:mocks",
1374 "//device/gamepad", 1372 "//device/gamepad",
1375 "//device/gamepad:test_helpers", 1373 "//device/gamepad:test_helpers",
1376 "//device/power_monitor/public/interfaces",
1377 "//device/sensors/public/cpp", 1374 "//device/sensors/public/cpp",
1378 "//device/sensors/public/interfaces", 1375 "//device/sensors/public/interfaces",
1379 "//gin", 1376 "//gin",
1380 "//gpu", 1377 "//gpu",
1381 "//gpu:test_support", 1378 "//gpu:test_support",
1382 "//ipc:test_support", 1379 "//ipc:test_support",
1383 "//media:shared_memory_support", 1380 "//media:shared_memory_support",
1384 "//media:test_support", 1381 "//media:test_support",
1385 "//media/audio:test_support", 1382 "//media/audio:test_support",
1386 "//media/base:test_support", 1383 "//media/base:test_support",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1689 if (is_android) { 1686 if (is_android) {
1690 deps += [ "//testing/android/native_test:native_test_native_code" ] 1687 deps += [ "//testing/android/native_test:native_test_native_code" ]
1691 } 1688 }
1692 } 1689 }
1693 1690
1694 group("fuzzers") { 1691 group("fuzzers") {
1695 deps = [ 1692 deps = [
1696 "//content/test/fuzzer", 1693 "//content/test/fuzzer",
1697 ] 1694 ]
1698 } 1695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698