| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 '../ui/events/events.gyp:events', | 890 '../ui/events/events.gyp:events', |
| 891 '../ui/events/events.gyp:events_base', | 891 '../ui/events/events.gyp:events_base', |
| 892 '../ui/compositor/compositor.gyp:compositor', | 892 '../ui/compositor/compositor.gyp:compositor', |
| 893 '../ui/gl/gl.gyp:gl', | 893 '../ui/gl/gl.gyp:gl', |
| 894 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 894 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 895 'mojo_cc_support', | 895 'mojo_cc_support', |
| 896 'mojo_gles2', | 896 'mojo_gles2', |
| 897 'mojo_native_viewport_bindings', | 897 'mojo_native_viewport_bindings', |
| 898 ], | 898 ], |
| 899 'sources': [ | 899 'sources': [ |
| 900 'aura/context_factory_mojo.cc', |
| 901 'aura/context_factory_mojo.h', |
| 900 'aura/screen_mojo.cc', | 902 'aura/screen_mojo.cc', |
| 901 'aura/screen_mojo.h', | 903 'aura/screen_mojo.h', |
| 904 'aura/window_tree_host_mojo.cc', |
| 905 'aura/window_tree_host_mojo.h', |
| 906 'aura/window_tree_host_mojo_delegate.h', |
| 902 ], | 907 ], |
| 903 }, | 908 }, |
| 904 ], | 909 ], |
| 905 }], | 910 }], |
| 906 ], | 911 ], |
| 907 } | 912 } |
| OLD | NEW |