Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: third_party/WebKit/Source/core/core.gyp

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'python', 95 'python',
96 'inspector/CodeGeneratorInspector.py', 96 'inspector/CodeGeneratorInspector.py',
97 '../devtools/protocol.json', 97 '../devtools/protocol.json',
98 '--output_dir', '<(blink_core_output_dir)', 98 '--output_dir', '<(blink_core_output_dir)',
99 ], 99 ],
100 'message': 'Generating Inspector protocol backend sources from protoco l.json', 100 'message': 'Generating Inspector protocol backend sources from protoco l.json',
101 }, 101 },
102 ] 102 ]
103 }, 103 },
104 { 104 {
105 # GN version: //third_party/WebKit/Source/core/inspector:injected_script_s ource
106 'target_name': 'injected_script_source',
107 'type': 'none',
108 'variables': {
109 'input_file_path': 'inspector/v8/InjectedScriptSource.js',
110 'output_file_path': '<(blink_core_output_dir)/InjectedScriptSource.h',
111 'character_array_name': 'InjectedScriptSource_js',
112 },
113 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
114 },
115 {
116 # GN version: //third_party/WebKit/Source/core/inspector:debugger_script
117 'target_name': 'debugger_script',
118 'type': 'none',
119 'variables': {
120 'input_file_path': 'inspector/v8/DebuggerScript.js',
121 'output_file_path': '<(blink_core_output_dir)/DebuggerScript.h',
122 'character_array_name': 'DebuggerScript_js',
123 },
124 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ],
125 },
126 {
105 # GN version: //third_party/WebKit/Source/core/inspector:instrumentation_s ources 127 # GN version: //third_party/WebKit/Source/core/inspector:instrumentation_s ources
106 'target_name': 'inspector_instrumentation_sources', 128 'target_name': 'inspector_instrumentation_sources',
107 'type': 'none', 129 'type': 'none',
108 'dependencies': [], 130 'dependencies': [],
109 'actions': [ 131 'actions': [
110 { 132 {
111 'action_name': 'generateInspectorInstrumentation', 133 'action_name': 'generateInspectorInstrumentation',
112 'inputs': [ 134 'inputs': [
113 # The python script in action below. 135 # The python script in action below.
114 'inspector/CodeGeneratorInstrumentation.py', 136 'inspector/CodeGeneratorInstrumentation.py',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 }, 185 },
164 { 186 {
165 # GN version: //third_party/WebKit/Source/core:core_generated 187 # GN version: //third_party/WebKit/Source/core:core_generated
166 'target_name': 'webcore_generated', 188 'target_name': 'webcore_generated',
167 'type': 'static_library', 189 'type': 'static_library',
168 'hard_dependency': 1, 190 'hard_dependency': 1,
169 'dependencies': [ 191 'dependencies': [
170 'webcore_prerequisites', 192 'webcore_prerequisites',
171 'core_generated.gyp:make_core_generated', 193 'core_generated.gyp:make_core_generated',
172 'inspector_protocol_sources', 194 'inspector_protocol_sources',
195 'injected_script_source',
196 'debugger_script',
173 'inspector_instrumentation_sources', 197 'inspector_instrumentation_sources',
174 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 198 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
175 # FIXME: don't depend on bindings_modules http://crbug.com/358074 199 # FIXME: don't depend on bindings_modules http://crbug.com/358074
176 '../bindings/modules/generated.gyp:modules_event_generated', 200 '../bindings/modules/generated.gyp:modules_event_generated',
177 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 201 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
178 '../platform/platform_generated.gyp:make_platform_generated', 202 '../platform/platform_generated.gyp:make_platform_generated',
179 '../wtf/wtf.gyp:wtf', 203 '../wtf/wtf.gyp:wtf',
180 '<(DEPTH)/gin/gin.gyp:gin', 204 '<(DEPTH)/gin/gin.gyp:gin',
181 '<(DEPTH)/skia/skia.gyp:skia', 205 '<(DEPTH)/skia/skia.gyp:skia',
182 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 206 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ], 252 ],
229 }, 253 },
230 { 254 {
231 # We'll soon split libwebcore in multiple smaller libraries. 255 # We'll soon split libwebcore in multiple smaller libraries.
232 # webcore_prerequisites will be the 'base' target of every sub-target. 256 # webcore_prerequisites will be the 'base' target of every sub-target.
233 # GN version: //third_party/WebKit/Source/core:prerequisites 257 # GN version: //third_party/WebKit/Source/core:prerequisites
234 'target_name': 'webcore_prerequisites', 258 'target_name': 'webcore_prerequisites',
235 'type': 'none', 259 'type': 'none',
236 'dependencies': [ 260 'dependencies': [
237 'inspector_protocol_sources', 261 'inspector_protocol_sources',
262 'injected_script_source',
263 'debugger_script',
238 'inspector_instrumentation_sources', 264 'inspector_instrumentation_sources',
239 'core_generated.gyp:make_core_generated', 265 'core_generated.gyp:make_core_generated',
240 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 266 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
241 # FIXME: don't depend on bindings_modules http://crbug.com/358074 267 # FIXME: don't depend on bindings_modules http://crbug.com/358074
242 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 268 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
243 '../wtf/wtf.gyp:wtf', 269 '../wtf/wtf.gyp:wtf',
244 '../config.gyp:config', 270 '../config.gyp:config',
245 '../platform/blink_platform.gyp:blink_platform', 271 '../platform/blink_platform.gyp:blink_platform',
246 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 272 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
247 '<(DEPTH)/skia/skia.gyp:skia', 273 '<(DEPTH)/skia/skia.gyp:skia',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'hard_dependency': 1, 669 'hard_dependency': 1,
644 'dependencies': [ 670 'dependencies': [
645 'webcore_prerequisites', 671 'webcore_prerequisites',
646 672
647 '../platform/blink_platform.gyp:blink_common', 673 '../platform/blink_platform.gyp:blink_common',
648 '../platform/blink_platform.gyp:blink_platform', 674 '../platform/blink_platform.gyp:blink_platform',
649 675
650 # webcore_generated dependency 676 # webcore_generated dependency
651 'core_generated.gyp:make_core_generated', 677 'core_generated.gyp:make_core_generated',
652 'inspector_protocol_sources', 678 'inspector_protocol_sources',
679 'injected_script_source',
680 'debugger_script',
653 'inspector_instrumentation_sources', 681 'inspector_instrumentation_sources',
654 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 682 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
655 # FIXME: don't depend on bindings_modules http://crbug.com/358074 683 # FIXME: don't depend on bindings_modules http://crbug.com/358074
656 '../bindings/modules/generated.gyp:modules_event_generated', 684 '../bindings/modules/generated.gyp:modules_event_generated',
657 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 685 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
658 '../platform/platform_generated.gyp:make_platform_generated', 686 '../platform/platform_generated.gyp:make_platform_generated',
659 687
660 '../wtf/wtf.gyp:wtf', 688 '../wtf/wtf.gyp:wtf',
661 '<(DEPTH)/base/base.gyp:base', 689 '<(DEPTH)/base/base.gyp:base',
662 '<(DEPTH)/gin/gin.gyp:gin', 690 '<(DEPTH)/gin/gin.gyp:gin',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'libraries': [ 853 'libraries': [
826 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 854 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
827 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 855 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
828 ] 856 ]
829 }, 857 },
830 }], 858 }],
831 ], 859 ],
832 }, 860 },
833 ], # targets 861 ], # targets
834 } 862 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698