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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2048633004: Remove type converters for ui::Event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | ash/mus/frame/non_client_frame_view_mash.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("//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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "//components/mus/public/cpp", 89 "//components/mus/public/cpp",
90 "//components/mus/public/interfaces", 90 "//components/mus/public/interfaces",
91 "//mash/session/public/interfaces", 91 "//mash/session/public/interfaces",
92 "//mojo/common:common_base", 92 "//mojo/common:common_base",
93 "//services/shell/public/cpp", 93 "//services/shell/public/cpp",
94 "//services/tracing/public/cpp", 94 "//services/tracing/public/cpp",
95 "//skia", 95 "//skia",
96 "//ui/aura", 96 "//ui/aura",
97 "//ui/display/mojo", 97 "//ui/display/mojo",
98 "//ui/events", 98 "//ui/events",
99 "//ui/events/mojo",
100 "//ui/gfx", 99 "//ui/gfx",
101 "//ui/gfx/geometry", 100 "//ui/gfx/geometry",
102 "//ui/gfx/geometry/mojo", 101 "//ui/gfx/geometry/mojo",
103 "//ui/resources", 102 "//ui/resources",
104 "//ui/strings", 103 "//ui/strings",
105 "//ui/views", 104 "//ui/views",
106 "//ui/views/mus:for_mojo_application", 105 "//ui/views/mus:for_mojo_application",
107 ] 106 ]
108 } 107 }
109 108
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "//components/mus/public/interfaces", 185 "//components/mus/public/interfaces",
187 "//mojo/edk/system", 186 "//mojo/edk/system",
188 "//mojo/public/cpp/system", 187 "//mojo/public/cpp/system",
189 "//services/shell/public/cpp:shell_test_support", 188 "//services/shell/public/cpp:shell_test_support",
190 "//skia", 189 "//skia",
191 "//testing/gtest", 190 "//testing/gtest",
192 "//ui/aura", 191 "//ui/aura",
193 "//ui/base", 192 "//ui/base",
194 "//ui/display", 193 "//ui/display",
195 "//ui/events", 194 "//ui/events",
196 "//ui/events/mojo",
197 "//ui/gfx:test_support", 195 "//ui/gfx:test_support",
198 "//ui/gfx/geometry", 196 "//ui/gfx/geometry",
199 "//ui/gfx/geometry/mojo", 197 "//ui/gfx/geometry/mojo",
200 "//ui/views/mus", 198 "//ui/views/mus",
201 ] 199 ]
202 200
203 data_deps = [ 201 data_deps = [
204 ":mus", 202 ":mus",
205 "//mash/quick_launch", 203 "//mash/quick_launch",
206 ] 204 ]
207 } 205 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/frame/non_client_frame_view_mash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698