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

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

Issue 225023020: IDBFactoryBackend -> IndexedDBClient, remove indexeddb/chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename some lingering 'factory' ferences to 'client' Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebKit.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 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 25 matching lines...) Expand all
36 'FindInPageCoordinates.cpp', 36 'FindInPageCoordinates.cpp',
37 'FindInPageCoordinates.h', 37 'FindInPageCoordinates.h',
38 'FrameLoaderClientImpl.cpp', 38 'FrameLoaderClientImpl.cpp',
39 'FrameLoaderClientImpl.h', 39 'FrameLoaderClientImpl.h',
40 'FullscreenController.cpp', 40 'FullscreenController.cpp',
41 'FullscreenController.h', 41 'FullscreenController.h',
42 'GeolocationClientProxy.cpp', 42 'GeolocationClientProxy.cpp',
43 'GeolocationClientProxy.h', 43 'GeolocationClientProxy.h',
44 'GraphicsLayerFactoryChromium.cpp', 44 'GraphicsLayerFactoryChromium.cpp',
45 'GraphicsLayerFactoryChromium.h', 45 'GraphicsLayerFactoryChromium.h',
46 'IDBFactoryBackendProxy.cpp', 46 'IndexedDBClientImpl.cpp',
47 'IDBFactoryBackendProxy.h', 47 'IndexedDBClientImpl.h',
48 'InspectorClientImpl.cpp', 48 'InspectorClientImpl.cpp',
49 'InspectorClientImpl.h', 49 'InspectorClientImpl.h',
50 'InspectorFrontendClientImpl.cpp', 50 'InspectorFrontendClientImpl.cpp',
51 'InspectorFrontendClientImpl.h', 51 'InspectorFrontendClientImpl.h',
52 'LinkHighlight.cpp', 52 'LinkHighlight.cpp',
53 'LinkHighlight.h', 53 'LinkHighlight.h',
54 'LocalFileSystemClient.cpp', 54 'LocalFileSystemClient.cpp',
55 'LocalFileSystemClient.h', 55 'LocalFileSystemClient.h',
56 'MediaKeysClientImpl.cpp', 56 'MediaKeysClientImpl.cpp',
57 'MediaKeysClientImpl.h', 57 'MediaKeysClientImpl.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ['os_posix==1 and OS!="mac"', 337 ['os_posix==1 and OS!="mac"',
338 { 338 {
339 'web_unittest_files': [ 339 'web_unittest_files': [
340 'tests/LocaleICUTest.cpp', 340 'tests/LocaleICUTest.cpp',
341 ], 341 ],
342 } 342 }
343 ], 343 ],
344 ], 344 ],
345 }, 345 },
346 } 346 }
OLDNEW
« no previous file with comments | « Source/web/WebKit.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698