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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'mojo_network_service', | 42 'mojo_network_service', |
43 'mojo_pepper_container_app', | 43 'mojo_pepper_container_app', |
44 'mojo_png_viewer', | 44 'mojo_png_viewer', |
45 'mojo_sample_app', | 45 'mojo_sample_app', |
46 'mojo_shell', | 46 'mojo_shell', |
47 'mojo_shell_lib', | 47 'mojo_shell_lib', |
48 'mojo_shell_tests', | 48 'mojo_shell_tests', |
49 'mojo_surfaces_app', | 49 'mojo_surfaces_app', |
50 'mojo_surfaces_app', | 50 'mojo_surfaces_app', |
51 'mojo_surfaces_child_app', | 51 'mojo_surfaces_child_app', |
| 52 'mojo_surfaces_child_gl_app', |
52 'mojo_surfaces_lib', | 53 'mojo_surfaces_lib', |
53 'mojo_surfaces_lib_unittests', | 54 'mojo_surfaces_lib_unittests', |
54 'mojo_surfaces_service', | 55 'mojo_surfaces_service', |
55 'mojo_test_app', | 56 'mojo_test_app', |
56 'mojo_test_request_tracker_app', | 57 'mojo_test_request_tracker_app', |
57 'mojo_view_manager_lib', | 58 'mojo_view_manager_lib', |
58 'mojo_view_manager_lib_unittests', | 59 'mojo_view_manager_lib_unittests', |
59 'mojo_wget', | 60 'mojo_wget', |
60 ], | 61 ], |
61 'conditions': [ | 62 'conditions': [ |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'views/views_init_internal.h', | 522 'views/views_init_internal.h', |
522 ], | 523 ], |
523 'defines': [ | 524 'defines': [ |
524 'MOJO_VIEWS_IMPLEMENTATION', | 525 'MOJO_VIEWS_IMPLEMENTATION', |
525 ], | 526 ], |
526 }, | 527 }, |
527 ], | 528 ], |
528 }], | 529 }], |
529 ], | 530 ], |
530 } | 531 } |
OLD | NEW |