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

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

Issue 1355563003: Devtools: Rename InspectorOverlayImpl to InspectorOverlay (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 29 matching lines...) Expand all
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 'IndexedDBClientImpl.cpp', 46 'IndexedDBClientImpl.cpp',
47 'IndexedDBClientImpl.h', 47 'IndexedDBClientImpl.h',
48 'InspectorEmulationAgent.cpp', 48 'InspectorEmulationAgent.cpp',
49 'InspectorEmulationAgent.h', 49 'InspectorEmulationAgent.h',
50 'InspectorOverlayImpl.cpp', 50 'InspectorOverlay.cpp',
51 'InspectorOverlayImpl.h', 51 'InspectorOverlay.h',
52 'InspectorRenderingAgent.cpp', 52 'InspectorRenderingAgent.cpp',
53 'InspectorRenderingAgent.h', 53 'InspectorRenderingAgent.h',
54 'LinkHighlightImpl.cpp', 54 'LinkHighlightImpl.cpp',
55 'LinkHighlightImpl.h', 55 'LinkHighlightImpl.h',
56 'LocalFileSystemClient.cpp', 56 'LocalFileSystemClient.cpp',
57 'LocalFileSystemClient.h', 57 'LocalFileSystemClient.h',
58 'MIDIClientProxy.cpp', 58 'MIDIClientProxy.cpp',
59 'MIDIClientProxy.h', 59 'MIDIClientProxy.h',
60 'MediaKeysClientImpl.cpp', 60 'MediaKeysClientImpl.cpp',
61 'MediaKeysClientImpl.h', 61 'MediaKeysClientImpl.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 334 {
335 'web_unittest_files': [ 335 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 337 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 338 ],
339 } 339 }
340 ], 340 ],
341 ], 341 ],
342 }, 342 },
343 } 343 }
OLDNEW
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698