| 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 "//content/public/common", | 719 "//content/public/common", |
| 720 "//content/public/renderer", | 720 "//content/public/renderer", |
| 721 "//content/renderer:for_content_tests", | 721 "//content/renderer:for_content_tests", |
| 722 "//content/shell:content_shell_lib", | 722 "//content/shell:content_shell_lib", |
| 723 "//content/shell:pak", | 723 "//content/shell:pak", |
| 724 "//content/test:test_support", | 724 "//content/test:test_support", |
| 725 "//device/base/synchronization", | 725 "//device/base/synchronization", |
| 726 "//device/battery", | 726 "//device/battery", |
| 727 "//device/battery:mojo_bindings", | 727 "//device/battery:mojo_bindings", |
| 728 "//device/power_save_blocker", | 728 "//device/power_save_blocker", |
| 729 "//device/sensors/public/cpp", |
| 729 "//device/vibration:mojo_bindings", | 730 "//device/vibration:mojo_bindings", |
| 730 "//gin", | 731 "//gin", |
| 731 "//gpu", | 732 "//gpu", |
| 732 "//ipc:mojom", | 733 "//ipc:mojom", |
| 733 "//ipc:test_support", | 734 "//ipc:test_support", |
| 734 "//media", | 735 "//media", |
| 735 "//media:test_support", | 736 "//media:test_support", |
| 736 "//media/audio:test_support", | 737 "//media/audio:test_support", |
| 737 "//media/base:test_support", | 738 "//media/base:test_support", |
| 738 "//mojo/edk/system", | 739 "//mojo/edk/system", |
| (...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 "//content/public/common", | 1382 "//content/public/common", |
| 1382 "//content/public/renderer", | 1383 "//content/public/renderer", |
| 1383 "//content/renderer:for_content_tests", | 1384 "//content/renderer:for_content_tests", |
| 1384 "//crypto", | 1385 "//crypto", |
| 1385 "//device/battery", | 1386 "//device/battery", |
| 1386 "//device/battery:mojo_bindings", | 1387 "//device/battery:mojo_bindings", |
| 1387 "//device/bluetooth", | 1388 "//device/bluetooth", |
| 1388 "//device/bluetooth:mocks", | 1389 "//device/bluetooth:mocks", |
| 1389 "//device/gamepad", | 1390 "//device/gamepad", |
| 1390 "//device/gamepad:test_helpers", | 1391 "//device/gamepad:test_helpers", |
| 1392 "//device/sensors/public/cpp", |
| 1391 "//device/sensors/public/interfaces", | 1393 "//device/sensors/public/interfaces", |
| 1392 "//gin", | 1394 "//gin", |
| 1393 "//gpu", | 1395 "//gpu", |
| 1394 "//gpu:test_support", | 1396 "//gpu:test_support", |
| 1395 "//ipc:test_support", | 1397 "//ipc:test_support", |
| 1396 "//media:shared_memory_support", | 1398 "//media:shared_memory_support", |
| 1397 "//media:test_support", | 1399 "//media:test_support", |
| 1398 "//media/audio:test_support", | 1400 "//media/audio:test_support", |
| 1399 "//media/base:test_support", | 1401 "//media/base:test_support", |
| 1400 "//media/blink", | 1402 "//media/blink", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1701 if (is_android) { | 1703 if (is_android) { |
| 1702 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1704 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1703 } | 1705 } |
| 1704 } | 1706 } |
| 1705 | 1707 |
| 1706 group("fuzzers") { | 1708 group("fuzzers") { |
| 1707 deps = [ | 1709 deps = [ |
| 1708 "//content/test/fuzzer", | 1710 "//content/test/fuzzer", |
| 1709 ] | 1711 ] |
| 1710 } | 1712 } |
| OLD | NEW |