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

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

Issue 1329553004: Add a FOUC painting test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clean up. 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 | Annotate | Revision Log
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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'tests/WebPageSerializerTest.cpp', 300 'tests/WebPageSerializerTest.cpp',
301 'tests/WebPluginContainerTest.cpp', 301 'tests/WebPluginContainerTest.cpp',
302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', 302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp',
303 'tests/WebSearchableFormDataTest.cpp', 303 'tests/WebSearchableFormDataTest.cpp',
304 'tests/WebSelectorTest.cpp', 304 'tests/WebSelectorTest.cpp',
305 'tests/WebURLRequestTest.cpp', 305 'tests/WebURLRequestTest.cpp',
306 'tests/WebURLResponseTest.cpp', 306 'tests/WebURLResponseTest.cpp',
307 'tests/WebUnitTests.cpp', 307 'tests/WebUnitTests.cpp',
308 'tests/WebUserGestureTokenTest.cpp', 308 'tests/WebUserGestureTokenTest.cpp',
309 'tests/WebViewTest.cpp', 309 'tests/WebViewTest.cpp',
310 'tests/sim/SimCompositor.cpp',
311 'tests/sim/SimCompositor.h',
312 'tests/sim/SimDisplayItemList.cpp',
313 'tests/sim/SimDisplayItemList.h',
314 'tests/sim/SimLayerTreeView.cpp',
315 'tests/sim/SimLayerTreeView.h',
310 'tests/sim/SimNetwork.cpp', 316 'tests/sim/SimNetwork.cpp',
311 'tests/sim/SimNetwork.h', 317 'tests/sim/SimNetwork.h',
312 'tests/sim/SimRequest.cpp', 318 'tests/sim/SimRequest.cpp',
313 'tests/sim/SimRequest.h', 319 'tests/sim/SimRequest.h',
314 'tests/sim/SimWebViewClient.cpp', 320 'tests/sim/SimWebViewClient.cpp',
315 'tests/sim/SimWebViewClient.h', 321 'tests/sim/SimWebViewClient.h',
316 'tests/sim/SimLayerTreeView.cpp',
317 'tests/sim/SimLayerTreeView.h',
318 ], 322 ],
319 'conditions': [ 323 'conditions': [
320 ['OS=="win"', 324 ['OS=="win"',
321 { 325 {
322 'web_unittest_files': [ 326 'web_unittest_files': [
323 'tests/WebPageSerializerTest.cpp', 327 'tests/WebPageSerializerTest.cpp',
324 ], 328 ],
325 } 329 }
326 ], 330 ],
327 ['OS!="mac"', 331 ['OS!="mac"',
328 { 332 {
329 'web_unittest_files': [ 333 'web_unittest_files': [
330 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
331 'tests/ScrollAnimatorNoneTest.cpp', 335 'tests/ScrollAnimatorNoneTest.cpp',
332 ], 336 ],
333 } 337 }
334 ], 338 ],
335 ], 339 ],
336 }, 340 },
337 } 341 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698