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

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

Issue 1335673002: [KeyEvent Mac] Remove the WebInputEventFactory from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/web/web.gyp ('k') | public/blink_headers.gypi » ('j') | 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'WebHitTestResult.cpp', 165 'WebHitTestResult.cpp',
166 'WebIDBKey.cpp', 166 'WebIDBKey.cpp',
167 'WebIDBKeyRange.cpp', 167 'WebIDBKeyRange.cpp',
168 'WebImageCache.cpp', 168 'WebImageCache.cpp',
169 'WebImageDecoder.cpp', 169 'WebImageDecoder.cpp',
170 'WebImageGenerator.cpp', 170 'WebImageGenerator.cpp',
171 'WebInputElement.cpp', 171 'WebInputElement.cpp',
172 'WebInputEvent.cpp', 172 'WebInputEvent.cpp',
173 'WebInputEventConversion.cpp', 173 'WebInputEventConversion.cpp',
174 'WebInputEventConversion.h', 174 'WebInputEventConversion.h',
175 'WebInputEventFactoryMac.mm',
176 'WebKit.cpp', 175 'WebKit.cpp',
177 'WebLabelElement.cpp', 176 'WebLabelElement.cpp',
178 'WebLeakDetector.cpp', 177 'WebLeakDetector.cpp',
179 'WebLocalFrameImpl.cpp', 178 'WebLocalFrameImpl.cpp',
180 'WebLocalFrameImpl.h', 179 'WebLocalFrameImpl.h',
181 'WebMIDIPermissionRequest.cpp', 180 'WebMIDIPermissionRequest.cpp',
182 'WebMediaDevicesRequest.cpp', 181 'WebMediaDevicesRequest.cpp',
183 'WebMediaStreamRegistry.cpp', 182 'WebMediaStreamRegistry.cpp',
184 'WebNetworkStateNotifier.cpp', 183 'WebNetworkStateNotifier.cpp',
185 'WebNode.cpp', 184 'WebNode.cpp',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'tests/TextFinderTest.cpp', 288 'tests/TextFinderTest.cpp',
290 'tests/TopControlsTest.cpp', 289 'tests/TopControlsTest.cpp',
291 'tests/TouchActionTest.cpp', 290 'tests/TouchActionTest.cpp',
292 'tests/ViewportTest.cpp', 291 'tests/ViewportTest.cpp',
293 'tests/VisualViewportTest.cpp', 292 'tests/VisualViewportTest.cpp',
294 'tests/WebDocumentTest.cpp', 293 'tests/WebDocumentTest.cpp',
295 'tests/WebFrameTest.cpp', 294 'tests/WebFrameTest.cpp',
296 'tests/WebHelperPluginTest.cpp', 295 'tests/WebHelperPluginTest.cpp',
297 'tests/WebImageTest.cpp', 296 'tests/WebImageTest.cpp',
298 'tests/WebInputEventConversionTest.cpp', 297 'tests/WebInputEventConversionTest.cpp',
299 'tests/WebInputEventFactoryTestMac.mm',
300 'tests/WebPageSerializerTest.cpp', 298 'tests/WebPageSerializerTest.cpp',
301 'tests/WebPluginContainerTest.cpp', 299 'tests/WebPluginContainerTest.cpp',
302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 300 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
303 'tests/WebSearchableFormDataTest.cpp', 301 'tests/WebSearchableFormDataTest.cpp',
304 'tests/WebSelectorTest.cpp', 302 'tests/WebSelectorTest.cpp',
305 'tests/WebURLRequestTest.cpp', 303 'tests/WebURLRequestTest.cpp',
306 'tests/WebURLResponseTest.cpp', 304 'tests/WebURLResponseTest.cpp',
307 'tests/WebUnitTests.cpp', 305 'tests/WebUnitTests.cpp',
308 'tests/WebUserGestureTokenTest.cpp', 306 'tests/WebUserGestureTokenTest.cpp',
309 'tests/WebViewTest.cpp', 307 'tests/WebViewTest.cpp',
(...skipping 24 matching lines...) Expand all
334 { 332 {
335 'web_unittest_files': [ 333 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 335 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 336 ],
339 } 337 }
340 ], 338 ],
341 ], 339 ],
342 }, 340 },
343 } 341 }
OLDNEW
« no previous file with comments | « Source/web/web.gyp ('k') | public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698