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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/context_provider.h » ('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 "event_matcher.h", 8 "event_matcher.h",
9 "lib/context_provider.cc", 9 "lib/context_provider.cc",
10 "lib/event_matcher.cc", 10 "lib/event_matcher.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "//cc", 49 "//cc",
50 "//cc/surfaces", 50 "//cc/surfaces",
51 "//cc/surfaces:surface_id", 51 "//cc/surfaces:surface_id",
52 "//components/mus/common", 52 "//components/mus/common",
53 "//mojo/application/public/cpp", 53 "//mojo/application/public/cpp",
54 "//mojo/application/public/interfaces", 54 "//mojo/application/public/interfaces",
55 "//mojo/converters/geometry", 55 "//mojo/converters/geometry",
56 "//mojo/converters/surfaces", 56 "//mojo/converters/surfaces",
57 "//mojo/gles2:headers", 57 "//mojo/gles2:headers",
58 "//mojo/gpu:mojo_gles2_implementation", 58 "//mojo/gpu:mojo_gles2_implementation",
59 "//third_party/mojo/src/mojo/public/cpp/bindings:bindings", 59 "//mojo/public/cpp/bindings:bindings",
60 "//third_party/mojo/src/mojo/public/cpp/environment", 60 "//mojo/public/cpp/environment",
61 "//third_party/mojo/src/mojo/public/cpp/system", 61 "//mojo/public/cpp/system",
62 "//ui/gfx/geometry", 62 "//ui/gfx/geometry",
63 "//ui/mojo/geometry:interfaces", 63 "//ui/mojo/geometry:interfaces",
64 ] 64 ]
65 65
66 data_deps = [ 66 data_deps = [
67 "//components/mus", 67 "//components/mus",
68 ] 68 ]
69 } 69 }
70 70
71 source_set("common") { 71 source_set("common") {
72 sources = [ 72 sources = [
73 "args.h", 73 "args.h",
74 "lib/args.cc", 74 "lib/args.cc",
75 "types.h", 75 "types.h",
76 "util.h", 76 "util.h",
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/public/cpp/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698