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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "//components/favicon_base", | 44 "//components/favicon_base", |
45 "//components/gcm_driver", | 45 "//components/gcm_driver", |
46 "//components/google/core/browser", | 46 "//components/google/core/browser", |
47 "//components/history/core/browser", | 47 "//components/history/core/browser", |
48 "//components/history/core/common", | 48 "//components/history/core/common", |
49 "//components/history/core/test", | 49 "//components/history/core/test", |
50 "//components/keyed_service/core", | 50 "//components/keyed_service/core", |
51 "//components/metrics", | 51 "//components/metrics", |
52 "//components/net_log", | 52 "//components/net_log", |
53 "//components/network_time", | 53 "//components/network_time", |
| 54 "//components/ntp_snippets", |
54 "//components/password_manager/core/browser", | 55 "//components/password_manager/core/browser", |
55 "//components/password_manager/core/common", | 56 "//components/password_manager/core/common", |
56 "//components/password_manager/sync/browser", | 57 "//components/password_manager/sync/browser", |
57 "//components/search", | 58 "//components/search", |
58 "//components/search_engines", | 59 "//components/search_engines", |
59 "//components/sessions", | 60 "//components/sessions", |
60 "//components/sync_bookmarks", | 61 "//components/sync_bookmarks", |
61 "//components/undo", | 62 "//components/undo", |
62 "//components/update_client", | 63 "//components/update_client", |
63 "//components/strings", | 64 "//components/strings", |
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
714 ] | 715 ] |
715 if (!is_ios) { | 716 if (!is_ios) { |
716 deps += [ | 717 deps += [ |
717 "//base", | 718 "//base", |
718 "//base/test:test_support_perf", | 719 "//base/test:test_support_perf", |
719 "//content/test:test_support", | 720 "//content/test:test_support", |
720 "//components/visitedlink/browser", | 721 "//components/visitedlink/browser", |
721 ] | 722 ] |
722 } | 723 } |
723 } | 724 } |
OLD | NEW |