| 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 740 "//content/shell:pak", | 740 "//content/shell:pak", |
| 741 "//content/test:test_support", | 741 "//content/test:test_support", |
| 742 "//device/base/synchronization", | 742 "//device/base/synchronization", |
| 743 "//device/battery", | 743 "//device/battery", |
| 744 "//device/battery:mojo_bindings", | 744 "//device/battery:mojo_bindings", |
| 745 "//device/generic_sensor", | 745 "//device/generic_sensor", |
| 746 "//device/power_save_blocker", | 746 "//device/power_save_blocker", |
| 747 "//device/screen_orientation/public/interfaces", | 747 "//device/screen_orientation/public/interfaces", |
| 748 "//device/sensors", | 748 "//device/sensors", |
| 749 "//device/sensors/public/cpp:full", | 749 "//device/sensors/public/cpp:full", |
| 750 "//device/wake_lock", | 750 "//device/wake_lock/public/interfaces", |
| 751 "//gin", | 751 "//gin", |
| 752 "//gpu", | 752 "//gpu", |
| 753 "//gpu/ipc/host", | 753 "//gpu/ipc/host", |
| 754 "//ipc", | 754 "//ipc", |
| 755 "//ipc:test_support", | 755 "//ipc:test_support", |
| 756 "//media", | 756 "//media", |
| 757 "//media:test_support", | 757 "//media:test_support", |
| 758 "//media/audio:test_support", | 758 "//media/audio:test_support", |
| 759 "//media/base:test_support", | 759 "//media/base:test_support", |
| 760 "//mojo/edk/system", | 760 "//mojo/edk/system", |
| (...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1863 if (is_android) { | 1863 if (is_android) { |
| 1864 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1864 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1865 } | 1865 } |
| 1866 } | 1866 } |
| 1867 | 1867 |
| 1868 group("fuzzers") { | 1868 group("fuzzers") { |
| 1869 deps = [ | 1869 deps = [ |
| 1870 "//content/test/fuzzer", | 1870 "//content/test/fuzzer", |
| 1871 ] | 1871 ] |
| 1872 } | 1872 } |
| OLD | NEW |