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 'target_name': 'mojo_shell_lib', | 7 'target_name': 'mojo_shell_lib', |
8 'type': 'static_library', | 8 'type': 'static_library', |
9 'sources': [ | 9 'sources': [ |
10 'shell/application_instance.cc', | 10 'shell/application_instance.cc', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'shell/test_package_manager.h', | 96 'shell/test_package_manager.h', |
97 ], | 97 ], |
98 'dependencies': [ | 98 'dependencies': [ |
99 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', | 99 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', |
100 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', | 100 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', |
101 '<(DEPTH)/base/base.gyp:base', | 101 '<(DEPTH)/base/base.gyp:base', |
102 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 102 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
103 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 103 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
104 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 104 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
105 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 105 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
106 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 106 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
107 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 107 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
108 '<(DEPTH)/testing/gtest.gyp:gtest', | 108 '<(DEPTH)/testing/gtest.gyp:gtest', |
109 '<(DEPTH)/url/url.gyp:url_lib', | 109 '<(DEPTH)/url/url.gyp:url_lib', |
110 ] | 110 ] |
111 }, { | 111 }, { |
112 'target_name': 'mojo_shell_test_bindings', | 112 'target_name': 'mojo_shell_test_bindings', |
113 'type': 'static_library', | 113 'type': 'static_library', |
114 'variables': { | 114 'variables': { |
115 'mojom_files': [ | 115 'mojom_files': [ |
116 'shell/capability_filter_unittest.mojom', | 116 'shell/capability_filter_unittest.mojom', |
117 'shell/test.mojom', | 117 'shell/test.mojom', |
118 ], | 118 ], |
119 }, | 119 }, |
120 'includes': [ | 120 'includes': [ |
121 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 121 'mojom_bindings_generator_explicit.gypi', |
122 ], | 122 ], |
123 }], | 123 }], |
124 } | 124 } |
OLD | NEW |