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