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

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

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 years, 5 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
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | public/platform/WebMediaPlayerClient.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 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'WebInputEventConversion.cpp', 177 'WebInputEventConversion.cpp',
178 'WebInputEventConversion.h', 178 'WebInputEventConversion.h',
179 'WebInputEventFactoryMac.mm', 179 'WebInputEventFactoryMac.mm',
180 'WebKit.cpp', 180 'WebKit.cpp',
181 'WebLabelElement.cpp', 181 'WebLabelElement.cpp',
182 'WebLeakDetector.cpp', 182 'WebLeakDetector.cpp',
183 'WebLocalFrameImpl.cpp', 183 'WebLocalFrameImpl.cpp',
184 'WebLocalFrameImpl.h', 184 'WebLocalFrameImpl.h',
185 'WebMIDIPermissionRequest.cpp', 185 'WebMIDIPermissionRequest.cpp',
186 'WebMediaDevicesRequest.cpp', 186 'WebMediaDevicesRequest.cpp',
187 'WebMediaPlayerClientImpl.cpp',
188 'WebMediaPlayerClientImpl.h',
189 'WebMediaStreamRegistry.cpp', 187 'WebMediaStreamRegistry.cpp',
190 'WebNetworkStateNotifier.cpp', 188 'WebNetworkStateNotifier.cpp',
191 'WebNode.cpp', 189 'WebNode.cpp',
192 'WebNodeList.cpp', 190 'WebNodeList.cpp',
193 'WebOptionElement.cpp', 191 'WebOptionElement.cpp',
194 'WebPagePopupImpl.cpp', 192 'WebPagePopupImpl.cpp',
195 'WebPagePopupImpl.h', 193 'WebPagePopupImpl.h',
196 'WebPageSerializer.cpp', 194 'WebPageSerializer.cpp',
197 'WebPerformance.cpp', 195 'WebPerformance.cpp',
198 'WebPluginContainerImpl.cpp', 196 'WebPluginContainerImpl.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 { 311 {
314 'web_unittest_files': [ 312 'web_unittest_files': [
315 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 313 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
316 'tests/ScrollAnimatorNoneTest.cpp', 314 'tests/ScrollAnimatorNoneTest.cpp',
317 ], 315 ],
318 } 316 }
319 ], 317 ],
320 ], 318 ],
321 }, 319 },
322 } 320 }
OLDNEW
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | public/platform/WebMediaPlayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698