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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « components/mus/example/window_type_launcher/BUILD.gn ('k') | components/mus/example/wm/main.cc » ('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("//mojo/public/tools/bindings/mojom.gni")
8 8
9 group("wm") { 9 group("wm") {
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 ":example_wm", 12 ":example_wm",
13 ":apptests", 13 ":apptests",
14 ] 14 ]
15 } 15 }
16 16
17 source_set("example_wm_lib") { 17 source_set("example_wm_lib") {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 deps = [ 108 deps = [
109 ":example_wm_lib", 109 ":example_wm_lib",
110 "//base", 110 "//base",
111 "//base/test:test_config", 111 "//base/test:test_config",
112 "//components/mus/public/cpp", 112 "//components/mus/public/cpp",
113 "//components/mus/public/cpp/tests:unittest_support", 113 "//components/mus/public/cpp/tests:unittest_support",
114 "//mojo/converters/geometry", 114 "//mojo/converters/geometry",
115 "//mojo/converters/input_events", 115 "//mojo/converters/input_events",
116 "//mojo/gles2", 116 "//mojo/gles2",
117 "//mojo/platform_handle", 117 "//mojo/platform_handle",
118 "//mojo/public/cpp/system",
118 "//testing/gtest", 119 "//testing/gtest",
119 "//third_party/mojo/src/mojo/edk/system", 120 "//third_party/mojo/src/mojo/edk/system",
120 "//third_party/mojo/src/mojo/public/cpp/system",
121 "//ui/events", 121 "//ui/events",
122 "//ui/gfx/geometry", 122 "//ui/gfx/geometry",
123 "//ui/gfx:test_support", 123 "//ui/gfx:test_support",
124 "//ui/mojo/geometry:interfaces", 124 "//ui/mojo/geometry:interfaces",
125 "//ui/mojo/geometry:util", 125 "//ui/mojo/geometry:util",
126 ] 126 ]
127 } 127 }
OLDNEW
« no previous file with comments | « components/mus/example/window_type_launcher/BUILD.gn ('k') | components/mus/example/wm/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698