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

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

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: update git log Created 3 years, 11 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
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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 "//content/renderer:for_content_tests", 699 "//content/renderer:for_content_tests",
700 "//content/shell:content_shell_lib", 700 "//content/shell:content_shell_lib",
701 "//content/shell:pak", 701 "//content/shell:pak",
702 "//content/test:test_support", 702 "//content/test:test_support",
703 "//device/base/synchronization", 703 "//device/base/synchronization",
704 "//device/battery", 704 "//device/battery",
705 "//device/battery:mojo_bindings", 705 "//device/battery:mojo_bindings",
706 "//device/generic_sensor", 706 "//device/generic_sensor",
707 "//device/power_save_blocker", 707 "//device/power_save_blocker",
708 "//device/screen_orientation/public/interfaces", 708 "//device/screen_orientation/public/interfaces",
709 "//device/sensors",
709 "//device/sensors/public/cpp", 710 "//device/sensors/public/cpp",
710 "//device/vibration:mojo_bindings", 711 "//device/vibration:mojo_bindings",
711 "//device/wake_lock", 712 "//device/wake_lock",
712 "//gin", 713 "//gin",
713 "//gpu", 714 "//gpu",
714 "//gpu/ipc/host", 715 "//gpu/ipc/host",
715 "//ipc:mojom", 716 "//ipc:mojom",
716 "//ipc:test_support", 717 "//ipc:test_support",
717 "//media", 718 "//media",
718 "//media:test_support", 719 "//media:test_support",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "../browser/cache_storage/cache_storage_scheduler_unittest.cc", 1009 "../browser/cache_storage/cache_storage_scheduler_unittest.cc",
1009 "../browser/child_process_security_policy_unittest.cc", 1010 "../browser/child_process_security_policy_unittest.cc",
1010 "../browser/cocoa/system_hotkey_map_unittest.mm", 1011 "../browser/cocoa/system_hotkey_map_unittest.mm",
1011 "../browser/compositor/reflector_impl_unittest.cc", 1012 "../browser/compositor/reflector_impl_unittest.cc",
1012 "../browser/compositor/software_browser_compositor_output_surface_unittest.c c", 1013 "../browser/compositor/software_browser_compositor_output_surface_unittest.c c",
1013 "../browser/compositor/software_output_device_ozone_unittest.cc", 1014 "../browser/compositor/software_output_device_ozone_unittest.cc",
1014 "../browser/database_quota_client_unittest.cc", 1015 "../browser/database_quota_client_unittest.cc",
1015 "../browser/database_tracker_unittest.cc", 1016 "../browser/database_tracker_unittest.cc",
1016 "../browser/database_util_unittest.cc", 1017 "../browser/database_util_unittest.cc",
1017 "../browser/databases_table_unittest.cc", 1018 "../browser/databases_table_unittest.cc",
1018 "../browser/device_sensors/data_fetcher_shared_memory_base_unittest.cc",
1019 "../browser/device_sensors/sensor_manager_android_unittest.cc",
1020 "../browser/device_sensors/sensor_manager_chromeos_unittest.cc",
1021 "../browser/devtools/devtools_http_handler_unittest.cc", 1019 "../browser/devtools/devtools_http_handler_unittest.cc",
1022 "../browser/devtools/devtools_manager_unittest.cc", 1020 "../browser/devtools/devtools_manager_unittest.cc",
1023 "../browser/devtools/protocol/tracing_handler_unittest.cc", 1021 "../browser/devtools/protocol/tracing_handler_unittest.cc",
1024 "../browser/devtools/shared_worker_devtools_manager_unittest.cc", 1022 "../browser/devtools/shared_worker_devtools_manager_unittest.cc",
1025 "../browser/dom_storage/dom_storage_area_unittest.cc", 1023 "../browser/dom_storage/dom_storage_area_unittest.cc",
1026 "../browser/dom_storage/dom_storage_context_impl_unittest.cc", 1024 "../browser/dom_storage/dom_storage_context_impl_unittest.cc",
1027 "../browser/dom_storage/dom_storage_database_unittest.cc", 1025 "../browser/dom_storage/dom_storage_database_unittest.cc",
1028 "../browser/dom_storage/local_storage_context_mojo_unittest.cc", 1026 "../browser/dom_storage/local_storage_context_mojo_unittest.cc",
1029 "../browser/dom_storage/session_storage_database_unittest.cc", 1027 "../browser/dom_storage/session_storage_database_unittest.cc",
1030 "../browser/download/base_file_unittest.cc", 1028 "../browser/download/base_file_unittest.cc",
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 if (is_android) { 1777 if (is_android) {
1780 deps += [ "//testing/android/native_test:native_test_native_code" ] 1778 deps += [ "//testing/android/native_test:native_test_native_code" ]
1781 } 1779 }
1782 } 1780 }
1783 1781
1784 group("fuzzers") { 1782 group("fuzzers") {
1785 deps = [ 1783 deps = [
1786 "//content/test/fuzzer", 1784 "//content/test/fuzzer",
1787 ] 1785 ]
1788 } 1786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698