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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 "//device/usb/public/interfaces", | 375 "//device/usb/public/interfaces", |
376 "//media", | 376 "//media", |
377 "//media/midi", | 377 "//media/midi", |
378 "//mojo/common", | 378 "//mojo/common", |
379 "//mojo/edk/system", | 379 "//mojo/edk/system", |
380 "//mojo/public/cpp/bindings", | 380 "//mojo/public/cpp/bindings", |
381 "//mojo/public/js", | 381 "//mojo/public/js", |
382 "//net:extras", | 382 "//net:extras", |
383 "//net:net_with_v8", | 383 "//net:net_with_v8", |
384 "//services/shell/public/cpp", | 384 "//services/shell/public/cpp", |
385 "//skia/public", | |
386 "//storage/browser", | 385 "//storage/browser", |
387 "//storage/common", | 386 "//storage/common", |
388 "//third_party/WebKit/public:image_resources", | 387 "//third_party/WebKit/public:image_resources", |
389 "//third_party/WebKit/public:resources", | 388 "//third_party/WebKit/public:resources", |
390 "//third_party/kasko", | 389 "//third_party/kasko", |
391 "//third_party/leveldatabase", | 390 "//third_party/leveldatabase", |
392 "//third_party/libaddressinput", | 391 "//third_party/libaddressinput", |
393 "//third_party/libyuv", | 392 "//third_party/libyuv", |
394 "//third_party/re2", | 393 "//third_party/re2", |
395 "//third_party/smhasher:cityhash", | 394 "//third_party/smhasher:cityhash", |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1333 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1334 deps = [ | 1333 deps = [ |
1335 "//components/google/core/browser", | 1334 "//components/google/core/browser", |
1336 "//components/omnibox/browser", | 1335 "//components/omnibox/browser", |
1337 "//components/rlz", | 1336 "//components/rlz", |
1338 "//components/search_engines", | 1337 "//components/search_engines", |
1339 "//rlz:rlz_lib", | 1338 "//rlz:rlz_lib", |
1340 ] | 1339 ] |
1341 } | 1340 } |
1342 } | 1341 } |
OLD | NEW |