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

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: Address review comments + track Promise result Created 6 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/InspectorDatabaseInstrumentationIn l.h', 122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorDatabaseInstrumentationIn l.h',
123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
124 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 124 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
125 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl .h',
125 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 126 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
126 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 127 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
127 ], 128 ],
128 'action': [ 129 'action': [
129 'python', 130 'python',
130 'inspector/CodeGeneratorInstrumentation.py', 131 'inspector/CodeGeneratorInstrumentation.py',
131 'inspector/InspectorInstrumentation.idl', 132 'inspector/InspectorInstrumentation.idl',
132 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink', 133 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink',
133 ], 134 ],
134 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl', 135 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 303 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
303 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp',
304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', 305 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp',
305 306
306 # Additional .cpp files from the inspector_instrumentation_sources list. 307 # Additional .cpp files from the inspector_instrumentation_sources list.
307 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h', 308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h',
308 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h', 309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h',
309 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorDatabaseInstrumentationInl.h' , 310 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorDatabaseInstrumentationInl.h' ,
310 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', 311 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h',
311 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', 312 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h',
313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorPromiseInstrumentationInl.h',
312 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', 314 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h',
313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', 315 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp',
314 316
315 # Additional .cpp files for SVG. 317 # Additional .cpp files for SVG.
316 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', 318 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp',
317 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', 319 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp',
318 320
319 # Generated from make_style_shorthands.py 321 # Generated from make_style_shorthands.py
320 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 322 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
321 323
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 823 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
822 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 824 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
823 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 825 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
824 ], 826 ],
825 'sources/': [ 827 'sources/': [
826 ['exclude', 'testing/js'], 828 ['exclude', 'testing/js'],
827 ], 829 ],
828 }, 830 },
829 ], # targets 831 ], # targets
830 } 832 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698