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

Side by Side Diff: mojo/mojo.gyp

Issue 303163005: Embedding demo in View manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 15 matching lines...) Expand all
26 'targets': [ 26 'targets': [
27 { 27 {
28 'target_name': 'mojo', 28 'target_name': 'mojo',
29 'type': 'none', 29 'type': 'none',
30 'dependencies': [ 30 'dependencies': [
31 'mojo_apps_js_unittests', 31 'mojo_apps_js_unittests',
32 'mojo_compositor_app', 32 'mojo_compositor_app',
33 'mojo_common_lib', 33 'mojo_common_lib',
34 'mojo_common_unittests', 34 'mojo_common_unittests',
35 'mojo_cpp_bindings', 35 'mojo_cpp_bindings',
36 'mojo_embedded_app',
36 'mojo_geometry_lib', 37 'mojo_geometry_lib',
37 'mojo_js', 38 'mojo_js',
38 'mojo_js_bindings', 39 'mojo_js_bindings',
39 'mojo_js_unittests', 40 'mojo_js_unittests',
40 'mojo_message_generator', 41 'mojo_message_generator',
41 'mojo_native_viewport_service', 42 'mojo_native_viewport_service',
42 'mojo_pepper_container_app', 43 'mojo_pepper_container_app',
43 'mojo_public_test_utils', 44 'mojo_public_test_utils',
44 'mojo_public_bindings_unittests', 45 'mojo_public_bindings_unittests',
45 'mojo_public_environment_unittests', 46 'mojo_public_environment_unittests',
(...skipping 10 matching lines...) Expand all
56 'mojo_system_unittests', 57 'mojo_system_unittests',
57 'mojo_utility', 58 'mojo_utility',
58 'mojo_view_manager_lib', 59 'mojo_view_manager_lib',
59 'mojo_view_manager_lib_unittests', 60 'mojo_view_manager_lib_unittests',
60 ], 61 ],
61 'conditions': [ 62 'conditions': [
62 ['use_aura==1', { 63 ['use_aura==1', {
63 'dependencies': [ 64 'dependencies': [
64 'mojo_aura_demo', 65 'mojo_aura_demo',
65 'mojo_launcher', 66 'mojo_launcher',
66 'mojo_sample_view_manager_app', 67 'mojo_demo_launcher',
68 'mojo_window_manager',
67 'mojo_view_manager', 69 'mojo_view_manager',
68 'mojo_view_manager_unittests', 70 'mojo_view_manager_unittests',
69 ], 71 ],
70 }], 72 }],
71 ['OS == "android"', { 73 ['OS == "android"', {
72 'dependencies': [ 74 'dependencies': [
73 'mojo_bindings_java', 75 'mojo_bindings_java',
74 'mojo_public_java', 76 'mojo_public_java',
75 'mojo_system_java', 77 'mojo_system_java',
76 'libmojo_system_java', 78 'libmojo_system_java',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'aura/screen_mojo.cc', 875 'aura/screen_mojo.cc',
874 'aura/screen_mojo.h', 876 'aura/screen_mojo.h',
875 'aura/window_tree_host_mojo.cc', 877 'aura/window_tree_host_mojo.cc',
876 'aura/window_tree_host_mojo.h', 878 'aura/window_tree_host_mojo.h',
877 ], 879 ],
878 }, 880 },
879 ], 881 ],
880 }], 882 }],
881 ], 883 ],
882 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698