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

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

Issue 506543002: Move PopupMenu Tests from Source/web/tests to Source/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « Source/web/tests/PopupMenuTest.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 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'mac/WebScrollbarTheme.mm', 253 'mac/WebScrollbarTheme.mm',
254 'mac/WebSubstringUtil.mm', 254 'mac/WebSubstringUtil.mm',
255 'painting/ContinuousPainter.cpp', 255 'painting/ContinuousPainter.cpp',
256 'painting/ContinuousPainter.h', 256 'painting/ContinuousPainter.h',
257 'painting/PaintAggregator.cpp', 257 'painting/PaintAggregator.cpp',
258 'painting/PaintAggregator.h', 258 'painting/PaintAggregator.h',
259 'win/WebFontRendering.cpp', 259 'win/WebFontRendering.cpp',
260 ], 260 ],
261 'web_unittest_files': [ 261 'web_unittest_files': [
262 'ExternalPopupMenuTest.cpp', 262 'ExternalPopupMenuTest.cpp',
263 'PopupContainerTest.cpp',
264 'PopupMenuTest.cpp',
263 'WebNodeTest.cpp', 265 'WebNodeTest.cpp',
264 # FIXME: Move the tests from web/tests/ to appropriate places. 266 # FIXME: Move the tests from web/tests/ to appropriate places.
265 # crbug.com/353585 267 # crbug.com/353585
266 'tests/ActivityLoggerTest.cpp', 268 'tests/ActivityLoggerTest.cpp',
267 'tests/AssociatedURLLoaderTest.cpp', 269 'tests/AssociatedURLLoaderTest.cpp',
268 'tests/ChromeClientImplTest.cpp', 270 'tests/ChromeClientImplTest.cpp',
269 'tests/CustomEventTest.cpp', 271 'tests/CustomEventTest.cpp',
270 'tests/FakeWebPlugin.cpp', 272 'tests/FakeWebPlugin.cpp',
271 'tests/FakeWebPlugin.h', 273 'tests/FakeWebPlugin.h',
272 'tests/FrameLoaderClientImplTest.cpp', 274 'tests/FrameLoaderClientImplTest.cpp',
273 'tests/FrameTestHelpers.cpp', 275 'tests/FrameTestHelpers.cpp',
274 'tests/FrameTestHelpers.h', 276 'tests/FrameTestHelpers.h',
275 'tests/ImeOnFocusTest.cpp', 277 'tests/ImeOnFocusTest.cpp',
276 'tests/KeyboardTest.cpp', 278 'tests/KeyboardTest.cpp',
277 'tests/LinkHighlightTest.cpp', 279 'tests/LinkHighlightTest.cpp',
278 'tests/ListenerLeakTest.cpp', 280 'tests/ListenerLeakTest.cpp',
279 'tests/MemoryInfo.cpp', 281 'tests/MemoryInfo.cpp',
280 'tests/MHTMLTest.cpp', 282 'tests/MHTMLTest.cpp',
281 'tests/OpenTypeVerticalDataTest.cpp', 283 'tests/OpenTypeVerticalDataTest.cpp',
282 'tests/PageSerializerTest.cpp', 284 'tests/PageSerializerTest.cpp',
283 'tests/PaintAggregatorTest.cpp', 285 'tests/PaintAggregatorTest.cpp',
284 'tests/PinchViewportTest.cpp', 286 'tests/PinchViewportTest.cpp',
285 'tests/PopupContainerTest.cpp',
286 'tests/PopupMenuTest.cpp',
287 'tests/PrerenderingTest.cpp', 287 'tests/PrerenderingTest.cpp',
288 'tests/ProgrammaticScrollTest.cpp', 288 'tests/ProgrammaticScrollTest.cpp',
289 'tests/RenderGeometryMapTest.cpp', 289 'tests/RenderGeometryMapTest.cpp',
290 'tests/ScrollingCoordinatorChromiumTest.cpp', 290 'tests/ScrollingCoordinatorChromiumTest.cpp',
291 'tests/SpinLockTest.cpp', 291 'tests/SpinLockTest.cpp',
292 'tests/TextFinderTest.cpp', 292 'tests/TextFinderTest.cpp',
293 'tests/TouchActionTest.cpp', 293 'tests/TouchActionTest.cpp',
294 'tests/ViewportTest.cpp', 294 'tests/ViewportTest.cpp',
295 'tests/WebDocumentTest.cpp', 295 'tests/WebDocumentTest.cpp',
296 'tests/WebFrameTest.cpp', 296 'tests/WebFrameTest.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ['os_posix==1 and OS!="mac"', 338 ['os_posix==1 and OS!="mac"',
339 { 339 {
340 'web_unittest_files': [ 340 'web_unittest_files': [
341 'tests/LocaleICUTest.cpp', 341 'tests/LocaleICUTest.cpp',
342 ], 342 ],
343 } 343 }
344 ], 344 ],
345 ], 345 ],
346 }, 346 },
347 } 347 }
OLDNEW
« no previous file with comments | « Source/web/tests/PopupMenuTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698