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

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

Issue 423283003: Fix userVisibility() for files dragged into the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test. Created 6 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
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 'linux/WebFontRendering.cpp', 258 'linux/WebFontRendering.cpp',
259 'mac/WebScrollbarTheme.mm', 259 'mac/WebScrollbarTheme.mm',
260 'mac/WebSubstringUtil.mm', 260 'mac/WebSubstringUtil.mm',
261 'painting/ContinuousPainter.cpp', 261 'painting/ContinuousPainter.cpp',
262 'painting/ContinuousPainter.h', 262 'painting/ContinuousPainter.h',
263 'painting/PaintAggregator.cpp', 263 'painting/PaintAggregator.cpp',
264 'painting/PaintAggregator.h', 264 'painting/PaintAggregator.h',
265 'win/WebFontRendering.cpp', 265 'win/WebFontRendering.cpp',
266 ], 266 ],
267 'web_unittest_files': [ 267 'web_unittest_files': [
268 'WebDragDataTest.cpp',
268 'WebNodeTest.cpp', 269 'WebNodeTest.cpp',
269 # FIXME: Move the tests to Source/web/. 270 # FIXME: Move the tests to Source/web/.
270 'tests/ActivityLoggerTest.cpp', 271 'tests/ActivityLoggerTest.cpp',
271 'tests/AssociatedURLLoaderTest.cpp', 272 'tests/AssociatedURLLoaderTest.cpp',
272 'tests/ChromeClientImplTest.cpp', 273 'tests/ChromeClientImplTest.cpp',
273 'tests/CustomEventTest.cpp', 274 'tests/CustomEventTest.cpp',
274 'tests/FakeWebPlugin.cpp', 275 'tests/FakeWebPlugin.cpp',
275 'tests/FakeWebPlugin.h', 276 'tests/FakeWebPlugin.h',
276 'tests/FrameLoaderClientImplTest.cpp', 277 'tests/FrameLoaderClientImplTest.cpp',
277 'tests/FrameTestHelpers.cpp', 278 'tests/FrameTestHelpers.cpp',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ['os_posix==1 and OS!="mac"', 345 ['os_posix==1 and OS!="mac"',
345 { 346 {
346 'web_unittest_files': [ 347 'web_unittest_files': [
347 'tests/LocaleICUTest.cpp', 348 'tests/LocaleICUTest.cpp',
348 ], 349 ],
349 } 350 }
350 ], 351 ],
351 ], 352 ],
352 }, 353 },
353 } 354 }
OLDNEW
« Source/web/WebDragDataTest.cpp ('K') | « Source/web/tests/data/dragdata/file.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698