| 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("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1391 ":test_support", | 1391 ":test_support", |
| 1392 "//base/test:test_support", | 1392 "//base/test:test_support", |
| 1393 "//base/third_party/dynamic_annotations", | 1393 "//base/third_party/dynamic_annotations", |
| 1394 "//cc", | 1394 "//cc", |
| 1395 "//cc:test_support", | 1395 "//cc:test_support", |
| 1396 "//cc/ipc", | 1396 "//cc/ipc", |
| 1397 "//cc/surfaces", | 1397 "//cc/surfaces", |
| 1398 "//components/display_compositor", | 1398 "//components/display_compositor", |
| 1399 "//components/leveldb/public/cpp", | 1399 "//components/leveldb/public/cpp", |
| 1400 "//components/payments:payment_app", | 1400 "//components/payments:payment_app", |
| 1401 "//components/payments:payment_request", |
| 1401 "//components/rappor:test_support", | 1402 "//components/rappor:test_support", |
| 1402 "//content:resources", | 1403 "//content:resources", |
| 1403 "//content/app:both_for_content_tests", | 1404 "//content/app:both_for_content_tests", |
| 1404 "//content/browser:for_content_tests", | 1405 "//content/browser:for_content_tests", |
| 1405 "//content/browser/cache_storage:cache_storage_proto", | 1406 "//content/browser/cache_storage:cache_storage_proto", |
| 1406 "//content/browser/dom_storage:local_storage_proto", | 1407 "//content/browser/dom_storage:local_storage_proto", |
| 1407 "//content/browser/notifications:notification_proto", | 1408 "//content/browser/notifications:notification_proto", |
| 1408 "//content/browser/service_worker:service_worker_proto", | 1409 "//content/browser/service_worker:service_worker_proto", |
| 1409 "//content/browser/speech/proto", | 1410 "//content/browser/speech/proto", |
| 1410 "//content/child:for_content_tests", | 1411 "//content/child:for_content_tests", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1763 if (is_android) { | 1764 if (is_android) { |
| 1764 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1765 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1765 } | 1766 } |
| 1766 } | 1767 } |
| 1767 | 1768 |
| 1768 group("fuzzers") { | 1769 group("fuzzers") { |
| 1769 deps = [ | 1770 deps = [ |
| 1770 "//content/test/fuzzer", | 1771 "//content/test/fuzzer", |
| 1771 ] | 1772 ] |
| 1772 } | 1773 } |
| OLD | NEW |