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

Side by Side Diff: components/mus/example/wm/BUILD.gn

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no braces Created 5 years, 1 month 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 | components/mus/example/wm/window_manager_application.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 8
9 group("wm") { 9 group("wm") {
10 testonly = true 10 testonly = true
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ] 48 ]
49 49
50 deps = [ 50 deps = [
51 "//base", 51 "//base",
52 "//base/test:test_config", 52 "//base/test:test_config",
53 "//components/mus/public/cpp", 53 "//components/mus/public/cpp",
54 "//components/mus/public/cpp/tests:test_support", 54 "//components/mus/public/cpp/tests:test_support",
55 "//components/mus/public/interfaces", 55 "//components/mus/public/interfaces",
56 "//mojo/application/public/cpp:sources", 56 "//mojo/application/public/cpp:sources",
57 "//mojo/application/public/cpp:test_support", 57 "//mojo/application/public/cpp:test_support",
58 "//mojo/common:common_base",
58 "//ui/mojo/geometry:interfaces", 59 "//ui/mojo/geometry:interfaces",
59 "//ui/mojo/geometry:util", 60 "//ui/mojo/geometry:util",
60 ] 61 ]
61 62
62 data_deps = [ 63 data_deps = [
63 ":example_wm", 64 ":example_wm",
64 ] 65 ]
65 } 66 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/example/wm/window_manager_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698