| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "//chrome/browser/devtools", | 251 "//chrome/browser/devtools", |
| 252 "//chrome/browser/resources:component_extension_resources", | 252 "//chrome/browser/resources:component_extension_resources", |
| 253 "//chrome/installer/util", | 253 "//chrome/installer/util", |
| 254 "//components/app_modal", | 254 "//components/app_modal", |
| 255 "//components/autofill/content/browser", | 255 "//components/autofill/content/browser", |
| 256 "//components/browsing_data", | 256 "//components/browsing_data", |
| 257 "//components/data_reduction_proxy/content/browser", | 257 "//components/data_reduction_proxy/content/browser", |
| 258 "//components/devtools_discovery", | 258 "//components/devtools_discovery", |
| 259 "//components/devtools_http_handler", | 259 "//components/devtools_http_handler", |
| 260 "//components/dom_distiller/content:content_browser", | 260 "//components/dom_distiller/content:content_browser", |
| 261 "//components/dom_distiller/content:content_renderer", |
| 261 "//components/favicon/content", | 262 "//components/favicon/content", |
| 262 "//components/history/content/browser", | 263 "//components/history/content/browser", |
| 263 "//components/keyed_service/content", | 264 "//components/keyed_service/content", |
| 264 "//components/navigation_interception", | 265 "//components/navigation_interception", |
| 265 "//components/password_manager/content/browser", | 266 "//components/password_manager/content/browser", |
| 266 "//components/plugins/common", | 267 "//components/plugins/common", |
| 267 "//components/safe_json", | 268 "//components/safe_json", |
| 268 "//components/sessions", | 269 "//components/sessions", |
| 269 "//components/storage_monitor", | 270 "//components/storage_monitor", |
| 270 "//components/translate/content/browser", | 271 "//components/translate/content/browser", |
| (...skipping 935 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 |