OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'inspector/generate-inspector-protocol-version', | 156 'inspector/generate-inspector-protocol-version', |
157 '-o', | 157 '-o', |
158 '<@(_outputs)', | 158 '<@(_outputs)', |
159 '<@(_inputs)' | 159 '<@(_inputs)' |
160 ], | 160 ], |
161 'message': 'Validate inspector protocol for backwards compatibility an
d generate version file', | 161 'message': 'Validate inspector protocol for backwards compatibility an
d generate version file', |
162 } | 162 } |
163 ] | 163 ] |
164 }, | 164 }, |
165 { | 165 { |
166 # GN version: //third_party/WebKit/Source/core/inspector:inspector_overlay
_page | |
167 'target_name': 'inspector_overlay_page', | |
168 'type': 'none', | |
169 'variables': { | |
170 'input_file_path': 'inspector/InspectorOverlayPage.html', | |
171 'output_file_path': '<(blink_core_output_dir)/InspectorOverlayPage.h', | |
172 'character_array_name': 'InspectorOverlayPage_html', | |
173 }, | |
174 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | |
175 }, | |
176 { | |
177 # GN version: //third_party/WebKit/Source/core/inspector:injected_canvas_s
cript_source | |
178 'target_name': 'injected_canvas_script_source', | |
179 'type': 'none', | |
180 'variables': { | |
181 'input_file_path': 'inspector/InjectedScriptCanvasModuleSource.js', | |
182 'output_file_path': '<(blink_core_output_dir)/InjectedScriptCanvasModule
Source.h', | |
183 'character_array_name': 'InjectedScriptCanvasModuleSource_js', | |
184 }, | |
185 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | |
186 }, | |
187 { | |
188 # GN version: //third_party/WebKit/Source/core/inspector:injected_script_s
ource | |
189 'target_name': 'injected_script_source', | |
190 'type': 'none', | |
191 'variables': { | |
192 'input_file_path': 'inspector/InjectedScriptSource.js', | |
193 'output_file_path': '<(blink_core_output_dir)/InjectedScriptSource.h', | |
194 'character_array_name': 'InjectedScriptSource_js', | |
195 }, | |
196 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | |
197 }, | |
198 { | |
199 # GN version: //third_party/WebKit/Source/core/inspector:debugger_script_s
ource | |
200 'target_name': 'debugger_script_source', | |
201 'type': 'none', | |
202 'variables': { | |
203 'input_file_path': '<(bindings_core_v8_dir)/DebuggerScript.js', | |
204 'output_file_path': '<(blink_core_output_dir)/DebuggerScriptSource.h', | |
205 'character_array_name': 'DebuggerScriptSource_js', | |
206 }, | |
207 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | |
208 }, | |
209 { | |
210 # GN version: //third_party/WebKit/Source/core:core_generated | 166 # GN version: //third_party/WebKit/Source/core:core_generated |
211 'target_name': 'webcore_generated', | 167 'target_name': 'webcore_generated', |
212 'type': 'static_library', | 168 'type': 'static_library', |
213 'hard_dependency': 1, | 169 'hard_dependency': 1, |
214 'dependencies': [ | 170 'dependencies': [ |
215 'webcore_prerequisites', | 171 'webcore_prerequisites', |
216 'core_generated.gyp:make_core_generated', | 172 'core_generated.gyp:make_core_generated', |
217 'inspector_overlay_page', | |
218 'inspector_protocol_sources', | 173 'inspector_protocol_sources', |
219 'inspector_instrumentation_sources', | 174 'inspector_instrumentation_sources', |
220 'injected_canvas_script_source', | |
221 'injected_script_source', | |
222 'debugger_script_source', | |
223 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', | 175 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', |
224 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 176 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
225 '../bindings/modules/generated.gyp:modules_event_generated', | 177 '../bindings/modules/generated.gyp:modules_event_generated', |
226 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 178 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
227 '../platform/platform_generated.gyp:make_platform_generated', | 179 '../platform/platform_generated.gyp:make_platform_generated', |
228 '../wtf/wtf.gyp:wtf', | 180 '../wtf/wtf.gyp:wtf', |
229 '<(DEPTH)/gin/gin.gyp:gin', | 181 '<(DEPTH)/gin/gin.gyp:gin', |
230 '<(DEPTH)/skia/skia.gyp:skia', | 182 '<(DEPTH)/skia/skia.gyp:skia', |
231 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 183 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
232 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 184 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 }], | 299 }], |
348 ], | 300 ], |
349 }, | 301 }, |
350 { | 302 { |
351 # We'll soon split libwebcore in multiple smaller libraries. | 303 # We'll soon split libwebcore in multiple smaller libraries. |
352 # webcore_prerequisites will be the 'base' target of every sub-target. | 304 # webcore_prerequisites will be the 'base' target of every sub-target. |
353 # GN version: //third_party/WebKit/Source/core:prerequisites | 305 # GN version: //third_party/WebKit/Source/core:prerequisites |
354 'target_name': 'webcore_prerequisites', | 306 'target_name': 'webcore_prerequisites', |
355 'type': 'none', | 307 'type': 'none', |
356 'dependencies': [ | 308 'dependencies': [ |
357 'debugger_script_source', | |
358 'injected_canvas_script_source', | |
359 'injected_script_source', | |
360 'inspector_overlay_page', | |
361 'inspector_protocol_sources', | 309 'inspector_protocol_sources', |
362 'inspector_instrumentation_sources', | 310 'inspector_instrumentation_sources', |
363 'core_generated.gyp:make_core_generated', | 311 'core_generated.gyp:make_core_generated', |
364 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', | 312 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', |
365 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 313 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
366 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 314 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
367 '../wtf/wtf.gyp:wtf', | 315 '../wtf/wtf.gyp:wtf', |
368 '../config.gyp:config', | 316 '../config.gyp:config', |
369 '../platform/blink_platform.gyp:blink_platform', | 317 '../platform/blink_platform.gyp:blink_platform', |
370 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 318 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 775 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
828 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', | 776 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', |
829 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 777 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
830 ], | 778 ], |
831 'sources/': [ | 779 'sources/': [ |
832 ['exclude', 'testing/js'], | 780 ['exclude', 'testing/js'], |
833 ], | 781 ], |
834 }, | 782 }, |
835 ], # targets | 783 ], # targets |
836 } | 784 } |
OLD | NEW |