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

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

Issue 26498003: Move ScrollbarThemeClient to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase Created 7 years, 2 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 'platform_files': [ 3 'platform_files': [
4 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'network/ProxyServer.cpp', 203 'network/ProxyServer.cpp',
204 'network/ProxyServer.h', 204 'network/ProxyServer.h',
205 'network/ResourceError.cpp', 205 'network/ResourceError.cpp',
206 'network/ResourceError.h', 206 'network/ResourceError.h',
207 'network/SocketStreamError.cpp', 207 'network/SocketStreamError.cpp',
208 'network/SocketStreamError.h', 208 'network/SocketStreamError.h',
209 'network/SocketStreamHandle.cpp', 209 'network/SocketStreamHandle.cpp',
210 'network/SocketStreamHandle.h', 210 'network/SocketStreamHandle.h',
211 'network/SocketStreamHandleClient.h', 211 'network/SocketStreamHandleClient.h',
212 'network/SocketStreamHandleInternal.h', 212 'network/SocketStreamHandleInternal.h',
213 'scroll/ScrollbarThemeClient.h',
213 'scroll/ScrollTypes.h', 214 'scroll/ScrollTypes.h',
214 'text/BidiContext.cpp', 215 'text/BidiContext.cpp',
215 'text/BidiContext.h', 216 'text/BidiContext.h',
216 'text/BidiResolver.h', 217 'text/BidiResolver.h',
217 'text/BidiRunList.h', 218 'text/BidiRunList.h',
218 'text/DateTimeFormat.cpp', 219 'text/DateTimeFormat.cpp',
219 'text/DateTimeFormat.h', 220 'text/DateTimeFormat.h',
220 'text/DecodeEscapeSequences.h', 221 'text/DecodeEscapeSequences.h',
221 'text/LineEnding.cpp', 222 'text/LineEnding.cpp',
222 'text/LineEnding.h', 223 'text/LineEnding.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'geometry/RoundedRectTest.cpp', 278 'geometry/RoundedRectTest.cpp',
278 'geometry/RoundedRectTest.cpp', 279 'geometry/RoundedRectTest.cpp',
279 'testing/ArenaTestHelpers.h', 280 'testing/ArenaTestHelpers.h',
280 'testing/TreeTestHelpers.cpp', 281 'testing/TreeTestHelpers.cpp',
281 'testing/TreeTestHelpers.h', 282 'testing/TreeTestHelpers.h',
282 'text/DateTimeFormatTest.cpp', 283 'text/DateTimeFormatTest.cpp',
283 'text/DateTimeFormatTest.cpp', 284 'text/DateTimeFormatTest.cpp',
284 ], 285 ],
285 }, 286 },
286 } 287 }
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderScrollbarTheme.cpp ('k') | Source/platform/scroll/ScrollbarThemeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698