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

Side by Side Diff: mash/wm/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 11 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
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("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 group("tests") { 10 group("tests") {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ] 158 ]
159 159
160 deps = [ 160 deps = [
161 ":lib", 161 ":lib",
162 "//base", 162 "//base",
163 "//base/test:test_config", 163 "//base/test:test_config",
164 "//components/mus/public/cpp", 164 "//components/mus/public/cpp",
165 "//components/mus/public/cpp/tests:unittest_support", 165 "//components/mus/public/cpp/tests:unittest_support",
166 "//mojo/converters/geometry", 166 "//mojo/converters/geometry",
167 "//mojo/converters/input_events", 167 "//mojo/converters/input_events",
168 "//mojo/edk/system",
168 "//mojo/gles2", 169 "//mojo/gles2",
169 "//mojo/platform_handle", 170 "//mojo/platform_handle",
170 "//mojo/public/cpp/system", 171 "//mojo/public/cpp/system",
171 "//testing/gtest", 172 "//testing/gtest",
172 "//third_party/mojo/src/mojo/edk/system",
173 "//ui/base", 173 "//ui/base",
174 "//ui/events", 174 "//ui/events",
175 "//ui/gfx:test_support", 175 "//ui/gfx:test_support",
176 "//ui/gfx/geometry", 176 "//ui/gfx/geometry",
177 "//ui/mojo/geometry:interfaces", 177 "//ui/mojo/geometry:interfaces",
178 "//ui/mojo/geometry:util", 178 "//ui/mojo/geometry:util",
179 ] 179 ]
180 } 180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698