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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 } | 277 } |
278 | 278 |
279 if (enable_configuration_policy) { | 279 if (enable_configuration_policy) { |
280 deps += [ | 280 deps += [ |
281 "//components/policy/core/browser:unit_tests", | 281 "//components/policy/core/browser:unit_tests", |
282 "//components/policy/core/common:unit_tests", | 282 "//components/policy/core/common:unit_tests", |
283 ] | 283 ] |
284 } | 284 } |
285 | 285 |
286 if (toolkit_views) { | 286 if (toolkit_views) { |
287 # TODO bug 522654 Enable this when the undefined symbol is fixed in | 287 deps += [ "//components/constrained_window:unit_tests" ] |
288 # web_modal such that this links. | |
289 #deps += [ "//components/constrained_window:unit_tests" ] | |
290 } | 288 } |
291 | 289 |
292 if (is_win) { | 290 if (is_win) { |
293 deps += [ "//components/browser_watcher:unit_tests" ] | 291 deps += [ "//components/browser_watcher:unit_tests" ] |
294 } | 292 } |
295 | 293 |
296 if (enable_basic_printing || enable_print_preview) { | 294 if (enable_basic_printing || enable_print_preview) { |
297 deps += [ | 295 deps += [ |
298 "//components/printing/browser", | 296 "//components/printing/browser", |
299 "//components/printing/common", | 297 "//components/printing/common", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 "//base/test:test_support_perf", | 481 "//base/test:test_support_perf", |
484 "//components/scheduler", | 482 "//components/scheduler", |
485 "//components/visitedlink/browser", | 483 "//components/visitedlink/browser", |
486 "//content/test:test_support", | 484 "//content/test:test_support", |
487 "//testing/gtest", | 485 "//testing/gtest", |
488 "//testing/perf", | 486 "//testing/perf", |
489 "//url", | 487 "//url", |
490 ] | 488 ] |
491 } | 489 } |
492 } | 490 } |
OLD | NEW |