Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698