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

Side by Side Diff: components/mus/public/cpp/BUILD.gn

Issue 2014003002: mojo/converters/input_events -> ui/events/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters
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 | « ash/mus/BUILD.gn ('k') | components/mus/public/cpp/lib/window_tree_client_impl.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 source_set("cpp") { 5 source_set("cpp") {
6 sources = [ 6 sources = [
7 "context_provider.h", 7 "context_provider.h",
8 "gles2_context.h", 8 "gles2_context.h",
9 "input_event_handler.h", 9 "input_event_handler.h",
10 "lib/command_buffer_client_impl.cc", 10 "lib/command_buffer_client_impl.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "//cc", 50 "//cc",
51 "//cc/surfaces", 51 "//cc/surfaces",
52 "//cc/surfaces:surface_id", 52 "//cc/surfaces:surface_id",
53 "//components/mus/common:mus_common", 53 "//components/mus/common:mus_common",
54 "//components/mus/gles2:lib", 54 "//components/mus/gles2:lib",
55 "//gpu/command_buffer/client", 55 "//gpu/command_buffer/client",
56 "//gpu/command_buffer/client:gles2_cmd_helper", 56 "//gpu/command_buffer/client:gles2_cmd_helper",
57 "//gpu/command_buffer/client:gles2_implementation", 57 "//gpu/command_buffer/client:gles2_implementation",
58 "//gpu/command_buffer/client:gles2_interface", 58 "//gpu/command_buffer/client:gles2_interface",
59 "//gpu/command_buffer/common", 59 "//gpu/command_buffer/common",
60 "//mojo/converters/input_events",
61 "//mojo/converters/surfaces", 60 "//mojo/converters/surfaces",
62 "//mojo/public/cpp/bindings:bindings", 61 "//mojo/public/cpp/bindings:bindings",
63 "//mojo/public/cpp/system", 62 "//mojo/public/cpp/system",
64 "//services/shell/public/cpp", 63 "//services/shell/public/cpp",
65 "//services/shell/public/interfaces", 64 "//services/shell/public/interfaces",
66 "//ui/events", 65 "//ui/events",
66 "//ui/events/mojo",
67 "//ui/gfx/geometry", 67 "//ui/gfx/geometry",
68 "//ui/gfx/geometry/mojo", 68 "//ui/gfx/geometry/mojo",
69 "//ui/gfx/geometry/mojo:interfaces", 69 "//ui/gfx/geometry/mojo:interfaces",
70 ] 70 ]
71 71
72 data_deps = [ 72 data_deps = [
73 "//components/mus", 73 "//components/mus",
74 ] 74 ]
75 } 75 }
OLDNEW
« no previous file with comments | « ash/mus/BUILD.gn ('k') | components/mus/public/cpp/lib/window_tree_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698