| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_demo_launcher', | 69 'mojo_demo_launcher', |
| 70 'mojo_embedded_app', | 70 'mojo_embedded_app', |
| 71 'mojo_nesting_app', |
| 71 'mojo_window_manager', | 72 'mojo_window_manager', |
| 72 'mojo_view_manager', | 73 'mojo_view_manager', |
| 73 'mojo_view_manager_unittests', | 74 'mojo_view_manager_unittests', |
| 74 ], | 75 ], |
| 75 }], | 76 }], |
| 76 ['OS == "android"', { | 77 ['OS == "android"', { |
| 77 'dependencies': [ | 78 'dependencies': [ |
| 78 'mojo_bindings_java', | 79 'mojo_bindings_java', |
| 79 'mojo_public_java', | 80 'mojo_public_java', |
| 80 'mojo_system_java', | 81 'mojo_system_java', |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 898 ], | 899 ], |
| 899 'sources': [ | 900 'sources': [ |
| 900 'aura/screen_mojo.cc', | 901 'aura/screen_mojo.cc', |
| 901 'aura/screen_mojo.h', | 902 'aura/screen_mojo.h', |
| 902 ], | 903 ], |
| 903 }, | 904 }, |
| 904 ], | 905 ], |
| 905 }], | 906 }], |
| 906 ], | 907 ], |
| 907 } | 908 } |
| OLD | NEW |