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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "//components/translate/content/browser", | 350 "//components/translate/content/browser", |
351 "//components/upload_list", | 351 "//components/upload_list", |
352 "//components/url_matcher", | 352 "//components/url_matcher", |
353 "//components/visitedlink/browser", | 353 "//components/visitedlink/browser", |
354 "//components/visitedlink/common", | 354 "//components/visitedlink/common", |
355 "//components/web_cache/browser", | 355 "//components/web_cache/browser", |
356 "//components/web_modal", | 356 "//components/web_modal", |
357 "//components/webusb", | 357 "//components/webusb", |
358 "//content/app/resources", | 358 "//content/app/resources", |
359 "//device/core", | 359 "//device/core", |
360 "//device/devices_app/public/cpp", | 360 "//device/usb/mojo", |
361 "//device/devices_app/public/cpp:factory", | 361 "//device/usb/public/interfaces", |
362 "//device/devices_app/usb/public/interfaces", | |
363 "//device/usb", | |
364 "//media", | 362 "//media", |
365 "//media/midi", | 363 "//media/midi", |
366 "//mojo/common", | 364 "//mojo/common", |
367 "//mojo/edk/system", | 365 "//mojo/edk/system", |
368 "//mojo/environment:chromium", | 366 "//mojo/environment:chromium", |
369 "//mojo/public/cpp/bindings", | 367 "//mojo/public/cpp/bindings", |
370 "//mojo/public/js", | 368 "//mojo/public/js", |
371 "//mojo/shell/public/cpp", | 369 "//mojo/shell/public/cpp", |
372 "//net:extras", | 370 "//net:extras", |
373 "//net:net_with_v8", | 371 "//net:net_with_v8", |
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1338 deps = [ | 1336 deps = [ |
1339 "//components/google/core/browser", | 1337 "//components/google/core/browser", |
1340 "//components/omnibox/browser", | 1338 "//components/omnibox/browser", |
1341 "//components/rlz", | 1339 "//components/rlz", |
1342 "//components/search_engines", | 1340 "//components/search_engines", |
1343 "//rlz:rlz_lib", | 1341 "//rlz:rlz_lib", |
1344 ] | 1342 ] |
1345 } | 1343 } |
1346 } | 1344 } |
OLD | NEW |