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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'dependencies': [ | 90 'dependencies': [ |
91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', | 91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', |
92 '../Source/web/web.gyp:blink_web_test_support', | 92 '../Source/web/web.gyp:blink_web_test_support', |
93 ], | 93 ], |
94 'export_dependent_settings': [ | 94 'export_dependent_settings': [ |
95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', | 95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test
_support', |
96 '../Source/web/web.gyp:blink_web_test_support', | 96 '../Source/web/web.gyp:blink_web_test_support', |
97 ], | 97 ], |
98 }, | 98 }, |
99 { | 99 { |
100 # GN version: //third_party/WebKit/public:mojo_bindings_blink | 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf |
| 101 # (generated by //third_party/WebKit/public:mojo_bindings) |
101 'target_name': 'mojo_bindings_blink_mojom', | 102 'target_name': 'mojo_bindings_blink_mojom', |
102 'type': 'none', | 103 'type': 'none', |
103 'variables': { | 104 'variables': { |
104 'mojom_files': [ | 105 'mojom_files': [ |
105 '<@(blink_mojo_sources)', | 106 '<@(blink_mojo_sources)', |
106 '<@(blink_android_mojo_sources)', | 107 '<@(blink_android_mojo_sources)', |
107 ], | 108 ], |
108 'mojom_variant': 'wtf', | 109 'mojom_variant': 'wtf', |
109 'for_blink': 'true', | 110 'for_blink': 'true', |
110 }, | 111 }, |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 'type': 'static_library', | 153 'type': 'static_library', |
153 'dependencies': [ | 154 'dependencies': [ |
154 'android_mojo_bindings_mojom', | 155 'android_mojo_bindings_mojom', |
155 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
156 ], | 157 ], |
157 }, | 158 }, |
158 ], | 159 ], |
159 }], | 160 }], |
160 ], | 161 ], |
161 } | 162 } |
OLD | NEW |