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

Side by Side Diff: mojo/examples/BUILD.gn

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: rebase, comment, removed unused includes Created 6 years, 2 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 | « mojo/cc/direct_output_surface.cc ('k') | mojo/examples/compositor_app/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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 group("examples") { 7 group("examples") {
8 testonly = true 8 testonly = true
9 9
10 deps = [ 10 deps = [
11 "//mojo/examples/apptest", 11 "//mojo/examples/apptest",
12 "//mojo/examples/compositor_app",
13 "//mojo/examples/content_handler_demo", 12 "//mojo/examples/content_handler_demo",
14 "//mojo/examples/echo", 13 "//mojo/examples/echo",
15 "//mojo/examples/http_server", 14 "//mojo/examples/http_server",
16 "//mojo/examples/pepper_container_app", 15 "//mojo/examples/pepper_container_app",
17 "//mojo/examples/png_viewer", 16 "//mojo/examples/png_viewer",
18 "//mojo/examples/sample_app", 17 "//mojo/examples/sample_app",
19 "//mojo/examples/surfaces_app", 18 "//mojo/examples/surfaces_app",
20 "//mojo/examples/wget", 19 "//mojo/examples/wget",
21 ] 20 ]
22 21
23 if (use_aura) { 22 if (use_aura) {
24 deps += [ 23 deps += [
25 "//mojo/examples/aura_demo:mojo_aura_demo", 24 "//mojo/examples/aura_demo:mojo_aura_demo",
26 "//mojo/examples/browser", 25 "//mojo/examples/browser",
27 "//mojo/examples/demo_launcher", 26 "//mojo/examples/demo_launcher",
28 "//mojo/examples/embedded_app", 27 "//mojo/examples/embedded_app",
29 "//mojo/examples/media_viewer", 28 "//mojo/examples/media_viewer",
30 "//mojo/examples/nesting_app", 29 "//mojo/examples/nesting_app",
31 "//mojo/examples/keyboard", 30 "//mojo/examples/keyboard",
32 "//mojo/examples/window_manager", 31 "//mojo/examples/window_manager",
33 "//mojo/examples/wm_flow", 32 "//mojo/examples/wm_flow",
34 ] 33 ]
35 } 34 }
36 } 35 }
OLDNEW
« no previous file with comments | « mojo/cc/direct_output_surface.cc ('k') | mojo/examples/compositor_app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698