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

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

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 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/public/android/BUILD.gn ('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/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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "//content/gpu", 751 "//content/gpu",
752 "//content/public/browser", 752 "//content/public/browser",
753 "//content/public/child", 753 "//content/public/child",
754 "//content/public/common", 754 "//content/public/common",
755 "//content/public/renderer", 755 "//content/public/renderer",
756 "//content/renderer:for_content_tests", 756 "//content/renderer:for_content_tests",
757 "//content/shell:content_shell_lib", 757 "//content/shell:content_shell_lib",
758 "//content/shell:pak", 758 "//content/shell:pak",
759 "//content/test:test_support", 759 "//content/test:test_support",
760 "//device/base/synchronization", 760 "//device/base/synchronization",
761 "//device/generic_sensor",
762 "//device/power_save_blocker", 761 "//device/power_save_blocker",
763 "//device/screen_orientation/public/interfaces", 762 "//device/screen_orientation/public/interfaces",
764 "//device/sensors", 763 "//device/sensors",
765 "//device/sensors/public/cpp:full", 764 "//device/sensors/public/cpp:full",
766 "//device/wake_lock/public/interfaces", 765 "//device/wake_lock/public/interfaces",
767 "//gin", 766 "//gin",
768 "//gpu", 767 "//gpu",
769 "//gpu/ipc/host", 768 "//gpu/ipc/host",
770 "//ipc", 769 "//ipc",
771 "//ipc:test_support", 770 "//ipc:test_support",
772 "//media", 771 "//media",
773 "//media:test_support", 772 "//media:test_support",
774 "//media/audio:test_support", 773 "//media/audio:test_support",
775 "//media/base:test_support", 774 "//media/base:test_support",
776 "//mojo/edk/system", 775 "//mojo/edk/system",
777 "//mojo/public/cpp/bindings", 776 "//mojo/public/cpp/bindings",
778 "//mojo/public/js", 777 "//mojo/public/js",
779 "//net:test_support", 778 "//net:test_support",
780 "//ppapi/features", 779 "//ppapi/features",
781 "//services/catalog:lib", 780 "//services/catalog:lib",
781 "//services/device/generic_sensor",
782 "//services/device/public/interfaces", 782 "//services/device/public/interfaces",
783 "//services/device/public/interfaces:constants", 783 "//services/device/public/interfaces:constants",
784 "//services/service_manager/public/cpp", 784 "//services/service_manager/public/cpp",
785 "//services/ui/gpu/interfaces", 785 "//services/ui/gpu/interfaces",
786 "//services/ui/public/cpp/gpu", 786 "//services/ui/public/cpp/gpu",
787 "//storage/browser", 787 "//storage/browser",
788 "//testing/gmock", 788 "//testing/gmock",
789 "//testing/gtest", 789 "//testing/gtest",
790 "//third_party/WebKit/public:blink", 790 "//third_party/WebKit/public:blink",
791 "//third_party/leveldatabase", 791 "//third_party/leveldatabase",
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 if (is_android) { 1853 if (is_android) {
1854 deps += [ "//testing/android/native_test:native_test_native_code" ] 1854 deps += [ "//testing/android/native_test:native_test_native_code" ]
1855 } 1855 }
1856 } 1856 }
1857 1857
1858 group("fuzzers") { 1858 group("fuzzers") {
1859 deps = [ 1859 deps = [
1860 "//content/test/fuzzer", 1860 "//content/test/fuzzer",
1861 ] 1861 ]
1862 } 1862 }
OLDNEW
« no previous file with comments | « content/public/android/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698