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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "//components/webusb", | 356 "//components/webusb", |
357 "//content/app/resources", | 357 "//content/app/resources", |
358 "//device/core", | 358 "//device/core", |
359 "//device/devices_app/public/cpp", | 359 "//device/devices_app/public/cpp", |
360 "//device/devices_app/public/cpp:factory", | 360 "//device/devices_app/public/cpp:factory", |
361 "//device/devices_app/usb/public/interfaces", | 361 "//device/devices_app/usb/public/interfaces", |
362 "//device/usb", | 362 "//device/usb", |
363 "//media", | 363 "//media", |
364 "//media/midi", | 364 "//media/midi", |
365 "//mojo/common", | 365 "//mojo/common", |
| 366 "//mojo/edk/system", |
366 "//mojo/environment:chromium", | 367 "//mojo/environment:chromium", |
367 "//mojo/public/cpp/bindings", | 368 "//mojo/public/cpp/bindings", |
368 "//mojo/public/js", | 369 "//mojo/public/js", |
369 "//mojo/shell/public/cpp", | 370 "//mojo/shell/public/cpp", |
370 "//net:extras", | 371 "//net:extras", |
371 "//net:net_with_v8", | 372 "//net:net_with_v8", |
372 "//storage/browser", | 373 "//storage/browser", |
373 "//storage/common", | 374 "//storage/common", |
374 "//third_party/WebKit/public:image_resources", | 375 "//third_party/WebKit/public:image_resources", |
375 "//third_party/WebKit/public:resources", | 376 "//third_party/WebKit/public:resources", |
376 "//third_party/kasko", | 377 "//third_party/kasko", |
377 "//third_party/leveldatabase", | 378 "//third_party/leveldatabase", |
378 "//third_party/libaddressinput", | 379 "//third_party/libaddressinput", |
379 "//third_party/libyuv", | 380 "//third_party/libyuv", |
380 "//third_party/mojo/src/mojo/edk/system", | |
381 "//third_party/re2", | 381 "//third_party/re2", |
382 "//third_party/smhasher:cityhash", | 382 "//third_party/smhasher:cityhash", |
383 "//third_party/webrtc/modules/desktop_capture", | 383 "//third_party/webrtc/modules/desktop_capture", |
384 "//ui/base/ime", | 384 "//ui/base/ime", |
385 "//ui/gl", | 385 "//ui/gl", |
386 "//ui/resources", | 386 "//ui/resources", |
387 "//ui/surface", | 387 "//ui/surface", |
388 "//ui/web_dialogs", | 388 "//ui/web_dialogs", |
389 "//v8", | 389 "//v8", |
390 ] | 390 ] |
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1336 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1337 deps = [ | 1337 deps = [ |
1338 "//components/google/core/browser", | 1338 "//components/google/core/browser", |
1339 "//components/omnibox/browser", | 1339 "//components/omnibox/browser", |
1340 "//components/rlz", | 1340 "//components/rlz", |
1341 "//components/search_engines", | 1341 "//components/search_engines", |
1342 "//rlz:rlz_lib", | 1342 "//rlz:rlz_lib", |
1343 ] | 1343 ] |
1344 } | 1344 } |
1345 } | 1345 } |
OLD | NEW |