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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « mash/example/window_type_launcher/main.cc ('k') | media/mojo/interfaces/mojo_bindings.gyp » ('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("//mojo/public/mojo_application_manifest.gni") 7 import("//mojo/public/mojo_application_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ] 179 ]
180 180
181 deps = [ 181 deps = [
182 ":lib", 182 ":lib",
183 "//base", 183 "//base",
184 "//base/test:test_config", 184 "//base/test:test_config",
185 "//components/mus/public/cpp", 185 "//components/mus/public/cpp",
186 "//components/mus/public/cpp/tests:unittest_support", 186 "//components/mus/public/cpp/tests:unittest_support",
187 "//mojo/converters/geometry", 187 "//mojo/converters/geometry",
188 "//mojo/converters/input_events", 188 "//mojo/converters/input_events",
189 "//mojo/edk/system",
189 "//mojo/gles2", 190 "//mojo/gles2",
190 "//mojo/platform_handle", 191 "//mojo/platform_handle",
191 "//mojo/public/cpp/system", 192 "//mojo/public/cpp/system",
192 "//testing/gtest", 193 "//testing/gtest",
193 "//third_party/mojo/src/mojo/edk/system",
194 "//ui/base", 194 "//ui/base",
195 "//ui/events", 195 "//ui/events",
196 "//ui/gfx:test_support", 196 "//ui/gfx:test_support",
197 "//ui/gfx/geometry", 197 "//ui/gfx/geometry",
198 "//ui/mojo/geometry:interfaces", 198 "//ui/mojo/geometry:interfaces",
199 "//ui/mojo/geometry:util", 199 "//ui/mojo/geometry:util",
200 ] 200 ]
201 } 201 }
OLDNEW
« no previous file with comments | « mash/example/window_type_launcher/main.cc ('k') | media/mojo/interfaces/mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698