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