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: Source/web/web.gypi

Issue 61603006: Remove MediaSourcePrivate/SourceBufferPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'InspectorClientImpl.cpp', 59 'InspectorClientImpl.cpp',
60 'InspectorClientImpl.h', 60 'InspectorClientImpl.h',
61 'InspectorFrontendClientImpl.cpp', 61 'InspectorFrontendClientImpl.cpp',
62 'InspectorFrontendClientImpl.h', 62 'InspectorFrontendClientImpl.h',
63 'LinkHighlight.cpp', 63 'LinkHighlight.cpp',
64 'LinkHighlight.h', 64 'LinkHighlight.h',
65 'LocalFileSystemClient.cpp', 65 'LocalFileSystemClient.cpp',
66 'LocalFileSystemClient.h', 66 'LocalFileSystemClient.h',
67 'MIDIClientProxy.cpp', 67 'MIDIClientProxy.cpp',
68 'MIDIClientProxy.h', 68 'MIDIClientProxy.h',
69 'MediaSourcePrivateImpl.cpp',
70 'MediaSourcePrivateImpl.h',
71 'NotificationPresenterImpl.cpp', 69 'NotificationPresenterImpl.cpp',
72 'NotificationPresenterImpl.h', 70 'NotificationPresenterImpl.h',
73 'PageOverlay.cpp', 71 'PageOverlay.cpp',
74 'PageOverlay.h', 72 'PageOverlay.h',
75 'PageOverlayList.cpp', 73 'PageOverlayList.cpp',
76 'PageOverlayList.h', 74 'PageOverlayList.h',
77 'PageScaleConstraintsSet.cpp', 75 'PageScaleConstraintsSet.cpp',
78 'PageScaleConstraintsSet.h', 76 'PageScaleConstraintsSet.h',
79 'PageWidgetDelegate.cpp', 77 'PageWidgetDelegate.cpp',
80 'PageWidgetDelegate.h', 78 'PageWidgetDelegate.h',
81 'PinchViewports.cpp', 79 'PinchViewports.cpp',
82 'PinchViewports.h', 80 'PinchViewports.h',
83 'PopupContainer.cpp', 81 'PopupContainer.cpp',
84 'PopupContainer.h', 82 'PopupContainer.h',
85 'PopupListBox.cpp', 83 'PopupListBox.cpp',
86 'PopupListBox.h', 84 'PopupListBox.h',
87 'PopupMenuChromium.cpp', 85 'PopupMenuChromium.cpp',
88 'PopupMenuChromium.h', 86 'PopupMenuChromium.h',
89 'PrerendererClientImpl.cpp', 87 'PrerendererClientImpl.cpp',
90 'PrerendererClientImpl.h', 88 'PrerendererClientImpl.h',
91 'ScrollbarGroup.cpp', 89 'ScrollbarGroup.cpp',
92 'ScrollbarGroup.h', 90 'ScrollbarGroup.h',
93 'SharedWorkerRepositoryClientImpl.cpp', 91 'SharedWorkerRepositoryClientImpl.cpp',
94 'SharedWorkerRepositoryClientImpl.h', 92 'SharedWorkerRepositoryClientImpl.h',
95 'SourceBufferPrivateImpl.cpp',
96 'SourceBufferPrivateImpl.h',
97 'SpeechInputClientImpl.cpp', 93 'SpeechInputClientImpl.cpp',
98 'SpeechInputClientImpl.h', 94 'SpeechInputClientImpl.h',
99 'SpeechRecognitionClientProxy.cpp', 95 'SpeechRecognitionClientProxy.cpp',
100 'SpeechRecognitionClientProxy.h', 96 'SpeechRecognitionClientProxy.h',
101 'StorageAreaProxy.cpp', 97 'StorageAreaProxy.cpp',
102 'StorageAreaProxy.h', 98 'StorageAreaProxy.h',
103 'StorageNamespaceProxy.cpp', 99 'StorageNamespaceProxy.cpp',
104 'StorageNamespaceProxy.h', 100 'StorageNamespaceProxy.h',
105 'StorageQuotaChromium.cpp', 101 'StorageQuotaChromium.cpp',
106 'UserMediaClientImpl.cpp', 102 'UserMediaClientImpl.cpp',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 { 358 {
363 'web_unittest_files': [ 359 'web_unittest_files': [
364 'tests/KeyCodeConversionTestGtk.cpp', 360 'tests/KeyCodeConversionTestGtk.cpp',
365 'tests/WebInputEventFactoryTestGtk.cpp', 361 'tests/WebInputEventFactoryTestGtk.cpp',
366 ], 362 ],
367 } 363 }
368 ], 364 ],
369 ], 365 ],
370 }, 366 },
371 } 367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698