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

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

Issue 1412593003: Remove WebGraphicsContext/WebGraphicsContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove another include WebGraphicsContext.h Created 5 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
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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'WebFormElement.cpp', 149 'WebFormElement.cpp',
150 'WebFrame.cpp', 150 'WebFrame.cpp',
151 'WebFrameWidgetImpl.cpp', 151 'WebFrameWidgetImpl.cpp',
152 'WebFrameWidgetImpl.h', 152 'WebFrameWidgetImpl.h',
153 'WebGeolocationController.cpp', 153 'WebGeolocationController.cpp',
154 'WebGeolocationError.cpp', 154 'WebGeolocationError.cpp',
155 'WebGeolocationPermissionRequest.cpp', 155 'WebGeolocationPermissionRequest.cpp',
156 'WebGeolocationPermissionRequestManager.cpp', 156 'WebGeolocationPermissionRequestManager.cpp',
157 'WebGeolocationPosition.cpp', 157 'WebGeolocationPosition.cpp',
158 'WebGlyphCache.cpp', 158 'WebGlyphCache.cpp',
159 'WebGraphicsContextImpl.cpp',
160 'WebGraphicsContextImpl.h',
161 'WebHeap.cpp', 159 'WebHeap.cpp',
162 'WebHelperPluginImpl.cpp', 160 'WebHelperPluginImpl.cpp',
163 'WebHelperPluginImpl.h', 161 'WebHelperPluginImpl.h',
164 'WebHistoryItem.cpp', 162 'WebHistoryItem.cpp',
165 'WebHitTestResult.cpp', 163 'WebHitTestResult.cpp',
166 'WebIDBKey.cpp', 164 'WebIDBKey.cpp',
167 'WebIDBKeyRange.cpp', 165 'WebIDBKeyRange.cpp',
168 'WebImageCache.cpp', 166 'WebImageCache.cpp',
169 'WebImageDecoder.cpp', 167 'WebImageDecoder.cpp',
170 'WebInputElement.cpp', 168 'WebInputElement.cpp',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 { 322 {
325 'web_unittest_files': [ 323 'web_unittest_files': [
326 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
327 'tests/ScrollAnimatorNoneTest.cpp', 325 'tests/ScrollAnimatorNoneTest.cpp',
328 ], 326 ],
329 } 327 }
330 ], 328 ],
331 ], 329 ],
332 }, 330 },
333 } 331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698