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

Side by Side Diff: Source/bindings/bindings.gypi

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 | « no previous file | Source/bindings/v8/ScriptObjectTraits.h » ('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 'variables': { 2 'variables': {
3 'bindings_v8_dir': 'v8', 3 'bindings_v8_dir': 'v8',
4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', 4 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink',
5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', 5 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',
6 'bindings_files': [ 6 'bindings_files': [
7 'v8/ActiveDOMCallback.cpp', 7 'v8/ActiveDOMCallback.cpp',
8 'v8/ActiveDOMCallback.h', 8 'v8/ActiveDOMCallback.h',
9 'v8/ArrayValue.cpp', 9 'v8/ArrayValue.cpp',
10 'v8/ArrayValue.h', 10 'v8/ArrayValue.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'v8/ScriptFunction.cpp', 54 'v8/ScriptFunction.cpp',
55 'v8/ScriptFunction.h', 55 'v8/ScriptFunction.h',
56 'v8/ScriptFunctionCall.cpp', 56 'v8/ScriptFunctionCall.cpp',
57 'v8/ScriptFunctionCall.h', 57 'v8/ScriptFunctionCall.h',
58 'v8/ScriptGCEvent.cpp', 58 'v8/ScriptGCEvent.cpp',
59 'v8/ScriptGCEvent.h', 59 'v8/ScriptGCEvent.h',
60 'v8/ScriptHeapSnapshot.cpp', 60 'v8/ScriptHeapSnapshot.cpp',
61 'v8/ScriptHeapSnapshot.h', 61 'v8/ScriptHeapSnapshot.h',
62 'v8/ScriptObject.cpp', 62 'v8/ScriptObject.cpp',
63 'v8/ScriptObject.h', 63 'v8/ScriptObject.h',
64 'v8/ScriptObjectTraits.h',
65 'v8/ScriptPreprocessor.cpp', 64 'v8/ScriptPreprocessor.cpp',
66 'v8/ScriptPreprocessor.h', 65 'v8/ScriptPreprocessor.h',
67 'v8/ScriptProfiler.cpp', 66 'v8/ScriptProfiler.cpp',
68 'v8/ScriptProfiler.h', 67 'v8/ScriptProfiler.h',
69 'v8/ScriptPromise.cpp', 68 'v8/ScriptPromise.cpp',
70 'v8/ScriptPromise.h', 69 'v8/ScriptPromise.h',
71 'v8/ScriptPromiseResolver.cpp', 70 'v8/ScriptPromiseResolver.cpp',
72 'v8/ScriptPromiseResolver.h', 71 'v8/ScriptPromiseResolver.h',
73 'v8/ScriptPromiseResolverWithContext.cpp', 72 'v8/ScriptPromiseResolverWithContext.cpp',
74 'v8/ScriptPromiseResolverWithContext.h', 73 'v8/ScriptPromiseResolverWithContext.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 # supports this use case (gyp turns all actions into ninja restat 303 # supports this use case (gyp turns all actions into ninja restat
305 # rules). 304 # rules).
306 ['"<(GENERATOR)"=="ninja"', { 305 ['"<(GENERATOR)"=="ninja"', {
307 'write_file_only_if_changed': '1', 306 'write_file_only_if_changed': '1',
308 }, { 307 }, {
309 'write_file_only_if_changed': '0', 308 'write_file_only_if_changed': '0',
310 }], 309 }],
311 ], 310 ],
312 }, 311 },
313 } 312 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptObjectTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698