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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "//components/signin/core/browser", | 141 "//components/signin/core/browser", |
142 "//components/startup_metric_utils", | 142 "//components/startup_metric_utils", |
143 "//components/strings", | 143 "//components/strings", |
144 "//components/suggestions", | 144 "//components/suggestions", |
145 "//components/sync_driver", | 145 "//components/sync_driver", |
146 "//components/translate/core/browser", | 146 "//components/translate/core/browser", |
147 "//components/translate/core/common", | 147 "//components/translate/core/common", |
148 "//components/ui/zoom:ui_zoom", | 148 "//components/ui/zoom:ui_zoom", |
149 "//components/undo", | 149 "//components/undo", |
150 "//components/update_client", | 150 "//components/update_client", |
151 "//components/url_formatter", | 151 "//components/url_fixer", |
152 "//components/user_prefs", | 152 "//components/user_prefs", |
153 "//components/variations", | 153 "//components/variations", |
154 "//components/variations/net", | 154 "//components/variations/net", |
155 "//components/webdata/common", | 155 "//components/webdata/common", |
156 "//components/webdata_services", | 156 "//components/webdata_services", |
157 "//components/web_resource", | 157 "//components/web_resource", |
158 "//content/public/browser", | 158 "//content/public/browser", |
159 "//content/public/common", | 159 "//content/public/common", |
160 "//courgette:courgette_lib", | 160 "//courgette:courgette_lib", |
161 "//crypto", | 161 "//crypto", |
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1211 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1212 deps = [ | 1212 deps = [ |
1213 "//components/google/core/browser", | 1213 "//components/google/core/browser", |
1214 "//components/omnibox/browser", | 1214 "//components/omnibox/browser", |
1215 "//components/rlz", | 1215 "//components/rlz", |
1216 "//components/search_engines", | 1216 "//components/search_engines", |
1217 "//rlz:rlz_lib", | 1217 "//rlz:rlz_lib", |
1218 ] | 1218 ] |
1219 } | 1219 } |
1220 } | 1220 } |
OLD | NEW |