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

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

Issue 1316673009: Revert of Add a FOUC painting test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | 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/SimDisplayItemList.cpp',
313 'tests/sim/SimDisplayItemList.h',
314 'tests/sim/SimLayerTreeView.cpp',
315 'tests/sim/SimLayerTreeView.h',
316 'tests/sim/SimNetwork.cpp', 310 'tests/sim/SimNetwork.cpp',
317 'tests/sim/SimNetwork.h', 311 'tests/sim/SimNetwork.h',
318 'tests/sim/SimRequest.cpp', 312 'tests/sim/SimRequest.cpp',
319 'tests/sim/SimRequest.h', 313 'tests/sim/SimRequest.h',
320 'tests/sim/SimWebViewClient.cpp', 314 'tests/sim/SimWebViewClient.cpp',
321 'tests/sim/SimWebViewClient.h', 315 'tests/sim/SimWebViewClient.h',
316 'tests/sim/SimLayerTreeView.cpp',
317 'tests/sim/SimLayerTreeView.h',
322 ], 318 ],
323 'conditions': [ 319 'conditions': [
324 ['OS=="win"', 320 ['OS=="win"',
325 { 321 {
326 'web_unittest_files': [ 322 'web_unittest_files': [
327 'tests/WebPageSerializerTest.cpp', 323 'tests/WebPageSerializerTest.cpp',
328 ], 324 ],
329 } 325 }
330 ], 326 ],
331 ['OS!="mac"', 327 ['OS!="mac"',
332 { 328 {
333 'web_unittest_files': [ 329 'web_unittest_files': [
334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 330 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
335 'tests/ScrollAnimatorNoneTest.cpp', 331 'tests/ScrollAnimatorNoneTest.cpp',
336 ], 332 ],
337 } 333 }
338 ], 334 ],
339 ], 335 ],
340 }, 336 },
341 } 337 }
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