| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 "//content/gpu", | 747 "//content/gpu", |
| 748 "//content/public/browser", | 748 "//content/public/browser", |
| 749 "//content/public/child", | 749 "//content/public/child", |
| 750 "//content/public/common", | 750 "//content/public/common", |
| 751 "//content/public/renderer", | 751 "//content/public/renderer", |
| 752 "//content/renderer:for_content_tests", | 752 "//content/renderer:for_content_tests", |
| 753 "//content/shell:content_shell_lib", | 753 "//content/shell:content_shell_lib", |
| 754 "//content/shell:pak", | 754 "//content/shell:pak", |
| 755 "//content/test:test_support", | 755 "//content/test:test_support", |
| 756 "//device/base/synchronization", | 756 "//device/base/synchronization", |
| 757 "//device/generic_sensor", | |
| 758 "//device/power_save_blocker", | 757 "//device/power_save_blocker", |
| 759 "//device/screen_orientation/public/interfaces", | 758 "//device/screen_orientation/public/interfaces", |
| 760 "//device/sensors", | 759 "//device/sensors", |
| 761 "//device/sensors/public/cpp:full", | 760 "//device/sensors/public/cpp:full", |
| 762 "//device/wake_lock/public/interfaces", | 761 "//device/wake_lock/public/interfaces", |
| 763 "//gin", | 762 "//gin", |
| 764 "//gpu", | 763 "//gpu", |
| 765 "//gpu/ipc/host", | 764 "//gpu/ipc/host", |
| 766 "//ipc", | 765 "//ipc", |
| 767 "//ipc:test_support", | 766 "//ipc:test_support", |
| 768 "//media", | 767 "//media", |
| 769 "//media:test_support", | 768 "//media:test_support", |
| 770 "//media/audio:test_support", | 769 "//media/audio:test_support", |
| 771 "//media/base:test_support", | 770 "//media/base:test_support", |
| 772 "//mojo/edk/system", | 771 "//mojo/edk/system", |
| 773 "//mojo/public/cpp/bindings", | 772 "//mojo/public/cpp/bindings", |
| 774 "//mojo/public/js", | 773 "//mojo/public/js", |
| 775 "//net:test_support", | 774 "//net:test_support", |
| 776 "//ppapi/features", | 775 "//ppapi/features", |
| 777 "//services/catalog:lib", | 776 "//services/catalog:lib", |
| 777 "//services/device/generic_sensor", |
| 778 "//services/service_manager/public/cpp", | 778 "//services/service_manager/public/cpp", |
| 779 "//services/ui/gpu/interfaces", | 779 "//services/ui/gpu/interfaces", |
| 780 "//services/ui/public/cpp/gpu", | 780 "//services/ui/public/cpp/gpu", |
| 781 "//storage/browser", | 781 "//storage/browser", |
| 782 "//testing/gmock", | 782 "//testing/gmock", |
| 783 "//testing/gtest", | 783 "//testing/gtest", |
| 784 "//third_party/WebKit/public:blink", | 784 "//third_party/WebKit/public:blink", |
| 785 "//third_party/leveldatabase", | 785 "//third_party/leveldatabase", |
| 786 "//third_party/mesa:osmesa", | 786 "//third_party/mesa:osmesa", |
| 787 "//third_party/zlib", | 787 "//third_party/zlib", |
| (...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1836 if (is_android) { | 1836 if (is_android) { |
| 1837 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1837 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1838 } | 1838 } |
| 1839 } | 1839 } |
| 1840 | 1840 |
| 1841 group("fuzzers") { | 1841 group("fuzzers") { |
| 1842 deps = [ | 1842 deps = [ |
| 1843 "//content/test/fuzzer", | 1843 "//content/test/fuzzer", |
| 1844 ] | 1844 ] |
| 1845 } | 1845 } |
| OLD | NEW |