| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 82 ] |
| 83 | 83 |
| 84 public_deps = [ | 84 public_deps = [ |
| 85 "//base", | 85 "//base", |
| 86 "//components/keyed_service/core", | 86 "//components/keyed_service/core", |
| 87 "//components/leveldb_proto", | 87 "//components/leveldb_proto", |
| 88 "//components/prefs", | 88 "//components/prefs", |
| 89 "//components/resources", | 89 "//components/resources", |
| 90 "//components/signin/core/browser", | 90 "//components/signin/core/browser", |
| 91 "//components/sync", | 91 "//components/sync", |
| 92 "//components/version_info", |
| 92 "//google_apis", | 93 "//google_apis", |
| 93 "//net", | 94 "//net", |
| 94 "//ui/base", | 95 "//ui/base", |
| 95 "//url", | 96 "//url", |
| 96 ] | 97 ] |
| 97 | 98 |
| 98 deps = [ | 99 deps = [ |
| 99 "//components/bookmarks/browser", | 100 "//components/bookmarks/browser", |
| 100 "//components/data_use_measurement/core", | 101 "//components/data_use_measurement/core", |
| 101 "//components/history/core/browser", | 102 "//components/history/core/browser", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 | 199 |
| 199 deps = [ | 200 deps = [ |
| 200 ":ntp_snippets", | 201 ":ntp_snippets", |
| 201 "//base", | 202 "//base", |
| 202 "//components/offline_pages/core", | 203 "//components/offline_pages/core", |
| 203 "//components/offline_pages/core:test_support", | 204 "//components/offline_pages/core:test_support", |
| 204 "//testing/gmock", | 205 "//testing/gmock", |
| 205 "//testing/gtest", | 206 "//testing/gtest", |
| 206 ] | 207 ] |
| 207 } | 208 } |
| OLD | NEW |