| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 }, | 111 }, |
| 112 'includes': [ | 112 'includes': [ |
| 113 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 113 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 114 ], | 114 ], |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 # GN version: //third_party/WebKit/public:mojo_bindings | 117 # GN version: //third_party/WebKit/public:mojo_bindings |
| 118 'target_name': 'mojo_bindings_mojom', | 118 'target_name': 'mojo_bindings_mojom', |
| 119 'type': 'none', | 119 'type': 'none', |
| 120 'variables': { | 120 'variables': { |
| 121 'mojom_files': ['<@(blink_mojo_sources)'], | 121 'mojom_files': [ |
| 122 '<@(blink_mojo_sources)', |
| 123 'platform/modules/manifest/manifest.mojom', |
| 124 'platform/modules/manifest/manifest_manager.mojom', |
| 125 ], |
| 126 'mojom_typemaps': [ |
| 127 '<(DEPTH)/url/mojo/gurl.typemap', |
| 128 ], |
| 122 }, | 129 }, |
| 123 'includes': [ | 130 'includes': [ |
| 124 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 131 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 125 ], | 132 ], |
| 133 'dependencies': [ |
| 134 '<(DEPTH)/ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindi
ngs_mojom', |
| 135 '<(DEPTH)/url/url.gyp:url_interfaces_mojom', |
| 136 ] |
| 126 }, | 137 }, |
| 127 { | 138 { |
| 128 'target_name': 'mojo_bindings', | 139 'target_name': 'mojo_bindings', |
| 129 'type': 'static_library', | 140 'type': 'static_library', |
| 130 'dependencies': [ | 141 'dependencies': [ |
| 131 'mojo_bindings_blink_mojom', | 142 'mojo_bindings_blink_mojom', |
| 132 'mojo_bindings_mojom', | 143 'mojo_bindings_mojom', |
| 133 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 144 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 145 '<(DEPTH)/ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindi
ngs', |
| 146 '<(DEPTH)/url/url.gyp:url_mojom', |
| 147 '<(DEPTH)/url/url.gyp:url_lib', |
| 134 ], | 148 ], |
| 135 }, | 149 }, |
| 136 ], | 150 ], |
| 137 'conditions': [ | 151 'conditions': [ |
| 138 ['OS == "android"', { | 152 ['OS == "android"', { |
| 139 'targets': [ | 153 'targets': [ |
| 140 { | 154 { |
| 141 'target_name': 'android_mojo_bindings_mojom', | 155 'target_name': 'android_mojo_bindings_mojom', |
| 142 'type': 'none', | 156 'type': 'none', |
| 143 'variables': { | 157 'variables': { |
| 144 'mojom_files': ['<@(blink_android_mojo_sources)'], | 158 'mojom_files': ['<@(blink_android_mojo_sources)'], |
| 145 }, | 159 }, |
| 146 'includes': [ | 160 'includes': [ |
| 147 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 161 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 148 ], | 162 ], |
| 149 }, | 163 }, |
| 150 { | 164 { |
| 151 # GN version: //third_party/WebKit/public:android_mojo_bindi
ngs_java | 165 # GN version: //third_party/WebKit/public:android_mojo_bindi
ngs_java |
| 152 'target_name': 'android_mojo_bindings_java', | 166 'target_name': 'android_mojo_bindings_java', |
| 153 'type': 'static_library', | 167 'type': 'static_library', |
| 154 'dependencies': [ | 168 'dependencies': [ |
| 155 'android_mojo_bindings_mojom', | 169 'android_mojo_bindings_mojom', |
| 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 170 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
| 157 ], | 171 ], |
| 158 }, | 172 }, |
| 159 ], | 173 ], |
| 160 }], | 174 }], |
| 161 ], | 175 ], |
| 162 } | 176 } |
| OLD | NEW |