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

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

Issue 1869103003: Mozart: Add a janky test app. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-4
Patch Set: rebase Created 4 years, 8 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/BUILD.gn ('k') | examples/ui/jank/README.md » ('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 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("png_viewer") { 7 mojo_native_application("jank") {
8 output_name = "jank_view"
9
8 sources = [ 10 sources = [
9 "png_viewer.cc", 11 "jank.cc",
10 ] 12 ]
11 13
12 deps = [ 14 deps = [
15 "//base",
13 "//mojo/application", 16 "//mojo/application",
14 "//mojo/data_pipe_utils",
15 "//mojo/environment:chromium", 17 "//mojo/environment:chromium",
16 "//mojo/gpu", 18 "//mojo/gpu",
17 "//mojo/public/c/gpu", 19 "//mojo/public/c/gpu",
18 "//mojo/public/cpp/bindings", 20 "//mojo/public/cpp/bindings",
19 "//mojo/public/cpp/utility",
20 "//mojo/services/content_handler/interfaces",
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/network/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 "//ui/gfx", 30 "//skia",
31 "//third_party/dejavu-fonts-ttf-2.34:DejaVuSansMonoRegular",
31 ] 32 ]
32 } 33 }
OLDNEW
« no previous file with comments | « examples/BUILD.gn ('k') | examples/ui/jank/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698