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

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

Issue 1187813010: Check whether the shadow page has been loaded in WebEmbeddedWorkerImpl::terminateWorkerContext(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add tests Created 5 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
« no previous file with comments | « Source/web/WebEmbeddedWorkerImplTest.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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'painting/PaintAggregator.cpp', 256 'painting/PaintAggregator.cpp',
257 'painting/PaintAggregator.h', 257 'painting/PaintAggregator.h',
258 'win/WebFontRendering.cpp', 258 'win/WebFontRendering.cpp',
259 ], 259 ],
260 'web_unittest_files': [ 260 'web_unittest_files': [
261 'AssociatedURLLoaderTest.cpp', 261 'AssociatedURLLoaderTest.cpp',
262 'ExternalPopupMenuTest.cpp', 262 'ExternalPopupMenuTest.cpp',
263 'PageOverlayTest.cpp', 263 'PageOverlayTest.cpp',
264 'PluginPlaceholderImplTest.cpp', 264 'PluginPlaceholderImplTest.cpp',
265 'WebDragDataTest.cpp', 265 'WebDragDataTest.cpp',
266 'WebEmbeddedWorkerImplTest.cpp',
266 'WebNodeTest.cpp', 267 'WebNodeTest.cpp',
267 # FIXME: Move the tests from web/tests/ to appropriate places. 268 # FIXME: Move the tests from web/tests/ to appropriate places.
268 # crbug.com/353585 269 # crbug.com/353585
269 'tests/ActivityLoggerTest.cpp', 270 'tests/ActivityLoggerTest.cpp',
270 'tests/ChromeClientImplTest.cpp', 271 'tests/ChromeClientImplTest.cpp',
271 'tests/CustomEventTest.cpp', 272 'tests/CustomEventTest.cpp',
272 'tests/FakeWebPlugin.cpp', 273 'tests/FakeWebPlugin.cpp',
273 'tests/FakeWebPlugin.h', 274 'tests/FakeWebPlugin.h',
274 'tests/FrameLoaderClientImplTest.cpp', 275 'tests/FrameLoaderClientImplTest.cpp',
275 'tests/FrameTestHelpers.cpp', 276 'tests/FrameTestHelpers.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 { 322 {
322 'web_unittest_files': [ 323 'web_unittest_files': [
323 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
324 'tests/ScrollAnimatorNoneTest.cpp', 325 'tests/ScrollAnimatorNoneTest.cpp',
325 ], 326 ],
326 } 327 }
327 ], 328 ],
328 ], 329 ],
329 }, 330 },
330 } 331 }
OLDNEW
« no previous file with comments | « Source/web/WebEmbeddedWorkerImplTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698