| 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("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| 11 import("//chrome/chrome_repack_locales.gni") | 11 import("//chrome/chrome_repack_locales.gni") |
| 12 import("//chrome/test/base/js2gtest.gni") | 12 import("//chrome/test/base/js2gtest.gni") |
| 13 import("//components/os_crypt/features.gni") | 13 import("//components/os_crypt/features.gni") |
| 14 import("//services/shell/public/service_manifest.gni") | 14 import("//services/shell/public/service_manifest.gni") |
| 15 import("//testing/test.gni") | 15 import("//testing/test.gni") |
| 16 import("//third_party/widevine/cdm/widevine.gni") |
| 16 import("//v8/gni/v8.gni") | 17 import("//v8/gni/v8.gni") |
| 17 | 18 |
| 18 if (is_android) { | 19 if (is_android) { |
| 19 import("//build/config/android/rules.gni") | 20 import("//build/config/android/rules.gni") |
| 20 } | 21 } |
| 21 | 22 |
| 22 # This target exists to reference other test executables to bring these files | 23 # This target exists to reference other test executables to bring these files |
| 23 # into the build. | 24 # into the build. |
| 24 group("test") { | 25 group("test") { |
| 25 testonly = true | 26 testonly = true |
| (...skipping 2858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2884 | 2885 |
| 2885 # This test deliberately does not depend in chrome's test support targets. | 2886 # This test deliberately does not depend in chrome's test support targets. |
| 2886 # This is a small test and Chrome's test support targets bring in the | 2887 # This is a small test and Chrome's test support targets bring in the |
| 2887 # world, causing link time to explode. Please don't add more dependencies | 2888 # world, causing link time to explode. Please don't add more dependencies |
| 2888 # here without understanding how it affects link time (and factor them | 2889 # here without understanding how it affects link time (and factor them |
| 2889 # differently if possible). | 2890 # differently if possible). |
| 2890 deps = [ | 2891 deps = [ |
| 2891 "//base/test:test_support_perf", | 2892 "//base/test:test_support_perf", |
| 2892 "//testing/gtest", | 2893 "//testing/gtest", |
| 2893 "//testing/perf", | 2894 "//testing/perf", |
| 2895 "//third_party/widevine/cdm:cdm_features", |
| 2894 "//third_party/widevine/cdm:version_h", | 2896 "//third_party/widevine/cdm:version_h", |
| 2895 ] | 2897 ] |
| 2896 | 2898 |
| 2897 if (enable_pepper_cdms) { | 2899 if (enable_pepper_cdms) { |
| 2898 deps += [ | 2900 deps += [ |
| 2899 "//chrome/browser:pepper_cdm_test_constants", | 2901 "//chrome/browser:pepper_cdm_test_constants", |
| 2900 "//media:cdm_paths", | 2902 "//media:cdm_paths", |
| 2901 ] | 2903 ] |
| 2902 data_deps = [ | 2904 data_deps = [ |
| 2903 "//media/cdm/ppapi:clearkeycdmadapter", | 2905 "//media/cdm/ppapi:clearkeycdmadapter", |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3417 "//components/component_updater:test_support", | 3419 "//components/component_updater:test_support", |
| 3418 "//components/safe_browsing_db:test_database_manager", | 3420 "//components/safe_browsing_db:test_database_manager", |
| 3419 "//components/subresource_filter/core/browser:test_support", | 3421 "//components/subresource_filter/core/browser:test_support", |
| 3420 "//components/version_info:generate_version_info", | 3422 "//components/version_info:generate_version_info", |
| 3421 "//courgette:courgette_lib", | 3423 "//courgette:courgette_lib", |
| 3422 "//google_apis", | 3424 "//google_apis", |
| 3423 "//skia", | 3425 "//skia", |
| 3424 "//third_party/cacheinvalidation", | 3426 "//third_party/cacheinvalidation", |
| 3425 "//third_party/icu", | 3427 "//third_party/icu", |
| 3426 "//third_party/libxml", | 3428 "//third_party/libxml", |
| 3429 "//third_party/widevine/cdm:cdm_features", |
| 3427 "//ui/base:test_support", | 3430 "//ui/base:test_support", |
| 3428 "//ui/display:test_support", | 3431 "//ui/display:test_support", |
| 3429 "//ui/gfx:test_support", | 3432 "//ui/gfx:test_support", |
| 3430 "//ui/resources", | 3433 "//ui/resources", |
| 3431 ] | 3434 ] |
| 3432 data_deps = [] | 3435 data_deps = [] |
| 3433 | 3436 |
| 3434 if (!is_ios) { | 3437 if (!is_ios) { |
| 3435 deps += [ | 3438 deps += [ |
| 3436 "//components/autofill/content/renderer:test_support", | 3439 "//components/autofill/content/renderer:test_support", |
| (...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5015 "touch_hud", | 5018 "touch_hud", |
| 5016 "ui", | 5019 "ui", |
| 5017 ] | 5020 ] |
| 5018 | 5021 |
| 5019 if (is_linux && !is_android) { | 5022 if (is_linux && !is_android) { |
| 5020 deps += [ "//components/font_service:manifest" ] | 5023 deps += [ "//components/font_service:manifest" ] |
| 5021 packaged_services += [ "font_service" ] | 5024 packaged_services += [ "font_service" ] |
| 5022 } | 5025 } |
| 5023 } | 5026 } |
| 5024 } | 5027 } |
| OLD | NEW |