Chromium Code Reviews| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 249 "//apps", | 249 "//apps", |
| 250 "//cc", | 250 "//cc", |
| 251 "//chrome/app:generated_resources_map", | 251 "//chrome/app:generated_resources_map", |
| 252 "//chrome/app/theme:theme_resources", | 252 "//chrome/app/theme:theme_resources", |
| 253 "//chrome/browser/devtools", | 253 "//chrome/browser/devtools", |
| 254 "//chrome/browser/resources:component_extension_resources", | 254 "//chrome/browser/resources:component_extension_resources", |
| 255 "//chrome/installer/util", | 255 "//chrome/installer/util", |
| 256 "//components/app_modal", | 256 "//components/app_modal", |
| 257 "//components/autofill/content/browser", | 257 "//components/autofill/content/browser", |
| 258 "//components/browsing_data", | 258 "//components/browsing_data", |
| 259 "//components/bubble", | |
|
msw
2015/08/13 03:37:20
This doesn't appear to be necessary (at least not
hcarmona
2015/08/15 02:03:18
Acknowledged.
| |
| 259 "//components/data_reduction_proxy/content/browser", | 260 "//components/data_reduction_proxy/content/browser", |
| 260 "//components/devtools_discovery", | 261 "//components/devtools_discovery", |
| 261 "//components/devtools_http_handler", | 262 "//components/devtools_http_handler", |
| 262 "//components/dom_distiller/content:content_browser", | 263 "//components/dom_distiller/content:content_browser", |
| 263 "//components/favicon/content", | 264 "//components/favicon/content", |
| 264 "//components/history/content/browser", | 265 "//components/history/content/browser", |
| 265 "//components/keyed_service/content", | 266 "//components/keyed_service/content", |
| 266 "//components/navigation_interception", | 267 "//components/navigation_interception", |
| 267 "//components/password_manager/content/browser", | 268 "//components/password_manager/content/browser", |
| 268 "//components/plugins/common", | 269 "//components/plugins/common", |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1211 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1212 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1212 deps = [ | 1213 deps = [ |
| 1213 "//components/google/core/browser", | 1214 "//components/google/core/browser", |
| 1214 "//components/omnibox/browser", | 1215 "//components/omnibox/browser", |
| 1215 "//components/rlz", | 1216 "//components/rlz", |
| 1216 "//components/search_engines", | 1217 "//components/search_engines", |
| 1217 "//rlz:rlz_lib", | 1218 "//rlz:rlz_lib", |
| 1218 ] | 1219 ] |
| 1219 } | 1220 } |
| 1220 } | 1221 } |
| OLD | NEW |