| 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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "//components/policy/core/browser:unit_tests", | 286 "//components/policy/core/browser:unit_tests", |
| 287 "//components/policy/core/common:unit_tests", | 287 "//components/policy/core/common:unit_tests", |
| 288 ] | 288 ] |
| 289 } | 289 } |
| 290 | 290 |
| 291 if (toolkit_views) { | 291 if (toolkit_views) { |
| 292 deps += [ "//components/constrained_window:unit_tests" ] | 292 deps += [ "//components/constrained_window:unit_tests" ] |
| 293 } | 293 } |
| 294 | 294 |
| 295 if (is_win) { | 295 if (is_win) { |
| 296 deps += [ "//components/browser_watcher:unit_tests" ] | 296 deps += [ "//components/browser_watcher:browser_watcher_tests" ] |
| 297 } | 297 } |
| 298 | 298 |
| 299 if (enable_basic_printing || enable_print_preview) { | 299 if (enable_basic_printing || enable_print_preview) { |
| 300 deps += [ | 300 deps += [ |
| 301 "//components/printing/browser", | 301 "//components/printing/browser", |
| 302 "//components/printing/common", | 302 "//components/printing/common", |
| 303 "//components/printing/renderer", | 303 "//components/printing/renderer", |
| 304 ] | 304 ] |
| 305 } | 305 } |
| 306 | 306 |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 "//testing/perf", | 502 "//testing/perf", |
| 503 "//url", | 503 "//url", |
| 504 ] | 504 ] |
| 505 | 505 |
| 506 if (!is_ios) { | 506 if (!is_ios) { |
| 507 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] | 507 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per
ftest.cc" ] |
| 508 deps += [ "//components/discardable_memory/common" ] | 508 deps += [ "//components/discardable_memory/common" ] |
| 509 } | 509 } |
| 510 } | 510 } |
| 511 } | 511 } |
| OLD | NEW |