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

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

Issue 1295553002: Revert of Better handle reentrancy into DocumentLoader::dataReceived(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/tests/DocumentLoaderTest.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'PluginPlaceholderImplTest.cpp', 262 'PluginPlaceholderImplTest.cpp',
263 'WebDragDataTest.cpp', 263 'WebDragDataTest.cpp',
264 'WebEmbeddedWorkerImplTest.cpp', 264 'WebEmbeddedWorkerImplTest.cpp',
265 'WebNodeTest.cpp', 265 'WebNodeTest.cpp',
266 'WebElementTest.cpp', 266 'WebElementTest.cpp',
267 # FIXME: Move the tests from web/tests/ to appropriate places. 267 # FIXME: Move the tests from web/tests/ to appropriate places.
268 # crbug.com/353585 268 # crbug.com/353585
269 'tests/ActivityLoggerTest.cpp', 269 'tests/ActivityLoggerTest.cpp',
270 'tests/ChromeClientImplTest.cpp', 270 'tests/ChromeClientImplTest.cpp',
271 'tests/CustomEventTest.cpp', 271 'tests/CustomEventTest.cpp',
272 'tests/DocumentLoaderTest.cpp',
273 'tests/FakeWebPlugin.cpp', 272 'tests/FakeWebPlugin.cpp',
274 'tests/FakeWebPlugin.h', 273 'tests/FakeWebPlugin.h',
275 'tests/FrameLoaderClientImplTest.cpp', 274 'tests/FrameLoaderClientImplTest.cpp',
276 'tests/FrameTestHelpers.cpp', 275 'tests/FrameTestHelpers.cpp',
277 'tests/FrameTestHelpers.h', 276 'tests/FrameTestHelpers.h',
278 'tests/ImeOnFocusTest.cpp', 277 'tests/ImeOnFocusTest.cpp',
279 'tests/KeyboardTest.cpp', 278 'tests/KeyboardTest.cpp',
280 'tests/ListenerLeakTest.cpp', 279 'tests/ListenerLeakTest.cpp',
281 'tests/MHTMLTest.cpp', 280 'tests/MHTMLTest.cpp',
282 'tests/OpenTypeVerticalDataTest.cpp', 281 'tests/OpenTypeVerticalDataTest.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 { 313 {
315 'web_unittest_files': [ 314 'web_unittest_files': [
316 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 315 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
317 'tests/ScrollAnimatorNoneTest.cpp', 316 'tests/ScrollAnimatorNoneTest.cpp',
318 ], 317 ],
319 } 318 }
320 ], 319 ],
321 ], 320 ],
322 }, 321 },
323 } 322 }
OLDNEW
« no previous file with comments | « Source/web/tests/DocumentLoaderTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698