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

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

Issue 246293006: Blink Support for Overlay Scrollbar Animation Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix try server compile error Created 6 years, 6 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
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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'web_unittest_files': [ 326 'web_unittest_files': [
327 'tests/LocaleMacTest.cpp', 327 'tests/LocaleMacTest.cpp',
328 ], 328 ],
329 } 329 }
330 ], 330 ],
331 ['OS!="mac"', 331 ['OS!="mac"',
332 { 332 {
333 'web_unittest_files': [ 333 'web_unittest_files': [
334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
335 'tests/ScrollAnimatorNoneTest.cpp', 335 'tests/ScrollAnimatorNoneTest.cpp',
336 'tests/ScrollbarStateTransitionAnimatorTest.cpp',
336 ], 337 ],
337 } 338 }
338 ], 339 ],
339 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
340 { 341 {
341 'web_unittest_files': [ 342 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
343 ], 344 ],
344 } 345 }
345 ], 346 ],
346 ], 347 ],
347 }, 348 },
348 } 349 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698