| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "//components/storage_monitor", | 295 "//components/storage_monitor", |
| 296 "//components/syncable_prefs", | 296 "//components/syncable_prefs", |
| 297 "//components/translate/content/browser", | 297 "//components/translate/content/browser", |
| 298 "//components/upload_list", | 298 "//components/upload_list", |
| 299 "//components/url_matcher", | 299 "//components/url_matcher", |
| 300 "//components/visitedlink/browser", | 300 "//components/visitedlink/browser", |
| 301 "//components/visitedlink/common", | 301 "//components/visitedlink/common", |
| 302 "//components/web_cache/browser", | 302 "//components/web_cache/browser", |
| 303 "//components/web_modal", | 303 "//components/web_modal", |
| 304 "//content/app/resources", | 304 "//content/app/resources", |
| 305 "//device/devices_app/usb/public/interfaces", |
| 305 "//media", | 306 "//media", |
| 306 "//media/midi", | 307 "//media/midi", |
| 307 "//mojo/application/public/cpp", | 308 "//mojo/application/public/cpp", |
| 308 "//mojo/common", | 309 "//mojo/common", |
| 309 "//mojo/environment:chromium", | 310 "//mojo/environment:chromium", |
| 310 "//net:extras", | 311 "//net:extras", |
| 311 "//net:net_with_v8", | 312 "//net:net_with_v8", |
| 312 "//storage/browser", | 313 "//storage/browser", |
| 313 "//storage/common", | 314 "//storage/common", |
| 314 "//third_party/WebKit/public:image_resources", | 315 "//third_party/WebKit/public:image_resources", |
| (...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1255 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1256 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1256 deps = [ | 1257 deps = [ |
| 1257 "//components/google/core/browser", | 1258 "//components/google/core/browser", |
| 1258 "//components/omnibox/browser", | 1259 "//components/omnibox/browser", |
| 1259 "//components/rlz", | 1260 "//components/rlz", |
| 1260 "//components/search_engines", | 1261 "//components/search_engines", |
| 1261 "//rlz:rlz_lib", | 1262 "//rlz:rlz_lib", |
| 1262 ] | 1263 ] |
| 1263 } | 1264 } |
| 1264 } | 1265 } |
| OLD | NEW |