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

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

Issue 481913002: [DevTools] Merge InspectorFrontendClientImpl into WebDevToolsFrontendImpl and remove unused code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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
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 27 matching lines...) Expand all
38 'FullscreenController.cpp', 38 'FullscreenController.cpp',
39 'FullscreenController.h', 39 'FullscreenController.h',
40 'GeolocationClientProxy.cpp', 40 'GeolocationClientProxy.cpp',
41 'GeolocationClientProxy.h', 41 'GeolocationClientProxy.h',
42 'GraphicsLayerFactoryChromium.cpp', 42 'GraphicsLayerFactoryChromium.cpp',
43 'GraphicsLayerFactoryChromium.h', 43 'GraphicsLayerFactoryChromium.h',
44 'IndexedDBClientImpl.cpp', 44 'IndexedDBClientImpl.cpp',
45 'IndexedDBClientImpl.h', 45 'IndexedDBClientImpl.h',
46 'InspectorClientImpl.cpp', 46 'InspectorClientImpl.cpp',
47 'InspectorClientImpl.h', 47 'InspectorClientImpl.h',
48 'InspectorFrontendClientImpl.cpp',
49 'InspectorFrontendClientImpl.h',
50 'LinkHighlight.cpp', 48 'LinkHighlight.cpp',
51 'LinkHighlight.h', 49 'LinkHighlight.h',
52 'LocalFileSystemClient.cpp', 50 'LocalFileSystemClient.cpp',
53 'LocalFileSystemClient.h', 51 'LocalFileSystemClient.h',
54 'MediaKeysClientImpl.cpp', 52 'MediaKeysClientImpl.cpp',
55 'MediaKeysClientImpl.h', 53 'MediaKeysClientImpl.h',
56 'MIDIClientProxy.cpp', 54 'MIDIClientProxy.cpp',
57 'MIDIClientProxy.h', 55 'MIDIClientProxy.h',
58 'NavigatorContentUtilsClientImpl.cpp', 56 'NavigatorContentUtilsClientImpl.cpp',
59 'NavigatorContentUtilsClientImpl.h', 57 'NavigatorContentUtilsClientImpl.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ['os_posix==1 and OS!="mac"', 339 ['os_posix==1 and OS!="mac"',
342 { 340 {
343 'web_unittest_files': [ 341 'web_unittest_files': [
344 'tests/LocaleICUTest.cpp', 342 'tests/LocaleICUTest.cpp',
345 ], 343 ],
346 } 344 }
347 ], 345 ],
348 ], 346 ],
349 }, 347 },
350 } 348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698