| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # Essential components (and their tests) that are needed to build | 5 # Essential components (and their tests) that are needed to build |
| 6 # Chrome should be here. Other components that are useful only in | 6 # Chrome should be here. Other components that are useful only in |
| 7 # Mojo land like mojo_shell should be in mojo.gyp. | 7 # Mojo land like mojo_shell should be in mojo.gyp. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 # GN version: //mojo/common | 39 # GN version: //mojo/common |
| 40 'target_name': 'mojo_common_lib', | 40 'target_name': 'mojo_common_lib', |
| 41 'type': '<(component)', | 41 'type': '<(component)', |
| 42 'defines': [ | 42 'defines': [ |
| 43 'MOJO_COMMON_IMPLEMENTATION', | 43 'MOJO_COMMON_IMPLEMENTATION', |
| 44 ], | 44 ], |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 '../base/base.gyp:base', | 46 '../base/base.gyp:base', |
| 47 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 48 '../mojo/mojo_public.gyp:mojo_public_system', | 47 '../mojo/mojo_public.gyp:mojo_public_system', |
| 49 ], | 48 ], |
| 50 'export_dependent_settings': [ | |
| 51 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 52 ], | |
| 53 'sources': [ | 49 'sources': [ |
| 54 'common/common_type_converters.cc', | 50 'common/common_type_converters.cc', |
| 55 'common/common_type_converters.h', | 51 'common/common_type_converters.h', |
| 56 'common/data_pipe_file_utils.cc', | 52 'common/data_pipe_file_utils.cc', |
| 57 'common/data_pipe_utils.cc', | 53 'common/data_pipe_utils.cc', |
| 58 'common/data_pipe_utils.h', | 54 'common/data_pipe_utils.h', |
| 59 ], | 55 ], |
| 60 }, | 56 }, |
| 61 { | 57 { |
| 62 # GN version: //mojo/common:common_custom_types | 58 # GN version: //mojo/common:common_custom_types |
| (...skipping 11 matching lines...) Expand all Loading... |
| 74 '../ipc/ipc.gyp:ipc', | 70 '../ipc/ipc.gyp:ipc', |
| 75 ], | 71 ], |
| 76 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 72 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 77 }, | 73 }, |
| 78 { | 74 { |
| 79 # GN version: //mojo/common:url_type_converters | 75 # GN version: //mojo/common:url_type_converters |
| 80 'target_name': 'mojo_url_type_converters', | 76 'target_name': 'mojo_url_type_converters', |
| 81 'type': 'static_library', | 77 'type': 'static_library', |
| 82 'dependencies': [ | 78 'dependencies': [ |
| 83 '../base/base.gyp:base', | 79 '../base/base.gyp:base', |
| 84 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 85 '../url/url.gyp:url_lib', | 80 '../url/url.gyp:url_lib', |
| 86 '../mojo/mojo_public.gyp:mojo_public_system', | 81 '../mojo/mojo_public.gyp:mojo_public_system', |
| 87 ], | 82 ], |
| 88 'export_dependent_settings': [ | |
| 89 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | |
| 90 ], | |
| 91 'sources': [ | 83 'sources': [ |
| 92 'common/url_type_converters.cc', | 84 'common/url_type_converters.cc', |
| 93 'common/url_type_converters.h', | 85 'common/url_type_converters.h', |
| 94 ], | 86 ], |
| 95 }, | 87 }, |
| 96 { | 88 { |
| 97 # GN version: //mojo/common:test_common_custom_types | 89 # GN version: //mojo/common:test_common_custom_types |
| 98 'target_name': 'mojo_test_common_custom_types', | 90 'target_name': 'mojo_test_common_custom_types', |
| 99 'type': 'static_library', | 91 'type': 'static_library', |
| 100 'variables': { | 92 'variables': { |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'variables': { | 145 'variables': { |
| 154 'jni_gen_package': 'mojo', | 146 'jni_gen_package': 'mojo', |
| 155 }, | 147 }, |
| 156 'includes': [ '../build/jni_generator.gypi' ], | 148 'includes': [ '../build/jni_generator.gypi' ], |
| 157 }, | 149 }, |
| 158 { | 150 { |
| 159 'target_name': 'libmojo_system_java', | 151 'target_name': 'libmojo_system_java', |
| 160 'type': 'static_library', | 152 'type': 'static_library', |
| 161 'dependencies': [ | 153 'dependencies': [ |
| 162 '../base/base.gyp:base', | 154 '../base/base.gyp:base', |
| 163 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | |
| 164 'mojo_common_lib', | 155 'mojo_common_lib', |
| 165 'mojo_edk.gyp:mojo_system_impl', | 156 'mojo_edk.gyp:mojo_system_impl', |
| 166 'mojo_jni_headers', | 157 'mojo_jni_headers', |
| 167 'mojo_public.gyp:mojo_message_pump_lib', | 158 'mojo_public.gyp:mojo_message_pump_lib', |
| 168 ], | 159 ], |
| 169 'sources': [ | 160 'sources': [ |
| 170 'android/system/core_impl.cc', | 161 'android/system/core_impl.cc', |
| 171 'android/system/core_impl.h', | 162 'android/system/core_impl.h', |
| 172 ], | 163 ], |
| 173 }, | 164 }, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 '../build/isolate.gypi', | 198 '../build/isolate.gypi', |
| 208 ], | 199 ], |
| 209 'sources': [ | 200 'sources': [ |
| 210 'mojo_common_unittests.isolate', | 201 'mojo_common_unittests.isolate', |
| 211 ], | 202 ], |
| 212 }, | 203 }, |
| 213 ], | 204 ], |
| 214 }], | 205 }], |
| 215 ] | 206 ] |
| 216 } | 207 } |
| OLD | NEW |