| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "//components/dom_distiller/core", | 411 "//components/dom_distiller/core", |
| 412 "//components/dom_distiller/core:test_support", | 412 "//components/dom_distiller/core:test_support", |
| 413 "//components/password_manager/content/browser", | 413 "//components/password_manager/content/browser", |
| 414 "//components/password_manager/content/renderer", | 414 "//components/password_manager/content/renderer", |
| 415 "//components/strings", | 415 "//components/strings", |
| 416 "//components/tracing", | 416 "//components/tracing", |
| 417 "//content/shell:content_shell_lib", | 417 "//content/shell:content_shell_lib", |
| 418 "//content/test:browsertest_support", | 418 "//content/test:browsertest_support", |
| 419 "//content/test:test_support", | 419 "//content/test:test_support", |
| 420 "//device/bluetooth", | 420 "//device/bluetooth", |
| 421 "//device/geolocation:device_geolocation", | |
| 422 "//ipc:test_support", | 421 "//ipc:test_support", |
| 423 "//net:test_support", | 422 "//net:test_support", |
| 424 "//services/shell/public/cpp", | 423 "//services/shell/public/cpp", |
| 425 "//testing/gmock", | 424 "//testing/gmock", |
| 426 "//testing/gtest", | 425 "//testing/gtest", |
| 427 "//ui/base", | 426 "//ui/base", |
| 428 ] | 427 ] |
| 429 | 428 |
| 430 data_deps = [ | 429 data_deps = [ |
| 431 ":components_tests_pak", | 430 ":components_tests_pak", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 "//base/test:test_support_perf", | 488 "//base/test:test_support_perf", |
| 490 "//components/scheduler", | 489 "//components/scheduler", |
| 491 "//components/visitedlink/browser", | 490 "//components/visitedlink/browser", |
| 492 "//content/test:test_support", | 491 "//content/test:test_support", |
| 493 "//testing/gtest", | 492 "//testing/gtest", |
| 494 "//testing/perf", | 493 "//testing/perf", |
| 495 "//url", | 494 "//url", |
| 496 ] | 495 ] |
| 497 } | 496 } |
| 498 } | 497 } |
| OLD | NEW |