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

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: Created 4 years, 7 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 deps = [ 83 deps = [
84 "//ash/wm/common:ash_wm_common", 84 "//ash/wm/common:ash_wm_common",
85 "//base", 85 "//base",
86 "//components/mus/common:mus_common", 86 "//components/mus/common:mus_common",
87 "//components/mus/public/cpp", 87 "//components/mus/public/cpp",
88 "//components/mus/public/interfaces", 88 "//components/mus/public/interfaces",
89 "//mash/session/public/interfaces", 89 "//mash/session/public/interfaces",
90 "//mash/wm/public/interfaces", 90 "//mash/wm/public/interfaces",
91 "//mash/wm/resources", 91 "//mash/wm/resources",
92 "//mojo/common:common_base", 92 "//mojo/common:common_base",
93 "//mojo/converters/geometry",
94 "//mojo/converters/input_events", 93 "//mojo/converters/input_events",
95 "//services/shell/public/cpp", 94 "//services/shell/public/cpp",
96 "//services/tracing/public/cpp", 95 "//services/tracing/public/cpp",
97 "//skia", 96 "//skia",
98 "//ui/aura", 97 "//ui/aura",
99 "//ui/events", 98 "//ui/events",
100 "//ui/gfx", 99 "//ui/gfx",
101 "//ui/gfx/geometry", 100 "//ui/gfx/geometry",
102 "//ui/mojo/display", 101 "//ui/mojo/display",
103 "//ui/resources", 102 "//ui/resources",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ":resources", 176 ":resources",
178 "//ash/wm/common:ash_wm_common", 177 "//ash/wm/common:ash_wm_common",
179 "//base", 178 "//base",
180 "//base/test:test_config", 179 "//base/test:test_config",
181 "//components/mus/common:mus_common", 180 "//components/mus/common:mus_common",
182 "//components/mus/public/cpp", 181 "//components/mus/public/cpp",
183 "//components/mus/public/cpp/tests:test_support", 182 "//components/mus/public/cpp/tests:test_support",
184 "//components/mus/public/cpp/tests:unittest_support", 183 "//components/mus/public/cpp/tests:unittest_support",
185 "//components/mus/public/interfaces", 184 "//components/mus/public/interfaces",
186 "//mash/wm/public/interfaces", 185 "//mash/wm/public/interfaces",
187 "//mojo/converters/geometry",
188 "//mojo/converters/input_events", 186 "//mojo/converters/input_events",
189 "//mojo/edk/system", 187 "//mojo/edk/system",
190 "//mojo/public/cpp/system", 188 "//mojo/public/cpp/system",
191 "//services/shell/public/cpp:shell_test_support", 189 "//services/shell/public/cpp:shell_test_support",
192 "//testing/gtest", 190 "//testing/gtest",
193 "//ui/aura", 191 "//ui/aura",
194 "//ui/base", 192 "//ui/base",
195 "//ui/display", 193 "//ui/display",
196 "//ui/events", 194 "//ui/events",
197 "//ui/gfx:test_support", 195 "//ui/gfx:test_support",
198 "//ui/gfx/geometry", 196 "//ui/gfx/geometry",
199 "//ui/mojo/geometry:interfaces", 197 "//ui/mojo/geometry:interfaces",
200 "//ui/mojo/geometry:util",
201 "//ui/views/mus", 198 "//ui/views/mus",
202 ] 199 ]
203 200
204 data_deps = [ 201 data_deps = [
205 ":wm", 202 ":wm",
206 "//mash/quick_launch", 203 "//mash/quick_launch",
207 ] 204 ]
208 } 205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698