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

Side by Side Diff: mojo/mojo.gyp

Issue 313483002: Gets aura_demo working with the view_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 master and fix windows 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
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_view_manager.cc ('k') | mojo/mojo_examples.gypi » ('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 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'mojo_system_impl', 55 'mojo_system_impl',
56 'mojo_system_unittests', 56 'mojo_system_unittests',
57 'mojo_utility', 57 'mojo_utility',
58 'mojo_view_manager_lib', 58 'mojo_view_manager_lib',
59 'mojo_view_manager_lib_unittests', 59 'mojo_view_manager_lib_unittests',
60 ], 60 ],
61 'conditions': [ 61 'conditions': [
62 ['use_aura==1', { 62 ['use_aura==1', {
63 'dependencies': [ 63 'dependencies': [
64 'mojo_aura_demo', 64 'mojo_aura_demo',
65 'mojo_aura_demo_init',
65 'mojo_launcher', 66 'mojo_launcher',
66 'mojo_sample_view_manager_app', 67 'mojo_sample_view_manager_app',
67 'mojo_view_manager', 68 'mojo_view_manager',
68 'mojo_view_manager_unittests', 69 'mojo_view_manager_unittests',
69 ], 70 ],
70 }], 71 }],
71 ['OS == "android"', { 72 ['OS == "android"', {
72 'dependencies': [ 73 'dependencies': [
73 'mojo_bindings_java', 74 'mojo_bindings_java',
74 'mojo_public_java', 75 'mojo_public_java',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'aura/screen_mojo.cc', 874 'aura/screen_mojo.cc',
874 'aura/screen_mojo.h', 875 'aura/screen_mojo.h',
875 'aura/window_tree_host_mojo.cc', 876 'aura/window_tree_host_mojo.cc',
876 'aura/window_tree_host_mojo.h', 877 'aura/window_tree_host_mojo.h',
877 ], 878 ],
878 }, 879 },
879 ], 880 ],
880 }], 881 }],
881 ], 882 ],
882 } 883 }
OLDNEW
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_view_manager.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698