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

Side by Side Diff: examples/ui/jank/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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 | « examples/spinning_cube/gles2_client_impl.cc ('k') | examples/ui/motown_video/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 mojo_native_application("jank") { 7 mojo_native_application("jank") {
8 output_name = "jank_view" 8 output_name = "jank_view"
9 9
10 sources = [ 10 sources = [
11 "jank.cc", 11 "jank.cc",
12 ] 12 ]
13 13
14 deps = [ 14 deps = [
15 "//base", 15 "//base",
16 "//mojo/application", 16 "//mojo/application",
17 "//mojo/environment:chromium", 17 "//mojo/environment:chromium",
18 "//mojo/gpu", 18 "//mojo/gpu",
19 "//mojo/public/c/gpu", 19 "//mojo/public/c:gpu",
20 "//mojo/public/cpp/bindings", 20 "//mojo/public/cpp/bindings",
21 "//mojo/services/geometry/interfaces", 21 "//mojo/services/geometry/interfaces",
22 "//mojo/services/gfx/composition/interfaces", 22 "//mojo/services/gfx/composition/interfaces",
23 "//mojo/services/ui/input/interfaces", 23 "//mojo/services/ui/input/interfaces",
24 "//mojo/services/ui/views/interfaces", 24 "//mojo/services/ui/views/interfaces",
25 "//mojo/skia", 25 "//mojo/skia",
26 "//mojo/ui", 26 "//mojo/ui",
27 "//mojo/ui:content", 27 "//mojo/ui:content",
28 "//mojo/ui:ganesh", 28 "//mojo/ui:ganesh",
29 "//mojo/ui:gl", 29 "//mojo/ui:gl",
30 "//skia", 30 "//skia",
31 "//third_party/dejavu-fonts-ttf-2.34:DejaVuSansMonoRegular", 31 "//third_party/dejavu-fonts-ttf-2.34:DejaVuSansMonoRegular",
32 ] 32 ]
33 } 33 }
OLDNEW
« no previous file with comments | « examples/spinning_cube/gles2_client_impl.cc ('k') | examples/ui/motown_video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698