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

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

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "//services/shell/public/cpp:shell_test_support", 189 "//services/shell/public/cpp:shell_test_support",
190 "//testing/gtest", 190 "//testing/gtest",
191 "//ui/aura", 191 "//ui/aura",
192 "//ui/base", 192 "//ui/base",
193 "//ui/display", 193 "//ui/display",
194 "//ui/events", 194 "//ui/events",
195 "//ui/events/mojo", 195 "//ui/events/mojo",
196 "//ui/gfx:test_support", 196 "//ui/gfx:test_support",
197 "//ui/gfx/geometry", 197 "//ui/gfx/geometry",
198 "//ui/gfx/geometry/mojo", 198 "//ui/gfx/geometry/mojo",
199 "//ui/gfx/geometry/mojo:interfaces",
200 "//ui/gfx/geometry/mojo:util",
201 "//ui/views/mus", 199 "//ui/views/mus",
202 ] 200 ]
203 201
204 data_deps = [ 202 data_deps = [
205 ":wm", 203 ":wm",
206 "//mash/quick_launch", 204 "//mash/quick_launch",
207 ] 205 ]
208 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698