| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "//components/visitedlink/common", | 297 "//components/visitedlink/common", |
| 298 "//components/web_cache/browser", | 298 "//components/web_cache/browser", |
| 299 "//components/web_modal", | 299 "//components/web_modal", |
| 300 "//content/app/resources", | 300 "//content/app/resources", |
| 301 "//media", | 301 "//media", |
| 302 "//mojo/application/public/cpp", | 302 "//mojo/application/public/cpp", |
| 303 "//mojo/common", | 303 "//mojo/common", |
| 304 "//mojo/environment:chromium", | 304 "//mojo/environment:chromium", |
| 305 "//net:extras", | 305 "//net:extras", |
| 306 "//net:net_with_v8", | 306 "//net:net_with_v8", |
| 307 "//sync:sync_core", |
| 307 "//storage/browser", | 308 "//storage/browser", |
| 308 "//storage/common", | 309 "//storage/common", |
| 309 "//third_party/WebKit/public:image_resources", | 310 "//third_party/WebKit/public:image_resources", |
| 310 "//third_party/WebKit/public:resources", | 311 "//third_party/WebKit/public:resources", |
| 311 "//third_party/leveldatabase", | 312 "//third_party/leveldatabase", |
| 312 "//third_party/libaddressinput", | 313 "//third_party/libaddressinput", |
| 313 "//third_party/libyuv", | 314 "//third_party/libyuv", |
| 314 "//third_party/mojo/src/mojo/edk/system", | 315 "//third_party/mojo/src/mojo/edk/system", |
| 315 "//third_party/mojo/src/mojo/public/cpp/bindings", | 316 "//third_party/mojo/src/mojo/public/cpp/bindings", |
| 316 "//third_party/mojo/src/mojo/public/js", | 317 "//third_party/mojo/src/mojo/public/js", |
| (...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1248 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1249 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1249 deps = [ | 1250 deps = [ |
| 1250 "//components/google/core/browser", | 1251 "//components/google/core/browser", |
| 1251 "//components/omnibox/browser", | 1252 "//components/omnibox/browser", |
| 1252 "//components/rlz", | 1253 "//components/rlz", |
| 1253 "//components/search_engines", | 1254 "//components/search_engines", |
| 1254 "//rlz:rlz_lib", | 1255 "//rlz:rlz_lib", |
| 1255 ] | 1256 ] |
| 1256 } | 1257 } |
| 1257 } | 1258 } |
| OLD | NEW |