OLD | NEW |
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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
718 "//content/test:test_support", | 718 "//content/test:test_support", |
719 "//device/base/synchronization", | 719 "//device/base/synchronization", |
720 "//device/battery", | 720 "//device/battery", |
721 "//device/battery:mojo_bindings", | 721 "//device/battery:mojo_bindings", |
722 "//device/generic_sensor", | 722 "//device/generic_sensor", |
723 "//device/power_save_blocker", | 723 "//device/power_save_blocker", |
724 "//device/screen_orientation/public/interfaces", | 724 "//device/screen_orientation/public/interfaces", |
725 "//device/sensors", | 725 "//device/sensors", |
726 "//device/sensors/public/cpp", | 726 "//device/sensors/public/cpp", |
727 "//device/vibration:mojo_bindings", | 727 "//device/vibration:mojo_bindings", |
728 "//device/wake_lock", | 728 "//device/wake_lock/public/interfaces", |
729 "//gin", | 729 "//gin", |
730 "//gpu", | 730 "//gpu", |
731 "//gpu/ipc/host", | 731 "//gpu/ipc/host", |
732 "//ipc", | 732 "//ipc", |
733 "//ipc:test_support", | 733 "//ipc:test_support", |
734 "//media", | 734 "//media", |
735 "//media:test_support", | 735 "//media:test_support", |
736 "//media/audio:test_support", | 736 "//media/audio:test_support", |
737 "//media/base:test_support", | 737 "//media/base:test_support", |
738 "//mojo/edk/system", | 738 "//mojo/edk/system", |
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1832 if (is_android) { | 1832 if (is_android) { |
1833 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1833 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1834 } | 1834 } |
1835 } | 1835 } |
1836 | 1836 |
1837 group("fuzzers") { | 1837 group("fuzzers") { |
1838 deps = [ | 1838 deps = [ |
1839 "//content/test/fuzzer", | 1839 "//content/test/fuzzer", |
1840 ] | 1840 ] |
1841 } | 1841 } |
OLD | NEW |