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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 "//device/generic_sensor", | 710 "//device/generic_sensor", |
711 "//device/power_save_blocker", | 711 "//device/power_save_blocker", |
712 "//device/screen_orientation/public/interfaces", | 712 "//device/screen_orientation/public/interfaces", |
713 "//device/sensors", | 713 "//device/sensors", |
714 "//device/sensors/public/cpp", | 714 "//device/sensors/public/cpp", |
715 "//device/vibration:mojo_bindings", | 715 "//device/vibration:mojo_bindings", |
716 "//device/wake_lock", | 716 "//device/wake_lock", |
717 "//gin", | 717 "//gin", |
718 "//gpu", | 718 "//gpu", |
719 "//gpu/ipc/host", | 719 "//gpu/ipc/host", |
720 "//ipc:mojom", | 720 "//ipc", |
721 "//ipc:test_support", | 721 "//ipc:test_support", |
722 "//media", | 722 "//media", |
723 "//media:test_support", | 723 "//media:test_support", |
724 "//media/audio:test_support", | 724 "//media/audio:test_support", |
725 "//media/base:test_support", | 725 "//media/base:test_support", |
726 "//mojo/edk/system", | 726 "//mojo/edk/system", |
727 "//mojo/public/cpp/bindings", | 727 "//mojo/public/cpp/bindings", |
728 "//mojo/public/js", | 728 "//mojo/public/js", |
729 "//net:test_support", | 729 "//net:test_support", |
730 "//ppapi/features", | 730 "//ppapi/features", |
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1793 if (is_android) { | 1793 if (is_android) { |
1794 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1794 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1795 } | 1795 } |
1796 } | 1796 } |
1797 | 1797 |
1798 group("fuzzers") { | 1798 group("fuzzers") { |
1799 deps = [ | 1799 deps = [ |
1800 "//content/test/fuzzer", | 1800 "//content/test/fuzzer", |
1801 ] | 1801 ] |
1802 } | 1802 } |
OLD | NEW |