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

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: updated the chromevox script 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 # GN version: //third_party/WebKit/Source/core:core_generated 165 # GN version: //third_party/WebKit/Source/core:core_generated
166 'target_name': 'webcore_generated', 166 'target_name': 'webcore_generated',
167 'type': 'static_library', 167 'type': 'static_library',
168 'hard_dependency': 1, 168 'hard_dependency': 1,
169 'dependencies': [ 169 'dependencies': [
170 'webcore_prerequisites', 170 'webcore_prerequisites',
171 'core_generated.gyp:make_core_generated', 171 'core_generated.gyp:make_core_generated',
172 'inspector_instrumentation_sources',
172 'inspector_protocol_sources', 173 'inspector_protocol_sources',
173 'inspector_instrumentation_sources', 174 'inspector/v8/v8_inspector.gyp:injected_script_sources',
174 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 175 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
175 # FIXME: don't depend on bindings_modules http://crbug.com/358074 176 # FIXME: don't depend on bindings_modules http://crbug.com/358074
176 '../bindings/modules/generated.gyp:modules_event_generated', 177 '../bindings/modules/generated.gyp:modules_event_generated',
177 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 178 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
178 '../platform/platform_generated.gyp:make_platform_generated', 179 '../platform/platform_generated.gyp:make_platform_generated',
179 '../wtf/wtf.gyp:wtf', 180 '../wtf/wtf.gyp:wtf',
180 '<(DEPTH)/gin/gin.gyp:gin', 181 '<(DEPTH)/gin/gin.gyp:gin',
181 '<(DEPTH)/skia/skia.gyp:skia', 182 '<(DEPTH)/skia/skia.gyp:skia',
182 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 183 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
183 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 184 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 }], 228 }],
228 ], 229 ],
229 }, 230 },
230 { 231 {
231 # We'll soon split libwebcore in multiple smaller libraries. 232 # We'll soon split libwebcore in multiple smaller libraries.
232 # webcore_prerequisites will be the 'base' target of every sub-target. 233 # webcore_prerequisites will be the 'base' target of every sub-target.
233 # GN version: //third_party/WebKit/Source/core:prerequisites 234 # GN version: //third_party/WebKit/Source/core:prerequisites
234 'target_name': 'webcore_prerequisites', 235 'target_name': 'webcore_prerequisites',
235 'type': 'none', 236 'type': 'none',
236 'dependencies': [ 237 'dependencies': [
238 'inspector_instrumentation_sources',
237 'inspector_protocol_sources', 239 'inspector_protocol_sources',
238 'inspector_instrumentation_sources', 240 'inspector/v8/v8_inspector.gyp:injected_script_sources',
239 'core_generated.gyp:make_core_generated', 241 'core_generated.gyp:make_core_generated',
240 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 242 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
241 # FIXME: don't depend on bindings_modules http://crbug.com/358074 243 # FIXME: don't depend on bindings_modules http://crbug.com/358074
242 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 244 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
243 '../wtf/wtf.gyp:wtf', 245 '../wtf/wtf.gyp:wtf',
244 '../config.gyp:config', 246 '../config.gyp:config',
245 '../platform/blink_platform.gyp:blink_platform', 247 '../platform/blink_platform.gyp:blink_platform',
246 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 248 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
247 '<(DEPTH)/skia/skia.gyp:skia', 249 '<(DEPTH)/skia/skia.gyp:skia',
248 '<(angle_path)/src/angle.gyp:translator', 250 '<(angle_path)/src/angle.gyp:translator',
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'type': 'shared_library', 644 'type': 'shared_library',
643 'hard_dependency': 1, 645 'hard_dependency': 1,
644 'dependencies': [ 646 'dependencies': [
645 'webcore_prerequisites', 647 'webcore_prerequisites',
646 648
647 '../platform/blink_platform.gyp:blink_common', 649 '../platform/blink_platform.gyp:blink_common',
648 '../platform/blink_platform.gyp:blink_platform', 650 '../platform/blink_platform.gyp:blink_platform',
649 651
650 # webcore_generated dependency 652 # webcore_generated dependency
651 'core_generated.gyp:make_core_generated', 653 'core_generated.gyp:make_core_generated',
654 'inspector_instrumentation_sources',
652 'inspector_protocol_sources', 655 'inspector_protocol_sources',
653 'inspector_instrumentation_sources', 656 'inspector/v8/v8_inspector.gyp:injected_script_sources',
654 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', 657 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
655 # FIXME: don't depend on bindings_modules http://crbug.com/358074 658 # FIXME: don't depend on bindings_modules http://crbug.com/358074
656 '../bindings/modules/generated.gyp:modules_event_generated', 659 '../bindings/modules/generated.gyp:modules_event_generated',
657 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', 660 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
658 '../platform/platform_generated.gyp:make_platform_generated', 661 '../platform/platform_generated.gyp:make_platform_generated',
659 662
660 '../wtf/wtf.gyp:wtf', 663 '../wtf/wtf.gyp:wtf',
661 '<(DEPTH)/base/base.gyp:base', 664 '<(DEPTH)/base/base.gyp:base',
662 '<(DEPTH)/gin/gin.gyp:gin', 665 '<(DEPTH)/gin/gin.gyp:gin',
663 '<(DEPTH)/skia/skia.gyp:skia', 666 '<(DEPTH)/skia/skia.gyp:skia',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'libraries': [ 828 'libraries': [
826 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', 829 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a',
827 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', 830 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a',
828 ] 831 ]
829 }, 832 },
830 }], 833 }],
831 ], 834 ],
832 }, 835 },
833 ], # targets 836 ], # targets
834 } 837 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698