| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "//device/base/synchronization", | 693 "//device/base/synchronization", |
| 694 "//device/battery", | 694 "//device/battery", |
| 695 "//device/battery:mojo_bindings", | 695 "//device/battery:mojo_bindings", |
| 696 "//device/generic_sensor", | 696 "//device/generic_sensor", |
| 697 "//device/power_save_blocker", | 697 "//device/power_save_blocker", |
| 698 "//device/sensors/public/cpp", | 698 "//device/sensors/public/cpp", |
| 699 "//device/vibration:mojo_bindings", | 699 "//device/vibration:mojo_bindings", |
| 700 "//device/wake_lock", | 700 "//device/wake_lock", |
| 701 "//gin", | 701 "//gin", |
| 702 "//gpu", | 702 "//gpu", |
| 703 "//gpu/ipc/host", |
| 703 "//ipc:mojom", | 704 "//ipc:mojom", |
| 704 "//ipc:test_support", | 705 "//ipc:test_support", |
| 705 "//media", | 706 "//media", |
| 706 "//media:test_support", | 707 "//media:test_support", |
| 707 "//media/audio:test_support", | 708 "//media/audio:test_support", |
| 708 "//media/base:test_support", | 709 "//media/base:test_support", |
| 709 "//mojo/edk/system", | 710 "//mojo/edk/system", |
| 710 "//mojo/edk/test:test_support", | 711 "//mojo/edk/test:test_support", |
| 711 "//mojo/public/cpp/bindings", | 712 "//mojo/public/cpp/bindings", |
| 712 "//mojo/public/js", | 713 "//mojo/public/js", |
| (...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1722 if (is_android) { | 1723 if (is_android) { |
| 1723 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1724 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1724 } | 1725 } |
| 1725 } | 1726 } |
| 1726 | 1727 |
| 1727 group("fuzzers") { | 1728 group("fuzzers") { |
| 1728 deps = [ | 1729 deps = [ |
| 1729 "//content/test/fuzzer", | 1730 "//content/test/fuzzer", |
| 1730 ] | 1731 ] |
| 1731 } | 1732 } |
| OLD | NEW |