| 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 "//content/public/renderer", | 688 "//content/public/renderer", |
| 689 "//content/renderer:for_content_tests", | 689 "//content/renderer:for_content_tests", |
| 690 "//content/shell:content_shell_lib", | 690 "//content/shell:content_shell_lib", |
| 691 "//content/shell:pak", | 691 "//content/shell:pak", |
| 692 "//content/test:test_support", | 692 "//content/test:test_support", |
| 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/screen_orientation/public/interfaces", |
| 698 "//device/sensors/public/cpp", | 699 "//device/sensors/public/cpp", |
| 699 "//device/vibration:mojo_bindings", | 700 "//device/vibration:mojo_bindings", |
| 700 "//device/wake_lock", | 701 "//device/wake_lock", |
| 701 "//gin", | 702 "//gin", |
| 702 "//gpu", | 703 "//gpu", |
| 703 "//gpu/ipc/host", | 704 "//gpu/ipc/host", |
| 704 "//ipc:mojom", | 705 "//ipc:mojom", |
| 705 "//ipc:test_support", | 706 "//ipc:test_support", |
| 706 "//media", | 707 "//media", |
| 707 "//media:test_support", | 708 "//media:test_support", |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 if (is_android) { | 1726 if (is_android) { |
| 1726 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1727 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1727 } | 1728 } |
| 1728 } | 1729 } |
| 1729 | 1730 |
| 1730 group("fuzzers") { | 1731 group("fuzzers") { |
| 1731 deps = [ | 1732 deps = [ |
| 1732 "//content/test/fuzzer", | 1733 "//content/test/fuzzer", |
| 1733 ] | 1734 ] |
| 1734 } | 1735 } |
| OLD | NEW |