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

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

Issue 210243004: Usage of DirectWrite now determined browser-side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: include Created 6 years, 9 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
« no previous file with comments | « Source/platform/fonts/win/FontCacheSkiaWin.cpp ('k') | Source/web/win/WebFontRendering.cpp » ('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 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'WorkerPermissionClient.cpp', 250 'WorkerPermissionClient.cpp',
251 'WorkerPermissionClient.h', 251 'WorkerPermissionClient.h',
252 'default/WebRenderTheme.cpp', 252 'default/WebRenderTheme.cpp',
253 'linux/WebFontRendering.cpp', 253 'linux/WebFontRendering.cpp',
254 'mac/WebScrollbarTheme.mm', 254 'mac/WebScrollbarTheme.mm',
255 'mac/WebSubstringUtil.mm', 255 'mac/WebSubstringUtil.mm',
256 'painting/ContinuousPainter.cpp', 256 'painting/ContinuousPainter.cpp',
257 'painting/ContinuousPainter.h', 257 'painting/ContinuousPainter.h',
258 'painting/PaintAggregator.cpp', 258 'painting/PaintAggregator.cpp',
259 'painting/PaintAggregator.h', 259 'painting/PaintAggregator.h',
260 'win/WebFontRendering.cpp',
260 ], 261 ],
261 'web_unittest_files': [ 262 'web_unittest_files': [
262 'tests/AssociatedURLLoaderTest.cpp', 263 'tests/AssociatedURLLoaderTest.cpp',
263 'tests/ChromeClientImplTest.cpp', 264 'tests/ChromeClientImplTest.cpp',
264 'tests/CompositedLayerMappingTest.cpp', 265 'tests/CompositedLayerMappingTest.cpp',
265 'tests/CustomEventTest.cpp', 266 'tests/CustomEventTest.cpp',
266 'tests/DragImageTest.cpp', 267 'tests/DragImageTest.cpp',
267 'tests/FakeWebPlugin.cpp', 268 'tests/FakeWebPlugin.cpp',
268 'tests/FakeWebPlugin.h', 269 'tests/FakeWebPlugin.h',
269 'tests/FilterOperationsTest.cpp', 270 'tests/FilterOperationsTest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 { 349 {
349 'web_unittest_files': [ 350 'web_unittest_files': [
350 'tests/KeyCodeConversionTestGtk.cpp', 351 'tests/KeyCodeConversionTestGtk.cpp',
351 'tests/WebInputEventFactoryTestGtk.cpp', 352 'tests/WebInputEventFactoryTestGtk.cpp',
352 ], 353 ],
353 } 354 }
354 ], 355 ],
355 ], 356 ],
356 }, 357 },
357 } 358 }
OLDNEW
« no previous file with comments | « Source/platform/fonts/win/FontCacheSkiaWin.cpp ('k') | Source/web/win/WebFontRendering.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698