| 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/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
| 9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
| 10 } | 10 } |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "//components/version_info", | 96 "//components/version_info", |
| 97 "//google_apis", | 97 "//google_apis", |
| 98 "//net", | 98 "//net", |
| 99 "//ui/base", | 99 "//ui/base", |
| 100 "//url", | 100 "//url", |
| 101 ] | 101 ] |
| 102 | 102 |
| 103 deps = [ | 103 deps = [ |
| 104 "//components/bookmarks/browser", | 104 "//components/bookmarks/browser", |
| 105 "//components/data_use_measurement/core", | 105 "//components/data_use_measurement/core", |
| 106 "//components/favicon/core", |
| 107 "//components/favicon_base", |
| 106 "//components/history/core/browser", | 108 "//components/history/core/browser", |
| 107 "//components/image_fetcher/core", | 109 "//components/image_fetcher/core", |
| 108 "//components/metrics", | 110 "//components/metrics", |
| 109 "//components/ntp_snippets/remote/proto", | 111 "//components/ntp_snippets/remote/proto", |
| 110 "//components/offline_pages/core", | 112 "//components/offline_pages/core", |
| 111 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", | 113 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
| 112 "//components/offline_pages/core/recent_tabs", | 114 "//components/offline_pages/core/recent_tabs", |
| 113 "//components/physical_web/data_source", | 115 "//components/physical_web/data_source", |
| 114 "//components/reading_list/core", | 116 "//components/reading_list/core", |
| 115 "//components/sessions", | 117 "//components/sessions", |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 | 217 |
| 216 deps = [ | 218 deps = [ |
| 217 ":ntp_snippets", | 219 ":ntp_snippets", |
| 218 "//base", | 220 "//base", |
| 219 "//components/offline_pages/core", | 221 "//components/offline_pages/core", |
| 220 "//components/offline_pages/core:test_support", | 222 "//components/offline_pages/core:test_support", |
| 221 "//testing/gmock", | 223 "//testing/gmock", |
| 222 "//testing/gtest", | 224 "//testing/gtest", |
| 223 ] | 225 ] |
| 224 } | 226 } |
| OLD | NEW |