| 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/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//extensions/features/features.gni") |
| 8 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 9 import("//rlz/features/features.gni") | 10 import("//rlz/features/features.gni") |
| 10 import("//testing/test.gni") | 11 import("//testing/test.gni") |
| 11 import("//tools/grit/repack.gni") | 12 import("//tools/grit/repack.gni") |
| 12 | 13 |
| 13 if (is_android) { | 14 if (is_android) { |
| 14 import("//build/config/android/rules.gni") | 15 import("//build/config/android/rules.gni") |
| 15 } | 16 } |
| 16 | 17 |
| 17 if (is_ios) { | 18 if (is_ios) { |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "//components/variations:unit_tests", | 154 "//components/variations:unit_tests", |
| 154 "//components/variations/service:unit_tests", | 155 "//components/variations/service:unit_tests", |
| 155 "//components/web_resource:unit_tests", | 156 "//components/web_resource:unit_tests", |
| 156 "//components/webdata/common:unit_tests", | 157 "//components/webdata/common:unit_tests", |
| 157 ] | 158 ] |
| 158 | 159 |
| 159 if (enable_nacl) { | 160 if (enable_nacl) { |
| 160 deps += [ "//components/nacl/browser:unit_tests" ] | 161 deps += [ "//components/nacl/browser:unit_tests" ] |
| 161 } | 162 } |
| 162 | 163 |
| 164 if (enable_extensions) { |
| 165 deps += [ "//components/guest_view/browser:unit_tests" ] |
| 166 } |
| 167 |
| 163 if (is_ios) { | 168 if (is_ios) { |
| 164 deps += [ | 169 deps += [ |
| 165 "//components/image_fetcher/ios:unit_tests", | 170 "//components/image_fetcher/ios:unit_tests", |
| 166 "//components/signin/ios/browser:unit_tests", | 171 "//components/signin/ios/browser:unit_tests", |
| 167 "//components/translate/ios/browser:unit_tests", | 172 "//components/translate/ios/browser:unit_tests", |
| 168 ] | 173 ] |
| 169 } else { # !iOS | 174 } else { # !iOS |
| 170 deps += [ | 175 deps += [ |
| 171 "//components/autofill/content/browser:unit_tests", | 176 "//components/autofill/content/browser:unit_tests", |
| 172 "//components/autofill/content/common:unit_tests", | 177 "//components/autofill/content/common:unit_tests", |
| 173 "//components/autofill/content/renderer:unit_tests", | 178 "//components/autofill/content/renderer:unit_tests", |
| 174 "//components/cast_certificate:unit_tests", | 179 "//components/cast_certificate:unit_tests", |
| 175 "//components/certificate_reporting:unit_tests", | 180 "//components/certificate_reporting:unit_tests", |
| 176 "//components/certificate_transparency:unit_tests", | 181 "//components/certificate_transparency:unit_tests", |
| 177 "//components/contextual_search:unit_tests", | 182 "//components/contextual_search:unit_tests", |
| 178 "//components/crash/content/app:unit_tests", | 183 "//components/crash/content/app:unit_tests", |
| 179 "//components/crash/core/common:unit_tests", | 184 "//components/crash/core/common:unit_tests", |
| 180 "//components/data_reduction_proxy/content/browser:unit_tests", | 185 "//components/data_reduction_proxy/content/browser:unit_tests", |
| 181 "//components/data_reduction_proxy/core/browser:unit_tests", | 186 "//components/data_reduction_proxy/core/browser:unit_tests", |
| 182 "//components/data_reduction_proxy/core/common:unit_tests", | 187 "//components/data_reduction_proxy/core/common:unit_tests", |
| 183 "//components/data_use_measurement/core:unit_tests", | 188 "//components/data_use_measurement/core:unit_tests", |
| 184 "//components/discardable_memory/common:unit_tests", | 189 "//components/discardable_memory/common:unit_tests", |
| 185 "//components/discardable_memory/service:unit_tests", | 190 "//components/discardable_memory/service:unit_tests", |
| 186 "//components/dom_distiller/content/browser:unit_tests", | 191 "//components/dom_distiller/content/browser:unit_tests", |
| 187 "//components/domain_reliability:unit_tests", | 192 "//components/domain_reliability:unit_tests", |
| 188 "//components/error_page/renderer:unit_tests", | 193 "//components/error_page/renderer:unit_tests", |
| 189 "//components/favicon/content:unit_tests", | 194 "//components/favicon/content:unit_tests", |
| 190 "//components/gcm_driver/instance_id:unit_tests", | 195 "//components/gcm_driver/instance_id:unit_tests", |
| 191 "//components/guest_view/browser:unit_tests", | |
| 192 "//components/history/content/browser:unit_tests", | 196 "//components/history/content/browser:unit_tests", |
| 193 "//components/invalidation/impl:unit_tests", | 197 "//components/invalidation/impl:unit_tests", |
| 194 "//components/keyed_service/content:unit_tests", | 198 "//components/keyed_service/content:unit_tests", |
| 195 "//components/link_header_util:unit_tests", | 199 "//components/link_header_util:unit_tests", |
| 196 "//components/navigation_interception:unit_tests", | 200 "//components/navigation_interception:unit_tests", |
| 197 "//components/network_hints/renderer:unit_tests", | 201 "//components/network_hints/renderer:unit_tests", |
| 198 "//components/offline_pages/content:unit_tests", | 202 "//components/offline_pages/content:unit_tests", |
| 199 "//components/offline_pages/content/background_loader:unit_tests", | 203 "//components/offline_pages/content/background_loader:unit_tests", |
| 200 "//components/offline_pages/core:unit_tests", | 204 "//components/offline_pages/core:unit_tests", |
| 201 "//components/offline_pages/core/background:unit_tests", | 205 "//components/offline_pages/core/background:unit_tests", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 217 "//components/spellcheck/renderer:unit_tests", | 221 "//components/spellcheck/renderer:unit_tests", |
| 218 "//components/subresource_filter/content/browser:unit_tests", | 222 "//components/subresource_filter/content/browser:unit_tests", |
| 219 "//components/subresource_filter/content/common:unit_tests", | 223 "//components/subresource_filter/content/common:unit_tests", |
| 220 "//components/subresource_filter/content/renderer:unit_tests", | 224 "//components/subresource_filter/content/renderer:unit_tests", |
| 221 "//components/tracing:unit_tests", | 225 "//components/tracing:unit_tests", |
| 222 "//components/visitedlink/test:unit_tests", | 226 "//components/visitedlink/test:unit_tests", |
| 223 "//components/viz/display_compositor:unit_tests", | 227 "//components/viz/display_compositor:unit_tests", |
| 224 "//components/wallpaper:unit_tests", | 228 "//components/wallpaper:unit_tests", |
| 225 "//components/web_cache/browser:unit_tests", | 229 "//components/web_cache/browser:unit_tests", |
| 226 "//components/webcrypto:unit_tests", | 230 "//components/webcrypto:unit_tests", |
| 227 "//components/zoom:unit_tests", | |
| 228 ] | 231 ] |
| 229 | 232 |
| 230 data_deps = [ | 233 data_deps = [ |
| 231 ":components_tests_pak", | 234 ":components_tests_pak", |
| 232 "//third_party/mesa:osmesa", | 235 "//third_party/mesa:osmesa", |
| 233 "//ui/resources:ui_test_pak", | 236 "//ui/resources:ui_test_pak", |
| 234 ] | 237 ] |
| 235 } # iOS/!iOS | 238 } # iOS/!iOS |
| 236 | 239 |
| 237 if (is_ios) { | 240 if (is_ios) { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 } | 276 } |
| 274 | 277 |
| 275 # Desktop-only deps. | 278 # Desktop-only deps. |
| 276 if (!is_android && !is_ios) { | 279 if (!is_android && !is_ios) { |
| 277 deps += [ | 280 deps += [ |
| 278 "//components/cryptauth:unit_tests", | 281 "//components/cryptauth:unit_tests", |
| 279 "//components/feedback:unit_tests", | 282 "//components/feedback:unit_tests", |
| 280 "//components/proximity_auth:unit_tests", | 283 "//components/proximity_auth:unit_tests", |
| 281 "//components/storage_monitor:unit_tests", | 284 "//components/storage_monitor:unit_tests", |
| 282 "//components/web_modal:unit_tests", | 285 "//components/web_modal:unit_tests", |
| 286 "//components/zoom:unit_tests", |
| 283 ] | 287 ] |
| 284 } | 288 } |
| 285 | 289 |
| 286 if (enable_rlz_support) { | 290 if (enable_rlz_support) { |
| 287 deps += [ "//components/rlz:unit_tests" ] | 291 deps += [ "//components/rlz:unit_tests" ] |
| 288 } | 292 } |
| 289 | 293 |
| 290 if (is_chromeos) { | 294 if (is_chromeos) { |
| 291 deps += [ | 295 deps += [ |
| 292 "//components/arc:unit_tests", | 296 "//components/arc:unit_tests", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 "//testing/perf", | 510 "//testing/perf", |
| 507 "//url", | 511 "//url", |
| 508 ] | 512 ] |
| 509 | 513 |
| 510 if (!is_ios) { | 514 if (!is_ios) { |
| 511 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 515 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 512 deps += [ "//components/discardable_memory/common" ] | 516 deps += [ "//components/discardable_memory/common" ] |
| 513 } | 517 } |
| 514 } | 518 } |
| 515 } | 519 } |
| OLD | NEW |