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

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

Issue 1303233007: Blink Plugins: Remove Shadow DOM plugin placeholder tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/tests/FrameLoaderClientImplTest.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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'mac/WebSubstringUtil.mm', 253 'mac/WebSubstringUtil.mm',
254 'painting/PaintAggregator.cpp', 254 'painting/PaintAggregator.cpp',
255 'painting/PaintAggregator.h', 255 'painting/PaintAggregator.h',
256 'win/WebFontRendering.cpp', 256 'win/WebFontRendering.cpp',
257 ], 257 ],
258 'web_unittest_files': [ 258 'web_unittest_files': [
259 'AssociatedURLLoaderTest.cpp', 259 'AssociatedURLLoaderTest.cpp',
260 'ExternalPopupMenuTest.cpp', 260 'ExternalPopupMenuTest.cpp',
261 'LinkHighlightImplTest.cpp', 261 'LinkHighlightImplTest.cpp',
262 'PageOverlayTest.cpp', 262 'PageOverlayTest.cpp',
263 'PluginPlaceholderImplTest.cpp',
264 'WebDragDataTest.cpp', 263 'WebDragDataTest.cpp',
265 'WebEmbeddedWorkerImplTest.cpp', 264 'WebEmbeddedWorkerImplTest.cpp',
266 'WebNodeTest.cpp', 265 'WebNodeTest.cpp',
267 'WebElementTest.cpp', 266 'WebElementTest.cpp',
268 # FIXME: Move the tests from web/tests/ to appropriate places. 267 # FIXME: Move the tests from web/tests/ to appropriate places.
269 # crbug.com/353585 268 # crbug.com/353585
270 'tests/ActivityLoggerTest.cpp', 269 'tests/ActivityLoggerTest.cpp',
271 'tests/ChromeClientImplTest.cpp', 270 'tests/ChromeClientImplTest.cpp',
272 'tests/CustomEventTest.cpp', 271 'tests/CustomEventTest.cpp',
273 'tests/DocumentLoaderTest.cpp', 272 'tests/DocumentLoaderTest.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 { 322 {
324 'web_unittest_files': [ 323 'web_unittest_files': [
325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
326 'tests/ScrollAnimatorNoneTest.cpp', 325 'tests/ScrollAnimatorNoneTest.cpp',
327 ], 326 ],
328 } 327 }
329 ], 328 ],
330 ], 329 ],
331 }, 330 },
332 } 331 }
OLDNEW
« no previous file with comments | « Source/web/tests/FrameLoaderClientImplTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698