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

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

Issue 297683002: Remove DevTools instrumentation of Blink promises. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 # The python script in action below. 113 # The python script in action below.
114 'inspector/CodeGeneratorInstrumentation.py', 114 'inspector/CodeGeneratorInstrumentation.py',
115 # Input file for the script. 115 # Input file for the script.
116 'inspector/InspectorInstrumentation.idl', 116 'inspector/InspectorInstrumentation.idl',
117 ], 117 ],
118 'outputs': [ 118 'outputs': [
119 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl. h', 119 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl. h',
120 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl .h', 120 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl .h',
121 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 121 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl .h',
124 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 123 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
125 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 124 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
126 ], 125 ],
127 'action': [ 126 'action': [
128 'python', 127 'python',
129 'inspector/CodeGeneratorInstrumentation.py', 128 'inspector/CodeGeneratorInstrumentation.py',
130 'inspector/InspectorInstrumentation.idl', 129 'inspector/InspectorInstrumentation.idl',
131 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink', 130 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink',
132 ], 131 ],
133 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl', 132 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 # Additional .cpp files from the inspector_protocol_sources list. 310 # Additional .cpp files from the inspector_protocol_sources list.
312 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 311 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', 312 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp',
314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', 313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp',
315 314
316 # Additional .cpp files from the inspector_instrumentation_sources list. 315 # Additional .cpp files from the inspector_instrumentation_sources list.
317 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h', 316 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h',
318 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h', 317 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
319 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 318 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
320 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 319 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
321 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
322 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 320 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
323 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 321 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
324 322
325 # Additional .cpp files for SVG. 323 # Additional .cpp files for SVG.
326 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', 324 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
327 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', 325 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
328 326
329 # Generated from make_style_shorthands.py 327 # Generated from make_style_shorthands.py
330 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 328 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
331 329
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 '<(bindings_output_dir)/V8LayerRect.h', 821 '<(bindings_output_dir)/V8LayerRect.h',
824 '<(bindings_output_dir)/V8LayerRectList.cpp', 822 '<(bindings_output_dir)/V8LayerRectList.cpp',
825 '<(bindings_output_dir)/V8LayerRectList.h', 823 '<(bindings_output_dir)/V8LayerRectList.h',
826 ], 824 ],
827 'sources/': [ 825 'sources/': [
828 ['exclude', 'testing/js'], 826 ['exclude', 'testing/js'],
829 ], 827 ],
830 }, 828 },
831 ], # targets 829 ], # targets
832 } 830 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8PromiseCustom.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698