| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'blink_android_mojo_sources': [ | 48 'blink_android_mojo_sources': [ |
| 49 'platform/modules/payments/payment_request.mojom', | 49 'platform/modules/payments/payment_request.mojom', |
| 50 ], | 50 ], |
| 51 }, | 51 }, |
| 52 'targets': [ | 52 'targets': [ |
| 53 { | 53 { |
| 54 # GN version: //third_party/WebKit/public:blink | 54 # GN version: //third_party/WebKit/public:blink |
| 55 'target_name': 'blink', | 55 'target_name': 'blink', |
| 56 'type': 'none', | 56 'type': 'none', |
| 57 'dependencies': [ | 57 'dependencies': [ |
| 58 'mojo_bindings', | 58 'mojo_bindings_blink', |
| 59 '../Source/platform/blink_platform.gyp:blink_platform', | 59 '../Source/platform/blink_platform.gyp:blink_platform', |
| 60 '../Source/web/web.gyp:blink_web', | 60 '../Source/web/web.gyp:blink_web', |
| 61 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', | 61 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
| 62 'blink_headers.gyp:blink_headers', | 62 'blink_headers.gyp:blink_headers', |
| 63 'blink_minimal', | 63 'blink_minimal', |
| 64 ], | 64 ], |
| 65 'export_dependent_settings': [ | 65 'export_dependent_settings': [ |
| 66 '../Source/web/web.gyp:blink_web', | 66 '../Source/web/web.gyp:blink_web', |
| 67 '../Source/platform/blink_platform.gyp:blink_platform', | 67 '../Source/platform/blink_platform.gyp:blink_platform', |
| 68 'blink_minimal', | 68 'blink_minimal', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 ], | 118 ], |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 # GN version: //third_party/WebKit/public:mojo_bindings | 121 # GN version: //third_party/WebKit/public:mojo_bindings |
| 122 'target_name': 'mojo_bindings_mojom', | 122 'target_name': 'mojo_bindings_mojom', |
| 123 'type': 'none', | 123 'type': 'none', |
| 124 'variables': { | 124 'variables': { |
| 125 'mojom_files': [ | 125 'mojom_files': [ |
| 126 '<@(blink_mojo_sources)', | 126 '<@(blink_mojo_sources)', |
| 127 '<@(blink_android_mojo_sources)', | 127 '<@(blink_android_mojo_sources)', |
| 128 'platform/modules/manifest/manifest.mojom', |
| 129 'platform/modules/manifest/manifest_manager.mojom', |
| 130 ], |
| 131 'mojom_typemaps': [ |
| 132 '<(DEPTH)/content/public/common/manifest.typemap', |
| 133 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap', |
| 134 '<(DEPTH)/url/mojo/gurl.typemap', |
| 128 ], | 135 ], |
| 129 }, | 136 }, |
| 130 'includes': [ | 137 'includes': [ |
| 131 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 138 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 132 ], | 139 ], |
| 140 'dependencies': [ |
| 141 '<(DEPTH)/url/url.gyp:url_interfaces_mojom', |
| 142 ] |
| 143 }, |
| 144 { |
| 145 # GN version: //third_party/WebKit/public:mojo_bindings |
| 146 'target_name': 'mojo_bindings_blink', |
| 147 'type': 'static_library', |
| 148 'dependencies': [ |
| 149 'mojo_bindings_blink_mojom', |
| 150 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 151 ], |
| 133 }, | 152 }, |
| 134 { | 153 { |
| 135 # GN version: //third_party/WebKit/public:mojo_bindings | 154 # GN version: //third_party/WebKit/public:mojo_bindings |
| 136 'target_name': 'mojo_bindings', | 155 'target_name': 'mojo_bindings', |
| 137 'type': 'static_library', | 156 'type': 'static_library', |
| 138 'dependencies': [ | 157 'dependencies': [ |
| 139 'mojo_bindings_blink_mojom', | |
| 140 'mojo_bindings_mojom', | 158 'mojo_bindings_mojom', |
| 141 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 159 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 160 '<(DEPTH)/ui/gfx/gfx.gyp:mojo_geometry_bindings', |
| 161 '<(DEPTH)/url/url.gyp:url_mojom', |
| 162 '<(DEPTH)/url/url.gyp:url_lib', |
| 142 ], | 163 ], |
| 164 'sources': [ |
| 165 '<(DEPTH)/content/public/common/manifest_struct_traits.cc', |
| 166 '<(DEPTH)/content/public/common/manifest_struct_traits.h', |
| 167 ] |
| 143 }, | 168 }, |
| 144 ], | 169 ], |
| 145 'conditions': [ | 170 'conditions': [ |
| 146 ['OS == "android"', { | 171 ['OS == "android"', { |
| 147 'targets': [ | 172 'targets': [ |
| 148 { | 173 { |
| 149 'target_name': 'android_mojo_bindings_mojom', | 174 'target_name': 'android_mojo_bindings_mojom', |
| 150 'type': 'none', | 175 'type': 'none', |
| 151 'variables': { | 176 'variables': { |
| 152 'mojom_files': ['<@(blink_android_mojo_sources)'], | 177 'mojom_files': ['<@(blink_android_mojo_sources)'], |
| 153 }, | 178 }, |
| 154 'includes': [ | 179 'includes': [ |
| 155 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 180 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 156 ], | 181 ], |
| 157 }, | 182 }, |
| 158 { | 183 { |
| 159 # GN version: //third_party/WebKit/public:android_mojo_bindi
ngs_java | 184 # GN version: //third_party/WebKit/public:android_mojo_bindi
ngs_java |
| 160 'target_name': 'android_mojo_bindings_java', | 185 'target_name': 'android_mojo_bindings_java', |
| 161 'type': 'static_library', | 186 'type': 'static_library', |
| 162 'dependencies': [ | 187 'dependencies': [ |
| 163 'android_mojo_bindings_mojom', | 188 'android_mojo_bindings_mojom', |
| 164 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 189 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
| 165 ], | 190 ], |
| 166 }, | 191 }, |
| 167 ], | 192 ], |
| 168 }], | 193 }], |
| 169 ], | 194 ], |
| 170 } | 195 } |
| OLD | NEW |