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

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

Issue 840923002: Remove the keyboard from the browser demo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/keyboard/keys.cc ('k') | examples/window_manager/window_manager.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 if (use_aura) { 9 if (use_aura) {
10 mojo_native_application("window_manager") { 10 mojo_native_application("window_manager") {
11 output_name = "example_window_manager" 11 output_name = "example_window_manager"
12 12
13 sources = [ 13 sources = [
14 "window_manager.cc", 14 "window_manager.cc",
15 ] 15 ]
16 16
17 deps = [ 17 deps = [
18 ":bindings", 18 ":bindings",
19 "//base", 19 "//base",
20 "//examples/keyboard:bindings",
21 "//mojo/application", 20 "//mojo/application",
22 "//mojo/converters/geometry", 21 "//mojo/converters/geometry",
23 "//mojo/converters/input_events", 22 "//mojo/converters/input_events",
24 "//mojo/public/c/gles2", 23 "//mojo/public/c/gles2",
25 "//mojo/public/cpp/bindings", 24 "//mojo/public/cpp/bindings",
26 "//mojo/public/cpp/utility", 25 "//mojo/public/cpp/utility",
27 "//mojo/services/geometry/public/interfaces", 26 "//mojo/services/geometry/public/interfaces",
28 "//mojo/services/input_events/public/interfaces", 27 "//mojo/services/input_events/public/interfaces",
29 "//mojo/services/navigation/public/interfaces", 28 "//mojo/services/navigation/public/interfaces",
30 "//mojo/services/view_manager/public/cpp", 29 "//mojo/services/view_manager/public/cpp",
(...skipping 12 matching lines...) Expand all
43 mojom("bindings") { 42 mojom("bindings") {
44 sources = [ 43 sources = [
45 "debug_panel_host.mojom", 44 "debug_panel_host.mojom",
46 "window_manager.mojom", 45 "window_manager.mojom",
47 ] 46 ]
48 deps = [ 47 deps = [
49 "//mojo/services/geometry/public/interfaces", 48 "//mojo/services/geometry/public/interfaces",
50 "//mojo/services/network/public/interfaces", 49 "//mojo/services/network/public/interfaces",
51 ] 50 ]
52 } 51 }
OLDNEW
« no previous file with comments | « examples/keyboard/keys.cc ('k') | examples/window_manager/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698