| 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 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1464 "//content/browser/cache_storage:cache_storage_proto", | 1464 "//content/browser/cache_storage:cache_storage_proto", |
| 1465 "//content/browser/dom_storage:local_storage_proto", | 1465 "//content/browser/dom_storage:local_storage_proto", |
| 1466 "//content/browser/notifications:notification_proto", | 1466 "//content/browser/notifications:notification_proto", |
| 1467 "//content/browser/service_worker:service_worker_proto", | 1467 "//content/browser/service_worker:service_worker_proto", |
| 1468 "//content/browser/speech/proto", | 1468 "//content/browser/speech/proto", |
| 1469 "//content/child:for_content_tests", | 1469 "//content/child:for_content_tests", |
| 1470 "//content/gpu", | 1470 "//content/gpu", |
| 1471 "//content/public/browser", | 1471 "//content/public/browser", |
| 1472 "//content/public/child", | 1472 "//content/public/child", |
| 1473 "//content/public/common", | 1473 "//content/public/common", |
| 1474 "//content/public/common:service_names", |
| 1474 "//content/public/renderer", | 1475 "//content/public/renderer", |
| 1475 "//content/renderer:for_content_tests", | 1476 "//content/renderer:for_content_tests", |
| 1476 "//crypto", | 1477 "//crypto", |
| 1477 "//device/battery", | 1478 "//device/battery", |
| 1478 "//device/battery:mojo_bindings", | 1479 "//device/battery:mojo_bindings", |
| 1479 "//device/bluetooth", | 1480 "//device/bluetooth", |
| 1480 "//device/bluetooth:mocks", | 1481 "//device/bluetooth:mocks", |
| 1481 "//device/gamepad", | 1482 "//device/gamepad", |
| 1482 "//device/gamepad:test_helpers", | 1483 "//device/gamepad:test_helpers", |
| 1483 "//device/sensors/public/cpp", | 1484 "//device/sensors/public/cpp", |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 if (is_android) { | 1836 if (is_android) { |
| 1836 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1837 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1837 } | 1838 } |
| 1838 } | 1839 } |
| 1839 | 1840 |
| 1840 group("fuzzers") { | 1841 group("fuzzers") { |
| 1841 deps = [ | 1842 deps = [ |
| 1842 "//content/test/fuzzer", | 1843 "//content/test/fuzzer", |
| 1843 ] | 1844 ] |
| 1844 } | 1845 } |
| OLD | NEW |