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

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

Issue 1288623004: Devtools: Remove continuous repainting feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/painting/ContinuousPainter.cpp ('k') | public/web/WebView.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 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'WebViewImpl.cpp', 244 'WebViewImpl.cpp',
245 'WebViewImpl.h', 245 'WebViewImpl.h',
246 'WorkerContentSettingsClient.cpp', 246 'WorkerContentSettingsClient.cpp',
247 'WorkerContentSettingsClient.h', 247 'WorkerContentSettingsClient.h',
248 'WorkerGlobalScopeProxyProviderImpl.cpp', 248 'WorkerGlobalScopeProxyProviderImpl.cpp',
249 'WorkerGlobalScopeProxyProviderImpl.h', 249 'WorkerGlobalScopeProxyProviderImpl.h',
250 'default/WebRenderTheme.cpp', 250 'default/WebRenderTheme.cpp',
251 'linux/WebFontRendering.cpp', 251 'linux/WebFontRendering.cpp',
252 'mac/WebScrollbarTheme.mm', 252 'mac/WebScrollbarTheme.mm',
253 'mac/WebSubstringUtil.mm', 253 'mac/WebSubstringUtil.mm',
254 'painting/ContinuousPainter.cpp',
255 'painting/ContinuousPainter.h',
256 'painting/PaintAggregator.cpp', 254 'painting/PaintAggregator.cpp',
257 'painting/PaintAggregator.h', 255 'painting/PaintAggregator.h',
258 'win/WebFontRendering.cpp', 256 'win/WebFontRendering.cpp',
259 ], 257 ],
260 'web_unittest_files': [ 258 'web_unittest_files': [
261 'AssociatedURLLoaderTest.cpp', 259 'AssociatedURLLoaderTest.cpp',
262 'ExternalPopupMenuTest.cpp', 260 'ExternalPopupMenuTest.cpp',
263 'LinkHighlightImplTest.cpp', 261 'LinkHighlightImplTest.cpp',
264 'PageOverlayTest.cpp', 262 'PageOverlayTest.cpp',
265 'PluginPlaceholderImplTest.cpp', 263 'PluginPlaceholderImplTest.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 { 323 {
326 'web_unittest_files': [ 324 'web_unittest_files': [
327 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
328 'tests/ScrollAnimatorNoneTest.cpp', 326 'tests/ScrollAnimatorNoneTest.cpp',
329 ], 327 ],
330 } 328 }
331 ], 329 ],
332 ], 330 ],
333 }, 331 },
334 } 332 }
OLDNEW
« no previous file with comments | « Source/web/painting/ContinuousPainter.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698