| 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 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 "//base/third_party/dynamic_annotations", | 1466 "//base/third_party/dynamic_annotations", |
| 1467 "//cc", | 1467 "//cc", |
| 1468 "//cc:test_support", | 1468 "//cc:test_support", |
| 1469 "//cc/ipc", | 1469 "//cc/ipc", |
| 1470 "//cc/surfaces", | 1470 "//cc/surfaces", |
| 1471 "//components/display_compositor", | 1471 "//components/display_compositor", |
| 1472 "//components/leveldb/public/cpp", | 1472 "//components/leveldb/public/cpp", |
| 1473 "//components/payments/content:mojom", | 1473 "//components/payments/content:mojom", |
| 1474 "//components/payments/content:mojom_payment_app", | 1474 "//components/payments/content:mojom_payment_app", |
| 1475 "//components/rappor:test_support", | 1475 "//components/rappor:test_support", |
| 1476 "//components/viz/frame_sinks:frame_sinks", |
| 1476 "//content:resources", | 1477 "//content:resources", |
| 1477 "//content/app:both_for_content_tests", | 1478 "//content/app:both_for_content_tests", |
| 1478 "//content/browser:for_content_tests", | 1479 "//content/browser:for_content_tests", |
| 1479 "//content/browser/cache_storage:cache_storage_proto", | 1480 "//content/browser/cache_storage:cache_storage_proto", |
| 1480 "//content/browser/dom_storage:local_storage_proto", | 1481 "//content/browser/dom_storage:local_storage_proto", |
| 1481 "//content/browser/notifications:notification_proto", | 1482 "//content/browser/notifications:notification_proto", |
| 1482 "//content/browser/service_worker:service_worker_proto", | 1483 "//content/browser/service_worker:service_worker_proto", |
| 1483 "//content/browser/speech/proto", | 1484 "//content/browser/speech/proto", |
| 1484 "//content/child:for_content_tests", | 1485 "//content/child:for_content_tests", |
| 1485 "//content/gpu", | 1486 "//content/gpu", |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1859 if (is_android) { | 1860 if (is_android) { |
| 1860 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1861 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1861 } | 1862 } |
| 1862 } | 1863 } |
| 1863 | 1864 |
| 1864 group("fuzzers") { | 1865 group("fuzzers") { |
| 1865 deps = [ | 1866 deps = [ |
| 1866 "//content/test/fuzzer", | 1867 "//content/test/fuzzer", |
| 1867 ] | 1868 ] |
| 1868 } | 1869 } |
| OLD | NEW |