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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1450953002: Revert of Move ScrollAnimatorTest.cpp to Source/platform/scroll/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 ] 1091 ]
1092 } 1092 }
1093 ], 1093 ],
1094 ['os_posix==1 and OS!="mac"', 1094 ['os_posix==1 and OS!="mac"',
1095 { 1095 {
1096 'platform_test_files': [ 1096 'platform_test_files': [
1097 'text/LocaleICUTest.cpp', 1097 'text/LocaleICUTest.cpp',
1098 ], 1098 ],
1099 } 1099 }
1100 ], 1100 ],
1101 ['OS!="mac"',
1102 {
1103 'platform_test_files': [
1104 'scroll/ScrollAnimatorTest.cpp',
1105 ],
1106 }
1107 ],
1108 ], 1101 ],
1109 }, 1102 },
1110 } 1103 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698