| 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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 "//mojo/common", | 379 "//mojo/common", |
| 380 "//mojo/edk/system", | 380 "//mojo/edk/system", |
| 381 "//mojo/public/cpp/bindings", | 381 "//mojo/public/cpp/bindings", |
| 382 "//mojo/public/js", | 382 "//mojo/public/js", |
| 383 "//net:extras", | 383 "//net:extras", |
| 384 "//net:net_with_v8", | 384 "//net:net_with_v8", |
| 385 "//services/shell/public/cpp", | 385 "//services/shell/public/cpp", |
| 386 "//storage/browser", | 386 "//storage/browser", |
| 387 "//storage/common", | 387 "//storage/common", |
| 388 "//third_party/WebKit/public:image_resources", | 388 "//third_party/WebKit/public:image_resources", |
| 389 "//third_party/WebKit/public:mojo_bindings", |
| 389 "//third_party/WebKit/public:resources", | 390 "//third_party/WebKit/public:resources", |
| 390 "//third_party/kasko", | 391 "//third_party/kasko", |
| 391 "//third_party/leveldatabase", | 392 "//third_party/leveldatabase", |
| 392 "//third_party/libaddressinput", | 393 "//third_party/libaddressinput", |
| 393 "//third_party/libyuv", | 394 "//third_party/libyuv", |
| 394 "//third_party/re2", | 395 "//third_party/re2", |
| 395 "//third_party/smhasher:cityhash", | 396 "//third_party/smhasher:cityhash", |
| 396 "//third_party/webrtc/modules/desktop_capture", | 397 "//third_party/webrtc/modules/desktop_capture", |
| 397 "//ui/base/ime", | 398 "//ui/base/ime", |
| 398 "//ui/gl", | 399 "//ui/gl", |
| (...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1340 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1340 deps = [ | 1341 deps = [ |
| 1341 "//components/google/core/browser", | 1342 "//components/google/core/browser", |
| 1342 "//components/omnibox/browser", | 1343 "//components/omnibox/browser", |
| 1343 "//components/rlz", | 1344 "//components/rlz", |
| 1344 "//components/search_engines", | 1345 "//components/search_engines", |
| 1345 "//rlz:rlz_lib", | 1346 "//rlz:rlz_lib", |
| 1346 ] | 1347 ] |
| 1347 } | 1348 } |
| 1348 } | 1349 } |
| OLD | NEW |