| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 { | 99 { |
| 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf | 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf |
| 101 # (generated by //third_party/WebKit/public:mojo_bindings) | 101 # (generated by //third_party/WebKit/public:mojo_bindings) |
| 102 'target_name': 'mojo_bindings_blink_mojom', | 102 'target_name': 'mojo_bindings_blink_mojom', |
| 103 'type': 'none', | 103 'type': 'none', |
| 104 'variables': { | 104 'variables': { |
| 105 'mojom_files': [ | 105 'mojom_files': [ |
| 106 '<@(blink_mojo_sources)', | 106 '<@(blink_mojo_sources)', |
| 107 '<@(blink_android_mojo_sources)', | 107 '<@(blink_android_mojo_sources)', |
| 108 ], | 108 ], |
| 109 'mojom_variant': 'wtf', | 109 'mojom_variant': 'blink', |
| 110 'for_blink': 'true', | 110 'for_blink': 'true', |
| 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', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'type': 'static_library', | 153 'type': 'static_library', |
| 154 'dependencies': [ | 154 'dependencies': [ |
| 155 'android_mojo_bindings_mojom', | 155 'android_mojo_bindings_mojom', |
| 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
| 157 ], | 157 ], |
| 158 }, | 158 }, |
| 159 ], | 159 ], |
| 160 }], | 160 }], |
| 161 ], | 161 ], |
| 162 } | 162 } |
| OLD | NEW |