| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
| 9 | 9 |
| 10 if (is_android) { | 10 if (is_android) { |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 | 258 |
| 259 if (enable_rlz_support) { | 259 if (enable_rlz_support) { |
| 260 deps += [ "//components/rlz:unit_tests" ] | 260 deps += [ "//components/rlz:unit_tests" ] |
| 261 } | 261 } |
| 262 | 262 |
| 263 if (is_chromeos) { | 263 if (is_chromeos) { |
| 264 deps += [ | 264 deps += [ |
| 265 "//components/arc:unit_tests", | 265 "//components/arc:unit_tests", |
| 266 "//components/ownership:unit_tests", | 266 "//components/ownership:unit_tests", |
| 267 "//components/pairing:unit_tests", | 267 "//components/pairing:unit_tests", |
| 268 "//components/sync_wifi:unit_tests", |
| 268 "//components/timers:unit_tests", | 269 "//components/timers:unit_tests", |
| 269 "//components/user_manager:unit_tests", | 270 "//components/user_manager:unit_tests", |
| 270 "//components/wifi_sync:unit_tests", | |
| 271 ] | 271 ] |
| 272 } | 272 } |
| 273 | 273 |
| 274 if (enable_configuration_policy) { | 274 if (enable_configuration_policy) { |
| 275 deps += [ | 275 deps += [ |
| 276 "//components/policy/core/browser:unit_tests", | 276 "//components/policy/core/browser:unit_tests", |
| 277 "//components/policy/core/common:unit_tests", | 277 "//components/policy/core/common:unit_tests", |
| 278 ] | 278 ] |
| 279 } | 279 } |
| 280 | 280 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 | 471 |
| 472 deps = [ | 472 deps = [ |
| 473 "//base", | 473 "//base", |
| 474 "//components/test:test_support", | 474 "//components/test:test_support", |
| 475 "//components/visitedlink/browser", | 475 "//components/visitedlink/browser", |
| 476 "//testing/perf", | 476 "//testing/perf", |
| 477 "//url", | 477 "//url", |
| 478 ] | 478 ] |
| 479 } | 479 } |
| 480 } | 480 } |
| OLD | NEW |