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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 "ui/views/frame/browser_non_client_frame_view_mus.h", | 607 "ui/views/frame/browser_non_client_frame_view_mus.h", |
608 ] | 608 ] |
609 deps += [ | 609 deps += [ |
610 "//components/mus/public/cpp", | 610 "//components/mus/public/cpp", |
611 "//content/public/common", | 611 "//content/public/common", |
612 "//ui/aura", | 612 "//ui/aura", |
613 "//ui/compositor", | 613 "//ui/compositor", |
614 "//ui/views/mus:for_component", | 614 "//ui/views/mus:for_component", |
615 ] | 615 ] |
616 defines += [ "MOJO_SHELL_CLIENT" ] | 616 defines += [ "MOJO_SHELL_CLIENT" ] |
617 data_deps += [ "//mash/wm" ] | 617 data_deps += [ "//ash/mus" ] |
618 } | 618 } |
619 if (ui_compositor_image_transport) { | 619 if (ui_compositor_image_transport) { |
620 deps += [ "//ui/gl" ] | 620 deps += [ "//ui/gl" ] |
621 } | 621 } |
622 | 622 |
623 if (use_ash) { | 623 if (use_ash) { |
624 sources += | 624 sources += |
625 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") | 625 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") |
626 } | 626 } |
627 | 627 |
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1339 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1340 deps = [ | 1340 deps = [ |
1341 "//components/google/core/browser", | 1341 "//components/google/core/browser", |
1342 "//components/omnibox/browser", | 1342 "//components/omnibox/browser", |
1343 "//components/rlz", | 1343 "//components/rlz", |
1344 "//components/search_engines", | 1344 "//components/search_engines", |
1345 "//rlz:rlz_lib", | 1345 "//rlz:rlz_lib", |
1346 ] | 1346 ] |
1347 } | 1347 } |
1348 } | 1348 } |
OLD | NEW |