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

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

Issue 1478813002: Renames example_wm to mash_wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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 | « no previous file | 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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 deps += [ 588 deps += [
589 "//content/public/common", 589 "//content/public/common",
590 "//mojo/runner/child:lib", 590 "//mojo/runner/child:lib",
591 "//ui/aura", 591 "//ui/aura",
592 "//ui/compositor", 592 "//ui/compositor",
593 "//ui/keyboard", 593 "//ui/keyboard",
594 "//ui/keyboard:keyboard_with_content", 594 "//ui/keyboard:keyboard_with_content",
595 "//ui/views/mus:for_component", 595 "//ui/views/mus:for_component",
596 ] 596 ]
597 defines += [ "MOJO_SHELL_CLIENT" ] 597 defines += [ "MOJO_SHELL_CLIENT" ]
598 data_deps += [ "//mash/wm:example_wm" ] 598 data_deps += [ "//mash/wm" ]
599 } 599 }
600 if (ui_compositor_image_transport) { 600 if (ui_compositor_image_transport) {
601 deps += [ "//ui/gl" ] 601 deps += [ "//ui/gl" ]
602 } 602 }
603 603
604 if (use_ash) { 604 if (use_ash) {
605 sources += 605 sources +=
606 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome") 606 rebase_path(gypi_values.chrome_browser_ash_sources, ".", "//chrome")
607 } 607 }
608 608
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1275 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1276 deps = [ 1276 deps = [
1277 "//components/google/core/browser", 1277 "//components/google/core/browser",
1278 "//components/omnibox/browser", 1278 "//components/omnibox/browser",
1279 "//components/rlz", 1279 "//components/rlz",
1280 "//components/search_engines", 1280 "//components/search_engines",
1281 "//rlz:rlz_lib", 1281 "//rlz:rlz_lib",
1282 ] 1282 ]
1283 } 1283 }
1284 } 1284 }
OLDNEW
« no previous file with comments | « no previous file | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698