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

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

Issue 57463002: Have Blink be told of scrollbar changes rather than paying attention itself (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: good version Created 7 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
« no previous file with comments | « Source/web/web.gyp ('k') | public/web/mac/WebScrollbarTheme.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 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'WorkerAllowMainThreadBridgeBase.cpp', 262 'WorkerAllowMainThreadBridgeBase.cpp',
263 'WorkerAllowMainThreadBridgeBase.h', 263 'WorkerAllowMainThreadBridgeBase.h',
264 'WorkerFileSystemClient.cpp', 264 'WorkerFileSystemClient.cpp',
265 'WorkerFileSystemClient.h', 265 'WorkerFileSystemClient.h',
266 'WorkerPermissionClient.cpp', 266 'WorkerPermissionClient.cpp',
267 'WorkerPermissionClient.h', 267 'WorkerPermissionClient.h',
268 'default/WebRenderTheme.cpp', 268 'default/WebRenderTheme.cpp',
269 'linux/WebFontInfo.cpp', 269 'linux/WebFontInfo.cpp',
270 'linux/WebFontRenderStyle.cpp', 270 'linux/WebFontRenderStyle.cpp',
271 'linux/WebFontRendering.cpp', 271 'linux/WebFontRendering.cpp',
272 'mac/WebScrollbarTheme.cpp',
272 'mac/WebSubstringUtil.mm', 273 'mac/WebSubstringUtil.mm',
273 'painting/ContinuousPainter.cpp', 274 'painting/ContinuousPainter.cpp',
274 'painting/ContinuousPainter.h', 275 'painting/ContinuousPainter.h',
275 'painting/PaintAggregator.cpp', 276 'painting/PaintAggregator.cpp',
276 'painting/PaintAggregator.h', 277 'painting/PaintAggregator.h',
277 ], 278 ],
278 'web_unittest_files': [ 279 'web_unittest_files': [
279 'tests/AssociatedURLLoaderTest.cpp', 280 'tests/AssociatedURLLoaderTest.cpp',
280 'tests/ChromeClientImplTest.cpp', 281 'tests/ChromeClientImplTest.cpp',
281 'tests/CompositedLayerMappingTest.cpp', 282 'tests/CompositedLayerMappingTest.cpp',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 { 367 {
367 'web_unittest_files': [ 368 'web_unittest_files': [
368 'tests/KeyCodeConversionTestGtk.cpp', 369 'tests/KeyCodeConversionTestGtk.cpp',
369 'tests/WebInputEventFactoryTestGtk.cpp', 370 'tests/WebInputEventFactoryTestGtk.cpp',
370 ], 371 ],
371 } 372 }
372 ], 373 ],
373 ], 374 ],
374 }, 375 },
375 } 376 }
OLDNEW
« no previous file with comments | « Source/web/web.gyp ('k') | public/web/mac/WebScrollbarTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698