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

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

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Bugfix Created 3 years, 9 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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "//content/test:test_support", 717 "//content/test:test_support",
718 "//device/base/synchronization", 718 "//device/base/synchronization",
719 "//device/battery", 719 "//device/battery",
720 "//device/battery:mojo_bindings", 720 "//device/battery:mojo_bindings",
721 "//device/generic_sensor", 721 "//device/generic_sensor",
722 "//device/power_save_blocker", 722 "//device/power_save_blocker",
723 "//device/screen_orientation/public/interfaces", 723 "//device/screen_orientation/public/interfaces",
724 "//device/sensors", 724 "//device/sensors",
725 "//device/sensors/public/cpp", 725 "//device/sensors/public/cpp",
726 "//device/vibration:mojo_bindings", 726 "//device/vibration:mojo_bindings",
727 "//device/wake_lock", 727 "//device/wake_lock/public/interfaces",
728 "//gin", 728 "//gin",
729 "//gpu", 729 "//gpu",
730 "//gpu/ipc/host", 730 "//gpu/ipc/host",
731 "//ipc", 731 "//ipc",
732 "//ipc:test_support", 732 "//ipc:test_support",
733 "//media", 733 "//media",
734 "//media:test_support", 734 "//media:test_support",
735 "//media/audio:test_support", 735 "//media/audio:test_support",
736 "//media/base:test_support", 736 "//media/base:test_support",
737 "//mojo/edk/system", 737 "//mojo/edk/system",
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 if (is_android) { 1828 if (is_android) {
1829 deps += [ "//testing/android/native_test:native_test_native_code" ] 1829 deps += [ "//testing/android/native_test:native_test_native_code" ]
1830 } 1830 }
1831 } 1831 }
1832 1832
1833 group("fuzzers") { 1833 group("fuzzers") {
1834 deps = [ 1834 deps = [
1835 "//content/test/fuzzer", 1835 "//content/test/fuzzer",
1836 ] 1836 ]
1837 } 1837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698