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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 "//content/app/resources", | 366 "//content/app/resources", |
367 "//device/core", | 367 "//device/core", |
368 "//device/usb/mojo", | 368 "//device/usb/mojo", |
369 "//device/usb/public/interfaces", | 369 "//device/usb/public/interfaces", |
370 "//media", | 370 "//media", |
371 "//media/midi", | 371 "//media/midi", |
372 "//mojo/common", | 372 "//mojo/common", |
373 "//mojo/edk/system", | 373 "//mojo/edk/system", |
374 "//mojo/public/cpp/bindings", | 374 "//mojo/public/cpp/bindings", |
375 "//mojo/public/js", | 375 "//mojo/public/js", |
376 "//mojo/shell/public/cpp", | |
377 "//net:extras", | 376 "//net:extras", |
378 "//net:net_with_v8", | 377 "//net:net_with_v8", |
| 378 "//services/shell/public/cpp", |
379 "//skia/public", | 379 "//skia/public", |
380 "//storage/browser", | 380 "//storage/browser", |
381 "//storage/common", | 381 "//storage/common", |
382 "//third_party/WebKit/public:image_resources", | 382 "//third_party/WebKit/public:image_resources", |
383 "//third_party/WebKit/public:resources", | 383 "//third_party/WebKit/public:resources", |
384 "//third_party/kasko", | 384 "//third_party/kasko", |
385 "//third_party/leveldatabase", | 385 "//third_party/leveldatabase", |
386 "//third_party/libaddressinput", | 386 "//third_party/libaddressinput", |
387 "//third_party/libyuv", | 387 "//third_party/libyuv", |
388 "//third_party/re2", | 388 "//third_party/re2", |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 "ui/views/frame/browser_frame_mus.cc", | 602 "ui/views/frame/browser_frame_mus.cc", |
603 "ui/views/frame/browser_frame_mus.h", | 603 "ui/views/frame/browser_frame_mus.h", |
604 "ui/views/frame/browser_non_client_frame_view_mus.cc", | 604 "ui/views/frame/browser_non_client_frame_view_mus.cc", |
605 "ui/views/frame/browser_non_client_frame_view_mus.h", | 605 "ui/views/frame/browser_non_client_frame_view_mus.h", |
606 ] | 606 ] |
607 deps += [ | 607 deps += [ |
608 "//components/mus/public/cpp", | 608 "//components/mus/public/cpp", |
609 "//components/prefs", | 609 "//components/prefs", |
610 "//content/public/common", | 610 "//content/public/common", |
611 "//mash/shelf/public/interfaces", | 611 "//mash/shelf/public/interfaces", |
612 "//mojo/shell/runner/common", | 612 "//services/shell/runner/common", |
613 "//skia/public", | 613 "//skia/public", |
614 "//ui/aura", | 614 "//ui/aura", |
615 "//ui/compositor", | 615 "//ui/compositor", |
616 "//ui/keyboard", | 616 "//ui/keyboard", |
617 "//ui/keyboard:keyboard_with_content", | 617 "//ui/keyboard:keyboard_with_content", |
618 "//ui/views/mus:for_component", | 618 "//ui/views/mus:for_component", |
619 ] | 619 ] |
620 defines += [ "MOJO_SHELL_CLIENT" ] | 620 defines += [ "MOJO_SHELL_CLIENT" ] |
621 data_deps += [ "//mash/wm" ] | 621 data_deps += [ "//mash/wm" ] |
622 } | 622 } |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1325 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1325 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1326 deps = [ | 1326 deps = [ |
1327 "//components/google/core/browser", | 1327 "//components/google/core/browser", |
1328 "//components/omnibox/browser", | 1328 "//components/omnibox/browser", |
1329 "//components/rlz", | 1329 "//components/rlz", |
1330 "//components/search_engines", | 1330 "//components/search_engines", |
1331 "//rlz:rlz_lib", | 1331 "//rlz:rlz_lib", |
1332 ] | 1332 ] |
1333 } | 1333 } |
1334 } | 1334 } |
OLD | NEW |