| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "//base", | 391 "//base", |
| 392 "//base/test:test_support", | 392 "//base/test:test_support", |
| 393 "//components/autofill/content/browser", | 393 "//components/autofill/content/browser", |
| 394 "//components/autofill/content/renderer", | 394 "//components/autofill/content/renderer", |
| 395 "//components/autofill/core/browser", | 395 "//components/autofill/core/browser", |
| 396 "//components/content_settings/core/common", | 396 "//components/content_settings/core/common", |
| 397 "//components/dom_distiller/content/browser", | 397 "//components/dom_distiller/content/browser", |
| 398 "//components/dom_distiller/core", | 398 "//components/dom_distiller/core", |
| 399 "//components/dom_distiller/core:test_support", | 399 "//components/dom_distiller/core:test_support", |
| 400 "//components/password_manager/content/browser", | 400 "//components/password_manager/content/browser", |
| 401 "//components/password_manager/content/common", |
| 401 "//components/password_manager/content/renderer", | 402 "//components/password_manager/content/renderer", |
| 402 "//components/strings", | 403 "//components/strings", |
| 403 "//components/tracing", | 404 "//components/tracing", |
| 404 "//content/shell:content_shell_lib", | 405 "//content/shell:content_shell_lib", |
| 405 "//content/test:browsertest_base", | 406 "//content/test:browsertest_base", |
| 406 "//content/test:browsertest_support", | 407 "//content/test:browsertest_support", |
| 407 "//content/test:test_support", | 408 "//content/test:test_support", |
| 408 "//device/bluetooth", | 409 "//device/bluetooth", |
| 409 "//ipc:test_support", | 410 "//ipc:test_support", |
| 410 "//net:test_support", | 411 "//net:test_support", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "//base/test:test_support_perf", | 474 "//base/test:test_support_perf", |
| 474 "//components/scheduler", | 475 "//components/scheduler", |
| 475 "//components/visitedlink/browser", | 476 "//components/visitedlink/browser", |
| 476 "//content/test:test_support", | 477 "//content/test:test_support", |
| 477 "//testing/gtest", | 478 "//testing/gtest", |
| 478 "//testing/perf", | 479 "//testing/perf", |
| 479 "//url", | 480 "//url", |
| 480 ] | 481 ] |
| 481 } | 482 } |
| 482 } | 483 } |
| OLD | NEW |