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

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

Issue 147333004: Revert of Limit the usage of SharedPersistent to ScriptValue only (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/ScopedPersistent.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_dir': ['.'], 3 'bindings_dir': ['.'],
4 'bindings_files': [ 4 'bindings_files': [
5 'v8/ActiveDOMCallback.cpp', 5 'v8/ActiveDOMCallback.cpp',
6 'v8/ActiveDOMCallback.h', 6 'v8/ActiveDOMCallback.h',
7 'v8/ArrayValue.cpp', 7 'v8/ArrayValue.cpp',
8 'v8/ArrayValue.h', 8 'v8/ArrayValue.h',
9 'v8/BindingSecurity.cpp', 9 'v8/BindingSecurity.cpp',
10 'v8/BindingSecurity.h', 10 'v8/BindingSecurity.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'v8/ScriptSourceCode.h', 72 'v8/ScriptSourceCode.h',
73 'v8/ScriptState.cpp', 73 'v8/ScriptState.cpp',
74 'v8/ScriptState.h', 74 'v8/ScriptState.h',
75 'v8/ScriptString.cpp', 75 'v8/ScriptString.cpp',
76 'v8/ScriptString.h', 76 'v8/ScriptString.h',
77 'v8/ScriptValue.cpp', 77 'v8/ScriptValue.cpp',
78 'v8/ScriptValue.h', 78 'v8/ScriptValue.h',
79 'v8/ScriptWrappable.h', 79 'v8/ScriptWrappable.h',
80 'v8/SerializedScriptValue.cpp', 80 'v8/SerializedScriptValue.cpp',
81 'v8/SerializedScriptValue.h', 81 'v8/SerializedScriptValue.h',
82 'v8/SharedPersistent.h',
82 'v8/UnsafePersistent.h', 83 'v8/UnsafePersistent.h',
83 'v8/V8AbstractEventListener.cpp', 84 'v8/V8AbstractEventListener.cpp',
84 'v8/V8AbstractEventListener.h', 85 'v8/V8AbstractEventListener.h',
85 'v8/V8Binding.cpp', 86 'v8/V8Binding.cpp',
86 'v8/V8Binding.h', 87 'v8/V8Binding.h',
87 'v8/V8BindingMacros.h', 88 'v8/V8BindingMacros.h',
88 'v8/V8Callback.cpp', 89 'v8/V8Callback.cpp',
89 'v8/V8Callback.h', 90 'v8/V8Callback.h',
90 'v8/V8CustomElementLifecycleCallbacks.cpp', 91 'v8/V8CustomElementLifecycleCallbacks.cpp',
91 'v8/V8CustomElementLifecycleCallbacks.h', 92 'v8/V8CustomElementLifecycleCallbacks.h',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs15.cpp',
266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs16.cpp',
267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs17.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs18.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8GeneratedBindin gs19.cpp',
270 ], 271 ],
271 }], 272 }],
272 ], 273 ],
273 }, 274 },
274 } 275 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/ScopedPersistent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698