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

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: More jochen's comments 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 { 326 {
325 'web_unittest_files': [ 327 'web_unittest_files': [
326 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 328 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
327 'tests/ScrollAnimatorNoneTest.cpp', 329 'tests/ScrollAnimatorNoneTest.cpp',
328 ], 330 ],
329 } 331 }
330 ], 332 ],
331 ], 333 ],
332 }, 334 },
333 } 335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698