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

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

Issue 335453002: Remove unused cruft from GraphicsLayer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove test file Created 6 years, 6 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/tests/data/layer_background_color.html ('k') | no next file » | 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'mac/WebSubstringUtil.mm', 258 'mac/WebSubstringUtil.mm',
259 'painting/ContinuousPainter.cpp', 259 'painting/ContinuousPainter.cpp',
260 'painting/ContinuousPainter.h', 260 'painting/ContinuousPainter.h',
261 'painting/PaintAggregator.cpp', 261 'painting/PaintAggregator.cpp',
262 'painting/PaintAggregator.h', 262 'painting/PaintAggregator.h',
263 'win/WebFontRendering.cpp', 263 'win/WebFontRendering.cpp',
264 ], 264 ],
265 'web_unittest_files': [ 265 'web_unittest_files': [
266 'tests/AssociatedURLLoaderTest.cpp', 266 'tests/AssociatedURLLoaderTest.cpp',
267 'tests/ChromeClientImplTest.cpp', 267 'tests/ChromeClientImplTest.cpp',
268 'tests/CompositedLayerMappingTest.cpp',
269 'tests/CustomEventTest.cpp', 268 'tests/CustomEventTest.cpp',
270 'tests/FakeWebPlugin.cpp', 269 'tests/FakeWebPlugin.cpp',
271 'tests/FakeWebPlugin.h', 270 'tests/FakeWebPlugin.h',
272 'tests/FrameLoaderClientImplTest.cpp', 271 'tests/FrameLoaderClientImplTest.cpp',
273 'tests/FrameTestHelpers.cpp', 272 'tests/FrameTestHelpers.cpp',
274 'tests/FrameTestHelpers.h', 273 'tests/FrameTestHelpers.h',
275 'tests/KeyboardTest.cpp', 274 'tests/KeyboardTest.cpp',
276 'tests/LinkHighlightTest.cpp', 275 'tests/LinkHighlightTest.cpp',
277 'tests/ListenerLeakTest.cpp', 276 'tests/ListenerLeakTest.cpp',
278 'tests/MemoryInfo.cpp', 277 'tests/MemoryInfo.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 338 ['os_posix==1 and OS!="mac"',
340 { 339 {
341 'web_unittest_files': [ 340 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 341 'tests/LocaleICUTest.cpp',
343 ], 342 ],
344 } 343 }
345 ], 344 ],
346 ], 345 ],
347 }, 346 },
348 } 347 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/layer_background_color.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698