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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "//components/translate/core/browser", | 159 "//components/translate/core/browser", |
160 "//components/translate/core/common", | 160 "//components/translate/core/common", |
161 "//components/ui/zoom", | 161 "//components/ui/zoom", |
162 "//components/undo", | 162 "//components/undo", |
163 "//components/update_client", | 163 "//components/update_client", |
164 "//components/url_formatter", | 164 "//components/url_formatter", |
165 "//components/user_prefs", | 165 "//components/user_prefs", |
166 "//components/user_prefs/tracked:user_prefs_tracked", | 166 "//components/user_prefs/tracked:user_prefs_tracked", |
167 "//components/variations", | 167 "//components/variations", |
168 "//components/variations/net", | 168 "//components/variations/net", |
| 169 "//components/variations/service", |
169 "//components/webdata/common", | 170 "//components/webdata/common", |
170 "//components/webdata_services", | 171 "//components/webdata_services", |
171 "//components/web_resource", | 172 "//components/web_resource", |
172 "//content/public/browser", | 173 "//content/public/browser", |
173 "//content/public/common", | 174 "//content/public/common", |
174 "//courgette:courgette_lib", | 175 "//courgette:courgette_lib", |
175 "//crypto", | 176 "//crypto", |
176 "//google_apis", | 177 "//google_apis", |
177 "//gpu/config", | 178 "//gpu/config", |
178 "//skia", | 179 "//skia", |
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1240 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1241 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1241 deps = [ | 1242 deps = [ |
1242 "//components/google/core/browser", | 1243 "//components/google/core/browser", |
1243 "//components/omnibox/browser", | 1244 "//components/omnibox/browser", |
1244 "//components/rlz", | 1245 "//components/rlz", |
1245 "//components/search_engines", | 1246 "//components/search_engines", |
1246 "//rlz:rlz_lib", | 1247 "//rlz:rlz_lib", |
1247 ] | 1248 ] |
1248 } | 1249 } |
1249 } | 1250 } |
OLD | NEW |