| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_launcher', | 65 'mojo_launcher', |
| 66 'mojo_demo_launcher', | 66 'mojo_sample_view_manager_app', |
| 67 'mojo_embedded_app', | |
| 68 'mojo_window_manager', | |
| 69 'mojo_view_manager', | 67 'mojo_view_manager', |
| 70 'mojo_view_manager_unittests', | 68 'mojo_view_manager_unittests', |
| 71 ], | 69 ], |
| 72 }], | 70 }], |
| 73 ['OS == "android"', { | 71 ['OS == "android"', { |
| 74 'dependencies': [ | 72 'dependencies': [ |
| 75 'mojo_bindings_java', | 73 'mojo_bindings_java', |
| 76 'mojo_public_java', | 74 'mojo_public_java', |
| 77 'mojo_system_java', | 75 'mojo_system_java', |
| 78 'libmojo_system_java', | 76 'libmojo_system_java', |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 'aura/screen_mojo.cc', | 873 'aura/screen_mojo.cc', |
| 876 'aura/screen_mojo.h', | 874 'aura/screen_mojo.h', |
| 877 'aura/window_tree_host_mojo.cc', | 875 'aura/window_tree_host_mojo.cc', |
| 878 'aura/window_tree_host_mojo.h', | 876 'aura/window_tree_host_mojo.h', |
| 879 ], | 877 ], |
| 880 }, | 878 }, |
| 881 ], | 879 ], |
| 882 }], | 880 }], |
| 883 ], | 881 ], |
| 884 } | 882 } |
| OLD | NEW |