Chromium Code Reviews| 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 662 "//components/dom_distiller/content:content_browser", | 662 "//components/dom_distiller/content:content_browser", |
| 663 "//components/dom_distiller/core", | 663 "//components/dom_distiller/core", |
| 664 "//components/dom_distiller/core:test_support", | 664 "//components/dom_distiller/core:test_support", |
| 665 "//components/password_manager/content/browser", | 665 "//components/password_manager/content/browser", |
| 666 "//components/password_manager/content/common", | 666 "//components/password_manager/content/common", |
| 667 "//components/password_manager/content/renderer", | 667 "//components/password_manager/content/renderer", |
| 668 "//components/tracing", | 668 "//components/tracing", |
| 669 "//content/test:browsertest_support", | 669 "//content/test:browsertest_support", |
| 670 "//content/test:test_support", | 670 "//content/test:test_support", |
| 671 "//device/bluetooth", | 671 "//device/bluetooth", |
| 672 "//ipc:test_support", | |
|
brettw
2015/12/01 18:01:37
I don't see what this is for. Did something fail w
agrieve
2015/12/01 18:41:50
Without this:
../../components/password_manager/c
| |
| 672 "//ui/base", | 673 "//ui/base", |
| 673 ] | 674 ] |
| 674 | 675 |
| 675 data_deps = [ | 676 data_deps = [ |
| 676 ":components_tests_pak", | 677 ":components_tests_pak", |
| 677 "//third_party/mesa:osmesa", | 678 "//third_party/mesa:osmesa", |
| 678 ] | 679 ] |
| 679 } | 680 } |
| 680 if (is_android) { | 681 if (is_android) { |
| 681 sources += [ "test/android/browsertests_apk/components_browser_tests_jni_onl oad.cc" ] | 682 sources += [ "test/android/browsertests_apk/components_browser_tests_jni_onl oad.cc" ] |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 725 ] | 726 ] |
| 726 if (!is_ios) { | 727 if (!is_ios) { |
| 727 deps += [ | 728 deps += [ |
| 728 "//base", | 729 "//base", |
| 729 "//base/test:test_support_perf", | 730 "//base/test:test_support_perf", |
| 730 "//components/visitedlink/browser", | 731 "//components/visitedlink/browser", |
| 731 "//content/test:test_support", | 732 "//content/test:test_support", |
| 732 ] | 733 ] |
| 733 } | 734 } |
| 734 } | 735 } |
| OLD | NEW |