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

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

Issue 60083011: Remove InbandTextTrackPrivate/InbandTextTrackPrivateClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase on top of https://codereview.chromium.org/61763010/ 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
« no previous file with comments | « Source/web/WebMediaPlayerClientImpl.cpp ('k') | no next file » | 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 '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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'GeolocationClientProxy.cpp', 47 'GeolocationClientProxy.cpp',
48 'GeolocationClientProxy.h', 48 'GeolocationClientProxy.h',
49 'GraphicsLayerFactoryChromium.cpp', 49 'GraphicsLayerFactoryChromium.cpp',
50 'GraphicsLayerFactoryChromium.h', 50 'GraphicsLayerFactoryChromium.h',
51 'IDBCursorBackendProxy.cpp', 51 'IDBCursorBackendProxy.cpp',
52 'IDBCursorBackendProxy.h', 52 'IDBCursorBackendProxy.h',
53 'IDBDatabaseBackendProxy.cpp', 53 'IDBDatabaseBackendProxy.cpp',
54 'IDBDatabaseBackendProxy.h', 54 'IDBDatabaseBackendProxy.h',
55 'IDBFactoryBackendProxy.cpp', 55 'IDBFactoryBackendProxy.cpp',
56 'IDBFactoryBackendProxy.h', 56 'IDBFactoryBackendProxy.h',
57 'InbandTextTrackPrivateImpl.cpp',
58 'InbandTextTrackPrivateImpl.h',
59 'InspectorClientImpl.cpp', 57 'InspectorClientImpl.cpp',
60 'InspectorClientImpl.h', 58 'InspectorClientImpl.h',
61 'InspectorFrontendClientImpl.cpp', 59 'InspectorFrontendClientImpl.cpp',
62 'InspectorFrontendClientImpl.h', 60 'InspectorFrontendClientImpl.h',
63 'LinkHighlight.cpp', 61 'LinkHighlight.cpp',
64 'LinkHighlight.h', 62 'LinkHighlight.h',
65 'LocalFileSystemClient.cpp', 63 'LocalFileSystemClient.cpp',
66 'LocalFileSystemClient.h', 64 'LocalFileSystemClient.h',
67 'MIDIClientProxy.cpp', 65 'MIDIClientProxy.cpp',
68 'MIDIClientProxy.h', 66 'MIDIClientProxy.h',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 { 363 {
366 'web_unittest_files': [ 364 'web_unittest_files': [
367 'tests/KeyCodeConversionTestGtk.cpp', 365 'tests/KeyCodeConversionTestGtk.cpp',
368 'tests/WebInputEventFactoryTestGtk.cpp', 366 'tests/WebInputEventFactoryTestGtk.cpp',
369 ], 367 ],
370 } 368 }
371 ], 369 ],
372 ], 370 ],
373 }, 371 },
374 } 372 }
OLDNEW
« no previous file with comments | « Source/web/WebMediaPlayerClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698