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

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

Issue 2071213002: Rename WebMemoryPressureListener -> WebMemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'WebKit.cpp', 165 'WebKit.cpp',
166 'WebLabelElement.cpp', 166 'WebLabelElement.cpp',
167 'WebLeakDetector.cpp', 167 'WebLeakDetector.cpp',
168 'WebLocalFrameImpl.cpp', 168 'WebLocalFrameImpl.cpp',
169 'WebLocalFrameImpl.h', 169 'WebLocalFrameImpl.h',
170 'WebMIDIPermissionRequest.cpp', 170 'WebMIDIPermissionRequest.cpp',
171 'WebMediaDeviceChangeObserver.cpp', 171 'WebMediaDeviceChangeObserver.cpp',
172 'WebMediaDevicesRequest.cpp', 172 'WebMediaDevicesRequest.cpp',
173 'WebMediaStreamRegistry.cpp', 173 'WebMediaStreamRegistry.cpp',
174 'WebMetaElement.cpp', 174 'WebMetaElement.cpp',
175 'WebMemoryPressureListener.cpp', 175 'WebMemoryCoordinator.cpp',
176 'WebNetworkStateNotifier.cpp', 176 'WebNetworkStateNotifier.cpp',
177 'WebNode.cpp', 177 'WebNode.cpp',
178 'WebOptionElement.cpp', 178 'WebOptionElement.cpp',
179 'WebPageImportanceSignals.cpp', 179 'WebPageImportanceSignals.cpp',
180 'WebPagePopupImpl.cpp', 180 'WebPagePopupImpl.cpp',
181 'WebPagePopupImpl.h', 181 'WebPagePopupImpl.h',
182 'WebPepperSocket.cpp', 182 'WebPepperSocket.cpp',
183 'WebPepperSocketChannelClientProxy.h', 183 'WebPepperSocketChannelClientProxy.h',
184 'WebPepperSocketImpl.cpp', 184 'WebPepperSocketImpl.cpp',
185 'WebPepperSocketImpl.h', 185 'WebPepperSocketImpl.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'tests/sim/SimNetwork.h', 299 'tests/sim/SimNetwork.h',
300 'tests/sim/SimRequest.cpp', 300 'tests/sim/SimRequest.cpp',
301 'tests/sim/SimRequest.h', 301 'tests/sim/SimRequest.h',
302 'tests/sim/SimTest.cpp', 302 'tests/sim/SimTest.cpp',
303 'tests/sim/SimTest.h', 303 'tests/sim/SimTest.h',
304 'tests/sim/SimWebViewClient.cpp', 304 'tests/sim/SimWebViewClient.cpp',
305 'tests/sim/SimWebViewClient.h', 305 'tests/sim/SimWebViewClient.h',
306 ], 306 ],
307 }, 307 },
308 } 308 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryPressureListener.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698