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

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

Issue 1367333002: Remove WebDocument::createEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'LinkHighlightImplTest.cpp', 259 'LinkHighlightImplTest.cpp',
260 'PageOverlayTest.cpp', 260 'PageOverlayTest.cpp',
261 'WebDragDataTest.cpp', 261 'WebDragDataTest.cpp',
262 'WebEmbeddedWorkerImplTest.cpp', 262 'WebEmbeddedWorkerImplTest.cpp',
263 'WebNodeTest.cpp', 263 'WebNodeTest.cpp',
264 'WebElementTest.cpp', 264 'WebElementTest.cpp',
265 # FIXME: Move the tests from web/tests/ to appropriate places. 265 # FIXME: Move the tests from web/tests/ to appropriate places.
266 # crbug.com/353585 266 # crbug.com/353585
267 'tests/ActivityLoggerTest.cpp', 267 'tests/ActivityLoggerTest.cpp',
268 'tests/ChromeClientImplTest.cpp', 268 'tests/ChromeClientImplTest.cpp',
269 'tests/CustomEventTest.cpp',
270 'tests/DocumentLoaderTest.cpp', 269 'tests/DocumentLoaderTest.cpp',
271 'tests/DocumentLoadingRenderingTest.cpp', 270 'tests/DocumentLoadingRenderingTest.cpp',
272 'tests/FakeWebPlugin.cpp', 271 'tests/FakeWebPlugin.cpp',
273 'tests/FakeWebPlugin.h', 272 'tests/FakeWebPlugin.h',
274 'tests/FrameLoaderClientImplTest.cpp', 273 'tests/FrameLoaderClientImplTest.cpp',
275 'tests/FrameTestHelpers.cpp', 274 'tests/FrameTestHelpers.cpp',
276 'tests/FrameTestHelpers.h', 275 'tests/FrameTestHelpers.h',
277 'tests/ImeOnFocusTest.cpp', 276 'tests/ImeOnFocusTest.cpp',
278 'tests/KeyboardTest.cpp', 277 'tests/KeyboardTest.cpp',
279 'tests/ListenerLeakTest.cpp', 278 'tests/ListenerLeakTest.cpp',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 333 {
335 'web_unittest_files': [ 334 'web_unittest_files': [
336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 335 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
337 'tests/ScrollAnimatorNoneTest.cpp', 336 'tests/ScrollAnimatorNoneTest.cpp',
338 ], 337 ],
339 } 338 }
340 ], 339 ],
341 ], 340 ],
342 }, 341 },
343 } 342 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698