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

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

Issue 2389743002: Content Modularization Project: Move Wake Lock to //device (Closed)
Patch Set: Eliminate frame reference Created 4 years, 2 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/browser/web_contents/web_contents_impl.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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "//content/public/renderer", 720 "//content/public/renderer",
721 "//content/renderer:for_content_tests", 721 "//content/renderer:for_content_tests",
722 "//content/shell:content_shell_lib", 722 "//content/shell:content_shell_lib",
723 "//content/shell:pak", 723 "//content/shell:pak",
724 "//content/test:test_support", 724 "//content/test:test_support",
725 "//device/base/synchronization", 725 "//device/base/synchronization",
726 "//device/battery", 726 "//device/battery",
727 "//device/battery:mojo_bindings", 727 "//device/battery:mojo_bindings",
728 "//device/power_save_blocker", 728 "//device/power_save_blocker",
729 "//device/vibration:mojo_bindings", 729 "//device/vibration:mojo_bindings",
730 "//device/wake_lock",
730 "//gin", 731 "//gin",
731 "//gpu", 732 "//gpu",
732 "//ipc:mojom", 733 "//ipc:mojom",
733 "//ipc:test_support", 734 "//ipc:test_support",
734 "//media", 735 "//media",
735 "//media:test_support", 736 "//media:test_support",
736 "//media/audio:test_support", 737 "//media/audio:test_support",
737 "//media/base:test_support", 738 "//media/base:test_support",
738 "//mojo/edk/system", 739 "//mojo/edk/system",
739 "//mojo/edk/test:test_support", 740 "//mojo/edk/test:test_support",
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 "../browser/shareable_file_reference_unittest.cc", 1213 "../browser/shareable_file_reference_unittest.cc",
1213 "../browser/shared_worker/shared_worker_instance_unittest.cc", 1214 "../browser/shared_worker/shared_worker_instance_unittest.cc",
1214 "../browser/shared_worker/shared_worker_service_impl_unittest.cc", 1215 "../browser/shared_worker/shared_worker_service_impl_unittest.cc",
1215 "../browser/site_instance_impl_unittest.cc", 1216 "../browser/site_instance_impl_unittest.cc",
1216 "../browser/startup_task_runner_unittest.cc", 1217 "../browser/startup_task_runner_unittest.cc",
1217 "../browser/storage_partition_impl_map_unittest.cc", 1218 "../browser/storage_partition_impl_map_unittest.cc",
1218 "../browser/storage_partition_impl_unittest.cc", 1219 "../browser/storage_partition_impl_unittest.cc",
1219 "../browser/streams/stream_unittest.cc", 1220 "../browser/streams/stream_unittest.cc",
1220 "../browser/streams/stream_url_request_job_unittest.cc", 1221 "../browser/streams/stream_url_request_job_unittest.cc",
1221 "../browser/tracing/background_tracing_config_unittest.cc", 1222 "../browser/tracing/background_tracing_config_unittest.cc",
1222 "../browser/wake_lock/wake_lock_service_context_unittest.cc",
1223 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", 1223 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc",
1224 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", 1224 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc",
1225 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", 1225 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc",
1226 "../browser/web_contents/web_contents_delegate_unittest.cc", 1226 "../browser/web_contents/web_contents_delegate_unittest.cc",
1227 "../browser/web_contents/web_contents_impl_unittest.cc", 1227 "../browser/web_contents/web_contents_impl_unittest.cc",
1228 "../browser/web_contents/web_contents_user_data_unittest.cc", 1228 "../browser/web_contents/web_contents_user_data_unittest.cc",
1229 "../browser/web_contents/web_contents_view_aura_unittest.cc", 1229 "../browser/web_contents/web_contents_view_aura_unittest.cc",
1230 "../browser/web_contents/web_contents_view_mac_unittest.mm", 1230 "../browser/web_contents/web_contents_view_mac_unittest.mm",
1231 "../browser/web_contents/web_drag_dest_mac_unittest.mm", 1231 "../browser/web_contents/web_drag_dest_mac_unittest.mm",
1232 "../browser/web_contents/web_drag_source_mac_unittest.mm", 1232 "../browser/web_contents/web_drag_source_mac_unittest.mm",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 if (is_android) { 1701 if (is_android) {
1702 deps += [ "//testing/android/native_test:native_test_native_code" ] 1702 deps += [ "//testing/android/native_test:native_test_native_code" ]
1703 } 1703 }
1704 } 1704 }
1705 1705
1706 group("fuzzers") { 1706 group("fuzzers") {
1707 deps = [ 1707 deps = [
1708 "//content/test/fuzzer", 1708 "//content/test/fuzzer",
1709 ] 1709 ]
1710 } 1710 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698