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

Side by Side Diff: examples/BUILD.gn

Issue 1397563003: Remove wm_flow, browser, nesting_app examples (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | examples/browser/BUILD.gn » ('j') | examples/moterm_example_app/BUILD.gn » ('J')
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 "//examples/apptest", 11 "//examples/apptest",
12 "//examples/browser",
13 "//examples/content_handler_demo", 12 "//examples/content_handler_demo",
14 "//examples/dart", 13 "//examples/dart",
15 "//examples/echo", 14 "//examples/echo",
16 "//examples/echo_terminal", 15 "//examples/echo_terminal",
17 "//examples/embedded_app", 16 "//examples/embedded_app",
18 "//examples/forwarding_content_handler", 17 "//examples/forwarding_content_handler",
19 "//examples/ganesh_app", 18 "//examples/ganesh_app",
20 "//examples/http_handler", 19 "//examples/http_handler",
21 "//examples/indirect_service", 20 "//examples/indirect_service",
22 "//examples/keyboard_client", 21 "//examples/keyboard_client",
23 "//examples/moterm_example_app", 22 "//examples/moterm_example_app",
24 "//examples/native_run_app", 23 "//examples/native_run_app",
25 "//examples/nesting_app",
26 "//examples/nfc_sender", 24 "//examples/nfc_sender",
27 "//examples/notification_generator", 25 "//examples/notification_generator",
28 "//examples/png_viewer", 26 "//examples/png_viewer",
29 "//examples/recursive_content_handler", 27 "//examples/recursive_content_handler",
30 "//examples/spinning_cube", 28 "//examples/spinning_cube",
31 "//examples/tiny", 29 "//examples/tiny",
32 "//examples/trace_me", 30 "//examples/trace_me",
33 "//examples/wget", 31 "//examples/wget",
34 ] 32 ]
35 33
36 if (!is_android) { 34 if (!is_android) {
37 deps += [ "//examples/pdf_viewer" ] 35 deps += [ "//examples/pdf_viewer" ]
38 } 36 }
39 37
40 if (is_android) { 38 if (is_android) {
41 deps += [ 39 deps += [
42 "//examples/device_name", 40 "//examples/device_name",
43 "//examples/java_android/example_service", 41 "//examples/java_android/example_service",
44 "//examples/java_android/echo", 42 "//examples/java_android/echo",
45 ] 43 ]
46 } 44 }
47 45
48 if (is_linux || is_android) { 46 if (is_linux || is_android) {
49 deps += [ 47 deps += [ "//examples/surfaces_app" ]
50 "//examples/surfaces_app",
51 "//examples/window_manager",
52 "//examples/wm_flow",
53 ]
54 } 48 }
55 49
56 if (defined(go_build_tool) && go_build_tool != "") { 50 if (defined(go_build_tool) && go_build_tool != "") {
57 deps += [ "//examples/go" ] 51 deps += [ "//examples/go" ]
58 if (is_android) { 52 if (is_android) {
59 deps += [ "//examples/bank_app" ] 53 deps += [ "//examples/bank_app" ]
60 } 54 }
61 } 55 }
62 56
63 if (is_linux && !is_fnl) { 57 if (is_linux && !is_fnl) {
64 deps += [ "//examples/python" ] 58 deps += [ "//examples/python" ]
65 } 59 }
66 } 60 }
OLDNEW
« no previous file with comments | « no previous file | examples/browser/BUILD.gn » ('j') | examples/moterm_example_app/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698