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