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

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

Issue 2460823002: Decouple Power Monitor from //content. (Closed)
Patch Set: code rebase 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/child/power_monitor_broadcast_source_unittest.cc ('k') | device/BUILD.gn » ('j') | 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 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 "../browser/memory/memory_monitor_win_unittest.cc", 1130 "../browser/memory/memory_monitor_win_unittest.cc",
1131 "../browser/memory/test_memory_monitor.cc", 1131 "../browser/memory/test_memory_monitor.cc",
1132 "../browser/memory/test_memory_monitor.h", 1132 "../browser/memory/test_memory_monitor.h",
1133 "../browser/net/quota_policy_cookie_store_unittest.cc", 1133 "../browser/net/quota_policy_cookie_store_unittest.cc",
1134 "../browser/notification_service_impl_unittest.cc", 1134 "../browser/notification_service_impl_unittest.cc",
1135 "../browser/notifications/notification_database_data_unittest.cc", 1135 "../browser/notifications/notification_database_data_unittest.cc",
1136 "../browser/notifications/notification_database_unittest.cc", 1136 "../browser/notifications/notification_database_unittest.cc",
1137 "../browser/notifications/notification_id_generator_unittest.cc", 1137 "../browser/notifications/notification_id_generator_unittest.cc",
1138 "../browser/notifications/platform_notification_context_unittest.cc", 1138 "../browser/notifications/platform_notification_context_unittest.cc",
1139 "../browser/notifications/type_converters_unittest.cc", 1139 "../browser/notifications/type_converters_unittest.cc",
1140 "../browser/power_monitor_message_broadcaster_unittest.cc",
1141 "../browser/presentation/presentation_service_impl_unittest.cc", 1140 "../browser/presentation/presentation_service_impl_unittest.cc",
1142 "../browser/presentation/presentation_type_converters_unittest.cc", 1141 "../browser/presentation/presentation_type_converters_unittest.cc",
1143 "../browser/quota/mock_quota_manager.cc", 1142 "../browser/quota/mock_quota_manager.cc",
1144 "../browser/quota/mock_quota_manager.h", 1143 "../browser/quota/mock_quota_manager.h",
1145 "../browser/quota/mock_quota_manager_proxy.cc", 1144 "../browser/quota/mock_quota_manager_proxy.cc",
1146 "../browser/quota/mock_quota_manager_proxy.h", 1145 "../browser/quota/mock_quota_manager_proxy.h",
1147 "../browser/quota/mock_quota_manager_unittest.cc", 1146 "../browser/quota/mock_quota_manager_unittest.cc",
1148 "../browser/quota/quota_backend_impl_unittest.cc", 1147 "../browser/quota/quota_backend_impl_unittest.cc",
1149 "../browser/quota/quota_database_unittest.cc", 1148 "../browser/quota/quota_database_unittest.cc",
1150 "../browser/quota/quota_manager_unittest.cc", 1149 "../browser/quota/quota_manager_unittest.cc",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc", 1249 "../child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc",
1251 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc", 1250 "../child/dwrite_font_proxy/font_fallback_win_unittest.cc",
1252 "../child/fileapi/webfilewriter_base_unittest.cc", 1251 "../child/fileapi/webfilewriter_base_unittest.cc",
1253 "../child/font_warmup_win_unittest.cc", 1252 "../child/font_warmup_win_unittest.cc",
1254 "../child/indexed_db/mock_webidbcallbacks.cc", 1253 "../child/indexed_db/mock_webidbcallbacks.cc",
1255 "../child/indexed_db/mock_webidbcallbacks.h", 1254 "../child/indexed_db/mock_webidbcallbacks.h",
1256 "../child/indexed_db/webidbcursor_impl_unittest.cc", 1255 "../child/indexed_db/webidbcursor_impl_unittest.cc",
1257 "../child/indexed_db/webidbdatabase_impl_unittest.cc", 1256 "../child/indexed_db/webidbdatabase_impl_unittest.cc",
1258 "../child/memory/child_memory_coordinator_impl_unittest.cc", 1257 "../child/memory/child_memory_coordinator_impl_unittest.cc",
1259 "../child/notifications/notification_data_conversions_unittest.cc", 1258 "../child/notifications/notification_data_conversions_unittest.cc",
1260 "../child/power_monitor_broadcast_source_unittest.cc",
1261 "../child/resource_dispatcher_unittest.cc", 1259 "../child/resource_dispatcher_unittest.cc",
1262 "../child/service_worker/service_worker_dispatcher_unittest.cc", 1260 "../child/service_worker/service_worker_dispatcher_unittest.cc",
1263 "../child/shared_memory_data_consumer_handle_unittest.cc", 1261 "../child/shared_memory_data_consumer_handle_unittest.cc",
1264 "../child/shared_memory_received_data_factory_unittest.cc", 1262 "../child/shared_memory_received_data_factory_unittest.cc",
1265 "../child/site_isolation_stats_gatherer_unittest.cc", 1263 "../child/site_isolation_stats_gatherer_unittest.cc",
1266 "../child/url_response_body_consumer_unittest.cc", 1264 "../child/url_response_body_consumer_unittest.cc",
1267 "../child/v8_value_converter_impl_unittest.cc", 1265 "../child/v8_value_converter_impl_unittest.cc",
1268 "../child/web_data_consumer_handle_impl_unittest.cc", 1266 "../child/web_data_consumer_handle_impl_unittest.cc",
1269 "../child/web_url_loader_impl_unittest.cc", 1267 "../child/web_url_loader_impl_unittest.cc",
1270 "../child/worker_thread_registry_unittest.cc", 1268 "../child/worker_thread_registry_unittest.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 "//content/public/common", 1383 "//content/public/common",
1386 "//content/public/renderer", 1384 "//content/public/renderer",
1387 "//content/renderer:for_content_tests", 1385 "//content/renderer:for_content_tests",
1388 "//crypto", 1386 "//crypto",
1389 "//device/battery", 1387 "//device/battery",
1390 "//device/battery:mojo_bindings", 1388 "//device/battery:mojo_bindings",
1391 "//device/bluetooth", 1389 "//device/bluetooth",
1392 "//device/bluetooth:mocks", 1390 "//device/bluetooth:mocks",
1393 "//device/gamepad", 1391 "//device/gamepad",
1394 "//device/gamepad:test_helpers", 1392 "//device/gamepad:test_helpers",
1395 "//device/power_monitor/public/interfaces",
1396 "//device/sensors/public/cpp", 1393 "//device/sensors/public/cpp",
1397 "//device/sensors/public/interfaces", 1394 "//device/sensors/public/interfaces",
1398 "//gin", 1395 "//gin",
1399 "//gpu", 1396 "//gpu",
1400 "//gpu:test_support", 1397 "//gpu:test_support",
1401 "//ipc:test_support", 1398 "//ipc:test_support",
1402 "//media:shared_memory_support", 1399 "//media:shared_memory_support",
1403 "//media:test_support", 1400 "//media:test_support",
1404 "//media/audio:test_support", 1401 "//media/audio:test_support",
1405 "//media/base:test_support", 1402 "//media/base:test_support",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 if (is_android) { 1707 if (is_android) {
1711 deps += [ "//testing/android/native_test:native_test_native_code" ] 1708 deps += [ "//testing/android/native_test:native_test_native_code" ]
1712 } 1709 }
1713 } 1710 }
1714 1711
1715 group("fuzzers") { 1712 group("fuzzers") {
1716 deps = [ 1713 deps = [
1717 "//content/test/fuzzer", 1714 "//content/test/fuzzer",
1718 ] 1715 ]
1719 } 1716 }
OLDNEW
« no previous file with comments | « content/child/power_monitor_broadcast_source_unittest.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698