OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'shell_lib', | 8 'target_name': 'shell_lib', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'dependencies': [ | 71 'dependencies': [ |
72 'shell_test_interfaces', | 72 'shell_test_interfaces', |
73 ], | 73 ], |
74 }, { | 74 }, { |
75 'target_name': 'shell_test_interfaces', | 75 'target_name': 'shell_test_interfaces', |
76 'type': 'none', | 76 'type': 'none', |
77 'variables': { | 77 'variables': { |
78 'mojom_files': [ | 78 'mojom_files': [ |
79 'tests/test.mojom', | 79 'tests/test.mojom', |
80 ], | 80 ], |
| 81 'use_new_wrapper_types': 'false', |
81 }, | 82 }, |
82 'includes': [ | 83 'includes': [ |
83 '../../mojo/mojom_bindings_generator_explicit.gypi', | 84 '../../mojo/mojom_bindings_generator_explicit.gypi', |
84 ], | 85 ], |
85 }, { | 86 }, { |
86 'target_name': 'shell_runner_common_lib', | 87 'target_name': 'shell_runner_common_lib', |
87 'type': 'static_library', | 88 'type': 'static_library', |
88 'sources': [ | 89 'sources': [ |
89 'runner/common/client_util.cc', | 90 'runner/common/client_util.cc', |
90 'runner/common/client_util.h', | 91 'runner/common/client_util.h', |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 '../../build/isolate.gypi', | 196 '../../build/isolate.gypi', |
196 ], | 197 ], |
197 'sources': [ | 198 'sources': [ |
198 'mojo_shell_unittests.isolate', | 199 'mojo_shell_unittests.isolate', |
199 ], | 200 ], |
200 }, | 201 }, |
201 ], | 202 ], |
202 }], | 203 }], |
203 ], | 204 ], |
204 } | 205 } |
OLD | NEW |