| OLD | NEW |
| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'mojo_utility', | 59 'mojo_utility', |
| 60 'mojo_view_manager_lib', | 60 'mojo_view_manager_lib', |
| 61 'mojo_view_manager_lib_unittests', | 61 'mojo_view_manager_lib_unittests', |
| 62 'mojo_wget', | 62 'mojo_wget', |
| 63 ], | 63 ], |
| 64 'conditions': [ | 64 'conditions': [ |
| 65 ['use_aura==1', { | 65 ['use_aura==1', { |
| 66 'dependencies': [ | 66 'dependencies': [ |
| 67 'mojo_aura_demo', | 67 'mojo_aura_demo', |
| 68 'mojo_aura_demo_init', | 68 'mojo_aura_demo_init', |
| 69 'mojo_launcher', | |
| 70 'mojo_demo_launcher', | 69 'mojo_demo_launcher', |
| 71 'mojo_embedded_app', | 70 'mojo_embedded_app', |
| 72 'mojo_window_manager', | 71 'mojo_window_manager', |
| 73 'mojo_view_manager', | 72 'mojo_view_manager', |
| 74 'mojo_view_manager_unittests', | 73 'mojo_view_manager_unittests', |
| 75 ], | 74 ], |
| 76 }], | 75 }], |
| 77 ['OS == "android"', { | 76 ['OS == "android"', { |
| 78 'dependencies': [ | 77 'dependencies': [ |
| 79 'mojo_bindings_java', | 78 'mojo_bindings_java', |
| (...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 '../ui/events/events.gyp:events', | 890 '../ui/events/events.gyp:events', |
| 892 '../ui/events/events.gyp:events_base', | 891 '../ui/events/events.gyp:events_base', |
| 893 '../ui/compositor/compositor.gyp:compositor', | 892 '../ui/compositor/compositor.gyp:compositor', |
| 894 '../ui/gl/gl.gyp:gl', | 893 '../ui/gl/gl.gyp:gl', |
| 895 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 894 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 896 'mojo_cc_support', | 895 'mojo_cc_support', |
| 897 'mojo_gles2', | 896 'mojo_gles2', |
| 898 'mojo_native_viewport_bindings', | 897 'mojo_native_viewport_bindings', |
| 899 ], | 898 ], |
| 900 'sources': [ | 899 'sources': [ |
| 901 'aura/context_factory_mojo.cc', | |
| 902 'aura/context_factory_mojo.h', | |
| 903 'aura/screen_mojo.cc', | 900 'aura/screen_mojo.cc', |
| 904 'aura/screen_mojo.h', | 901 'aura/screen_mojo.h', |
| 905 'aura/window_tree_host_mojo.cc', | |
| 906 'aura/window_tree_host_mojo.h', | |
| 907 ], | 902 ], |
| 908 }, | 903 }, |
| 909 ], | 904 ], |
| 910 }], | 905 }], |
| 911 ], | 906 ], |
| 912 } | 907 } |
| OLD | NEW |