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

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

Issue 177773002: Support Promises instrumentation on backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert blank line Created 6 years, 9 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 # The python script in action below. 114 # The python script in action below.
115 'inspector/CodeGeneratorInstrumentation.py', 115 'inspector/CodeGeneratorInstrumentation.py',
116 # Input file for the script. 116 # Input file for the script.
117 'inspector/InspectorInstrumentation.idl', 117 'inspector/InspectorInstrumentation.idl',
118 ], 118 ],
119 'outputs': [ 119 'outputs': [
120 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl. h', 120 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl. h',
121 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl .h', 121 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl .h',
122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
124 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl .h',
124 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 125 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
125 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 126 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
126 ], 127 ],
127 'action': [ 128 'action': [
128 'python', 129 'python',
129 'inspector/CodeGeneratorInstrumentation.py', 130 'inspector/CodeGeneratorInstrumentation.py',
130 'inspector/InspectorInstrumentation.idl', 131 'inspector/InspectorInstrumentation.idl',
131 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink', 132 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink',
132 ], 133 ],
133 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl', 134 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 # Additional .cpp files from the inspector_protocol_sources list. 301 # Additional .cpp files from the inspector_protocol_sources list.
301 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 302 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
302 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', 303 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp',
303 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp',
304 305
305 # Additional .cpp files from the inspector_instrumentation_sources list. 306 # Additional .cpp files from the inspector_instrumentation_sources list.
306 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h', 307 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h',
307 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h', 308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 310 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
311 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
310 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 312 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
311 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
312 314
313 # Additional .cpp files for SVG. 315 # Additional .cpp files for SVG.
314 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', 316 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
315 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', 317 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
316 318
317 # Generated from make_style_shorthands.py 319 # Generated from make_style_shorthands.py
318 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 320 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
319 321
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 821 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
820 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 822 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
821 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 823 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
822 ], 824 ],
823 'sources/': [ 825 'sources/': [
824 ['exclude', 'testing/js'], 826 ['exclude', 'testing/js'],
825 ], 827 ],
826 }, 828 },
827 ], # targets 829 ], # targets
828 } 830 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698