| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "//components/history/core/browser", | 129 "//components/history/core/browser", |
| 130 "//components/history/core/common", | 130 "//components/history/core/common", |
| 131 "//components/infobars/core", | 131 "//components/infobars/core", |
| 132 "//components/invalidation/impl", | 132 "//components/invalidation/impl", |
| 133 "//components/metrics:gpu", | 133 "//components/metrics:gpu", |
| 134 "//components/metrics:net", | 134 "//components/metrics:net", |
| 135 "//components/metrics:profiler", | 135 "//components/metrics:profiler", |
| 136 "//components/metrics:profiler_content", | 136 "//components/metrics:profiler_content", |
| 137 "//components/metrics/proto:proto", | 137 "//components/metrics/proto:proto", |
| 138 "//components/metrics:ui", | 138 "//components/metrics:ui", |
| 139 "//components/metrics_services_manager", |
| 139 "//components/mime_util", | 140 "//components/mime_util", |
| 140 "//components/navigation_metrics", | 141 "//components/navigation_metrics", |
| 141 "//components/network_time", | 142 "//components/network_time", |
| 142 "//components/offline_pages", | 143 "//components/offline_pages", |
| 143 "//components/omnibox/browser", | 144 "//components/omnibox/browser", |
| 144 "//components/os_crypt", | 145 "//components/os_crypt", |
| 145 "//components/packed_ct_ev_whitelist", | 146 "//components/packed_ct_ev_whitelist", |
| 146 "//components/password_manager/core/browser", | 147 "//components/password_manager/core/browser", |
| 147 "//components/password_manager/core/common", | 148 "//components/password_manager/core/common", |
| 148 "//components/policy:policy_component", | 149 "//components/policy:policy_component", |
| (...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1253 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1254 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1254 deps = [ | 1255 deps = [ |
| 1255 "//components/google/core/browser", | 1256 "//components/google/core/browser", |
| 1256 "//components/omnibox/browser", | 1257 "//components/omnibox/browser", |
| 1257 "//components/rlz", | 1258 "//components/rlz", |
| 1258 "//components/search_engines", | 1259 "//components/search_engines", |
| 1259 "//rlz:rlz_lib", | 1260 "//rlz:rlz_lib", |
| 1260 ] | 1261 ] |
| 1261 } | 1262 } |
| 1262 } | 1263 } |
| OLD | NEW |