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

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: V8PromiseCustom::setState -> (anonymous namespace)::setStateForPromise + REBASE 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
« 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 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 # Additional .cpp files from the inspector_protocol_sources list. 307 # Additional .cpp files from the inspector_protocol_sources list.
307 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', 309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp',
309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', 310 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp',
310 311
311 # Additional .cpp files from the inspector_instrumentation_sources list. 312 # Additional .cpp files from the inspector_instrumentation_sources list.
312 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h', 313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h',
313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h', 314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 315 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
315 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 316 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
317 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
316 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 318 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
317 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 319 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
318 320
319 # Additional .cpp files for SVG. 321 # Additional .cpp files for SVG.
320 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', 322 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
321 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', 323 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
322 324
323 # Generated from make_style_shorthands.py 325 # Generated from make_style_shorthands.py
324 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 326 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
325 327
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 827 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
826 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 828 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
827 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 829 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
828 ], 830 ],
829 'sources/': [ 831 'sources/': [
830 ['exclude', 'testing/js'], 832 ['exclude', 'testing/js'],
831 ], 833 ],
832 }, 834 },
833 ], # targets 835 ], # targets
834 } 836 }
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