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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/rappor:test_support", | 1401 "//components/rappor:test_support", |
1402 "//content:resources", | 1402 "//content:resources", |
1403 "//content/app:both_for_content_tests", | 1403 "//content/app:both_for_content_tests", |
1404 "//content/browser:for_content_tests", | 1404 "//content/browser:for_content_tests", |
1405 "//content/browser/cache_storage:cache_storage_proto", | 1405 "//content/browser/cache_storage:cache_storage_proto", |
| 1406 "//content/browser/dom_storage:local_storage_proto", |
1406 "//content/browser/notifications:notification_proto", | 1407 "//content/browser/notifications:notification_proto", |
1407 "//content/browser/service_worker:service_worker_proto", | 1408 "//content/browser/service_worker:service_worker_proto", |
1408 "//content/browser/speech/proto", | 1409 "//content/browser/speech/proto", |
1409 "//content/child:for_content_tests", | 1410 "//content/child:for_content_tests", |
1410 "//content/gpu", | 1411 "//content/gpu", |
1411 "//content/public/browser", | 1412 "//content/public/browser", |
1412 "//content/public/child", | 1413 "//content/public/child", |
1413 "//content/public/common", | 1414 "//content/public/common", |
1414 "//content/public/renderer", | 1415 "//content/public/renderer", |
1415 "//content/renderer:for_content_tests", | 1416 "//content/renderer:for_content_tests", |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1755 if (is_android) { | 1756 if (is_android) { |
1756 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1757 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1757 } | 1758 } |
1758 } | 1759 } |
1759 | 1760 |
1760 group("fuzzers") { | 1761 group("fuzzers") { |
1761 deps = [ | 1762 deps = [ |
1762 "//content/test/fuzzer", | 1763 "//content/test/fuzzer", |
1763 ] | 1764 ] |
1764 } | 1765 } |
OLD | NEW |