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

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

Issue 59233014: Setting HTMLMediaElement.controller does not properly remove the 'mediagroup' content attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 7 years, 1 month 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 '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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'v8/custom/V8Float64ArrayCustom.h', 178 'v8/custom/V8Float64ArrayCustom.h',
179 'v8/custom/V8FormDataCustom.cpp', 179 'v8/custom/V8FormDataCustom.cpp',
180 'v8/custom/V8GeolocationCustom.cpp', 180 'v8/custom/V8GeolocationCustom.cpp',
181 'v8/custom/V8HTMLAllCollectionCustom.cpp', 181 'v8/custom/V8HTMLAllCollectionCustom.cpp',
182 'v8/custom/V8HTMLCanvasElementCustom.cpp', 182 'v8/custom/V8HTMLCanvasElementCustom.cpp',
183 'v8/custom/V8HTMLCollectionCustom.cpp', 183 'v8/custom/V8HTMLCollectionCustom.cpp',
184 'v8/custom/V8HTMLDocumentCustom.cpp', 184 'v8/custom/V8HTMLDocumentCustom.cpp',
185 'v8/custom/V8HTMLElementCustom.cpp', 185 'v8/custom/V8HTMLElementCustom.cpp',
186 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp', 186 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp',
187 'v8/custom/V8HTMLFrameElementCustom.cpp', 187 'v8/custom/V8HTMLFrameElementCustom.cpp',
188 'v8/custom/V8HTMLMediaElementCustom.cpp',
189 'v8/custom/V8HTMLOptionsCollectionCustom.cpp', 188 'v8/custom/V8HTMLOptionsCollectionCustom.cpp',
190 'v8/custom/V8HTMLPlugInElementCustom.cpp', 189 'v8/custom/V8HTMLPlugInElementCustom.cpp',
191 'v8/custom/V8HistoryCustom.cpp', 190 'v8/custom/V8HistoryCustom.cpp',
192 'v8/custom/V8IDBAnyCustom.cpp', 191 'v8/custom/V8IDBAnyCustom.cpp',
193 'v8/custom/V8ImageDataCustom.cpp', 192 'v8/custom/V8ImageDataCustom.cpp',
194 'v8/custom/V8InjectedScriptHostCustom.cpp', 193 'v8/custom/V8InjectedScriptHostCustom.cpp',
195 'v8/custom/V8InjectedScriptManager.cpp', 194 'v8/custom/V8InjectedScriptManager.cpp',
196 'v8/custom/V8InspectorFrontendHostCustom.cpp', 195 'v8/custom/V8InspectorFrontendHostCustom.cpp',
197 'v8/custom/V8Int8ArrayCustom.h', 196 'v8/custom/V8Int8ArrayCustom.h',
198 'v8/custom/V8Int16ArrayCustom.h', 197 'v8/custom/V8Int16ArrayCustom.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 266 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
272 ], 271 ],
273 }], 272 }],
274 ], 273 ],
275 }, 274 },
276 } 275 }
OLDNEW
« no previous file with comments | « LayoutTests/media/media-controller-expected.txt ('k') | Source/bindings/v8/custom/V8HTMLMediaElementCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698