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

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

Issue 142703003: Make PopupMenuTest run on all platforms. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/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 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'BackForwardClientImpl.cpp', 9 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 10 'BackForwardClientImpl.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'tests/KeyboardTest.cpp', 293 'tests/KeyboardTest.cpp',
294 'tests/LinkHighlightTest.cpp', 294 'tests/LinkHighlightTest.cpp',
295 'tests/ListenerLeakTest.cpp', 295 'tests/ListenerLeakTest.cpp',
296 'tests/MemoryInfo.cpp', 296 'tests/MemoryInfo.cpp',
297 'tests/MockWebGraphicsContext3D.h', 297 'tests/MockWebGraphicsContext3D.h',
298 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 298 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
299 'tests/OpenTypeVerticalDataTest.cpp', 299 'tests/OpenTypeVerticalDataTest.cpp',
300 'tests/PageSerializerTest.cpp', 300 'tests/PageSerializerTest.cpp',
301 'tests/PaintAggregatorTest.cpp', 301 'tests/PaintAggregatorTest.cpp',
302 'tests/PopupContainerTest.cpp', 302 'tests/PopupContainerTest.cpp',
303 'tests/PopupMenuTest.cpp',
303 'tests/PrerenderingTest.cpp', 304 'tests/PrerenderingTest.cpp',
304 'tests/ProgrammaticScrollTest.cpp', 305 'tests/ProgrammaticScrollTest.cpp',
305 'tests/RenderTableCellTest.cpp', 306 'tests/RenderTableCellTest.cpp',
306 'tests/RenderTableRowTest.cpp', 307 'tests/RenderTableRowTest.cpp',
307 'tests/ScrollingCoordinatorChromiumTest.cpp', 308 'tests/ScrollingCoordinatorChromiumTest.cpp',
308 'tests/SpinLockTest.cpp', 309 'tests/SpinLockTest.cpp',
309 'tests/TouchActionTest.cpp', 310 'tests/TouchActionTest.cpp',
310 'tests/URLTestHelpers.cpp', 311 'tests/URLTestHelpers.cpp',
311 'tests/URLTestHelpers.h', 312 'tests/URLTestHelpers.h',
312 'tests/ViewportTest.cpp', 313 'tests/ViewportTest.cpp',
(...skipping 11 matching lines...) Expand all
324 'tests/WebURLRequestTest.cpp', 325 'tests/WebURLRequestTest.cpp',
325 'tests/WebURLResponseTest.cpp', 326 'tests/WebURLResponseTest.cpp',
326 'tests/WebUserGestureTokenTest.cpp', 327 'tests/WebUserGestureTokenTest.cpp',
327 'tests/WebViewTest.cpp', 328 'tests/WebViewTest.cpp',
328 ], 329 ],
329 'conditions': [ 330 'conditions': [
330 ['OS=="win"', 331 ['OS=="win"',
331 { 332 {
332 'web_unittest_files': [ 333 'web_unittest_files': [
333 'tests/LocaleWinTest.cpp', 334 'tests/LocaleWinTest.cpp',
334 # FIXME: Port PopupMenuTest to Linux and Mac.
335 'tests/PopupMenuTest.cpp',
336 'tests/TransparencyWinTest.cpp', 335 'tests/TransparencyWinTest.cpp',
337 'tests/WebPageNewSerializerTest.cpp', 336 'tests/WebPageNewSerializerTest.cpp',
338 'tests/WebPageSerializerTest.cpp', 337 'tests/WebPageSerializerTest.cpp',
339 ], 338 ],
340 } 339 }
341 ], 340 ],
342 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines', 341 ['OS=="win" and "ENABLE_HARFBUZZ_ON_WINDOWS=0" in feature_defines',
343 { 342 {
344 'web_unittest_files': [ 343 'web_unittest_files': [
345 'tests/UniscribeHelperTest.cpp', 344 'tests/UniscribeHelperTest.cpp',
(...skipping 26 matching lines...) Expand all
372 { 371 {
373 'web_unittest_files': [ 372 'web_unittest_files': [
374 'tests/KeyCodeConversionTestGtk.cpp', 373 'tests/KeyCodeConversionTestGtk.cpp',
375 'tests/WebInputEventFactoryTestGtk.cpp', 374 'tests/WebInputEventFactoryTestGtk.cpp',
376 ], 375 ],
377 } 376 }
378 ], 377 ],
379 ], 378 ],
380 }, 379 },
381 } 380 }
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