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

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: fix build. 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
« no previous file with comments | « Source/web/tests/sim/SimRequest.cpp ('k') | public/platform/WebDisplayItemList.h » ('j') | 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 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/SimCanvas.cpp',
313 'tests/sim/SimCanvas.h',
314 'tests/sim/SimDisplayItemList.cpp',
315 'tests/sim/SimDisplayItemList.h',
316 'tests/sim/SimLayerTreeView.cpp',
317 'tests/sim/SimLayerTreeView.h',
310 'tests/sim/SimNetwork.cpp', 318 'tests/sim/SimNetwork.cpp',
311 'tests/sim/SimNetwork.h', 319 'tests/sim/SimNetwork.h',
312 'tests/sim/SimRequest.cpp', 320 'tests/sim/SimRequest.cpp',
313 'tests/sim/SimRequest.h', 321 'tests/sim/SimRequest.h',
314 'tests/sim/SimWebViewClient.cpp', 322 'tests/sim/SimWebViewClient.cpp',
315 'tests/sim/SimWebViewClient.h', 323 'tests/sim/SimWebViewClient.h',
316 'tests/sim/SimLayerTreeView.cpp',
317 'tests/sim/SimLayerTreeView.h',
318 ], 324 ],
319 'conditions': [ 325 'conditions': [
320 ['OS=="win"', 326 ['OS=="win"',
321 { 327 {
322 'web_unittest_files': [ 328 'web_unittest_files': [
323 'tests/WebPageSerializerTest.cpp', 329 'tests/WebPageSerializerTest.cpp',
324 ], 330 ],
325 } 331 }
326 ], 332 ],
327 ['OS!="mac"', 333 ['OS!="mac"',
328 { 334 {
329 'web_unittest_files': [ 335 'web_unittest_files': [
330 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
331 'tests/ScrollAnimatorNoneTest.cpp', 337 'tests/ScrollAnimatorNoneTest.cpp',
332 ], 338 ],
333 } 339 }
334 ], 340 ],
335 ], 341 ],
336 }, 342 },
337 } 343 }
OLDNEW
« no previous file with comments | « Source/web/tests/sim/SimRequest.cpp ('k') | public/platform/WebDisplayItemList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698