| 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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "//content/app:both_for_content_tests", | 218 "//content/app:both_for_content_tests", |
| 219 "//content/browser:for_content_tests", | 219 "//content/browser:for_content_tests", |
| 220 "//content/browser/speech/proto", | 220 "//content/browser/speech/proto", |
| 221 "//content/child:for_content_tests", | 221 "//content/child:for_content_tests", |
| 222 "//content/gpu", | 222 "//content/gpu", |
| 223 "//content/public/browser", | 223 "//content/public/browser", |
| 224 "//content/public/child", | 224 "//content/public/child", |
| 225 "//content/public/renderer", | 225 "//content/public/renderer", |
| 226 "//content/public/utility", | 226 "//content/public/utility", |
| 227 "//content/renderer:for_content_tests", | 227 "//content/renderer:for_content_tests", |
| 228 "//content/shell:pak", |
| 228 "//content/utility:for_content_tests", | 229 "//content/utility:for_content_tests", |
| 229 "//device/base/synchronization", | 230 "//device/base/synchronization", |
| 230 "//device/geolocation", | 231 "//device/geolocation", |
| 231 "//device/nfc:mojo_bindings", | 232 "//device/nfc:mojo_bindings", |
| 232 "//ipc:test_support", | 233 "//ipc:test_support", |
| 233 "//media", | 234 "//media", |
| 234 "//media/capture", | 235 "//media/capture", |
| 235 "//media/mojo/interfaces:image_capture", | 236 "//media/mojo/interfaces:image_capture", |
| 236 "//mojo/edk/system", | 237 "//mojo/edk/system", |
| 237 "//mojo/edk/test:test_support", | 238 "//mojo/edk/test:test_support", |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 "//content/browser:for_content_tests", | 666 "//content/browser:for_content_tests", |
| 666 "//content/browser/background_sync:background_sync_proto", | 667 "//content/browser/background_sync:background_sync_proto", |
| 667 "//content/child:for_content_tests", | 668 "//content/child:for_content_tests", |
| 668 "//content/gpu", | 669 "//content/gpu", |
| 669 "//content/public/browser", | 670 "//content/public/browser", |
| 670 "//content/public/child", | 671 "//content/public/child", |
| 671 "//content/public/common", | 672 "//content/public/common", |
| 672 "//content/public/renderer", | 673 "//content/public/renderer", |
| 673 "//content/renderer:for_content_tests", | 674 "//content/renderer:for_content_tests", |
| 674 "//content/shell:content_shell_lib", | 675 "//content/shell:content_shell_lib", |
| 676 "//content/shell:pak", |
| 675 "//content/test:test_support", | 677 "//content/test:test_support", |
| 676 "//device/base/synchronization", | 678 "//device/base/synchronization", |
| 677 "//device/battery", | 679 "//device/battery", |
| 678 "//device/battery:mojo_bindings", | 680 "//device/battery:mojo_bindings", |
| 679 "//device/power_save_blocker", | 681 "//device/power_save_blocker", |
| 680 "//device/sensors/public/cpp", | 682 "//device/sensors/public/cpp", |
| 681 "//device/vibration:mojo_bindings", | 683 "//device/vibration:mojo_bindings", |
| 682 "//device/wake_lock", | 684 "//device/wake_lock", |
| 683 "//gin", | 685 "//gin", |
| 684 "//gpu", | 686 "//gpu", |
| (...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1691 if (is_android) { | 1693 if (is_android) { |
| 1692 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1694 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1693 } | 1695 } |
| 1694 } | 1696 } |
| 1695 | 1697 |
| 1696 group("fuzzers") { | 1698 group("fuzzers") { |
| 1697 deps = [ | 1699 deps = [ |
| 1698 "//content/test/fuzzer", | 1700 "//content/test/fuzzer", |
| 1699 ] | 1701 ] |
| 1700 } | 1702 } |
| OLD | NEW |