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

Side by Side Diff: third_party/WebKit/Source/web/web.gypi

Issue 1416123005: Implement setSinkId() for media elements without src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h',
7 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 11 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 12 'ColorChooserPopupUIController.h',
11 'ColorChooserUIController.cpp', 13 'ColorChooserUIController.cpp',
12 'ColorChooserUIController.h', 14 'ColorChooserUIController.h',
13 'CompositionUnderlineBuilder.h', 15 'CompositionUnderlineBuilder.h',
14 'CompositionUnderlineVectorBuilder.cpp', 16 'CompositionUnderlineVectorBuilder.cpp',
15 'CompositionUnderlineVectorBuilder.h', 17 'CompositionUnderlineVectorBuilder.h',
16 'ContextFeaturesClientImpl.cpp', 18 'ContextFeaturesClientImpl.cpp',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 { 323 {
322 'web_unittest_files': [ 324 'web_unittest_files': [
323 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. 325 # Mac uses ScrollAnimatorMac instead of ScrollAnimator.
324 'tests/ScrollAnimatorTest.cpp', 326 'tests/ScrollAnimatorTest.cpp',
325 ], 327 ],
326 } 328 }
327 ], 329 ],
328 ], 330 ],
329 }, 331 },
330 } 332 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698