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

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

Issue 475723002: Remove blank items from ExternalPopupMenu (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@validityCheck
Patch Set: 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
« no previous file with comments | « Source/web/ExternalPopupMenuTest.cpp ('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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'linux/WebFontRendering.cpp', 254 'linux/WebFontRendering.cpp',
255 'mac/WebScrollbarTheme.mm', 255 'mac/WebScrollbarTheme.mm',
256 'mac/WebSubstringUtil.mm', 256 'mac/WebSubstringUtil.mm',
257 'painting/ContinuousPainter.cpp', 257 'painting/ContinuousPainter.cpp',
258 'painting/ContinuousPainter.h', 258 'painting/ContinuousPainter.h',
259 'painting/PaintAggregator.cpp', 259 'painting/PaintAggregator.cpp',
260 'painting/PaintAggregator.h', 260 'painting/PaintAggregator.h',
261 'win/WebFontRendering.cpp', 261 'win/WebFontRendering.cpp',
262 ], 262 ],
263 'web_unittest_files': [ 263 'web_unittest_files': [
264 'WebNodeTest.cpp', 264 'WebNodeTest.cpp',
tkent 2014/08/25 05:33:59 ExternalPopupMenuTest.cpp should be inserted befor
spartha 2014/08/25 05:41:04 Done.
265 # FIXME: Move the tests from web/tests/ to appropriate places. 265 # FIXME: Move the tests from web/tests/ to appropriate places.
266 # crbug.com/353585 266 # crbug.com/353585
267 'tests/ActivityLoggerTest.cpp', 267 'tests/ActivityLoggerTest.cpp',
268 'tests/AssociatedURLLoaderTest.cpp', 268 'tests/AssociatedURLLoaderTest.cpp',
269 'tests/ChromeClientImplTest.cpp', 269 'tests/ChromeClientImplTest.cpp',
270 'tests/CustomEventTest.cpp', 270 'tests/CustomEventTest.cpp',
271 'ExternalPopupMenuTest.cpp',
271 'tests/FakeWebPlugin.cpp', 272 'tests/FakeWebPlugin.cpp',
272 'tests/FakeWebPlugin.h', 273 'tests/FakeWebPlugin.h',
273 'tests/FrameLoaderClientImplTest.cpp', 274 'tests/FrameLoaderClientImplTest.cpp',
274 'tests/FrameTestHelpers.cpp', 275 'tests/FrameTestHelpers.cpp',
275 'tests/FrameTestHelpers.h', 276 'tests/FrameTestHelpers.h',
276 'tests/ImeOnFocusTest.cpp', 277 'tests/ImeOnFocusTest.cpp',
277 'tests/KeyboardTest.cpp', 278 'tests/KeyboardTest.cpp',
278 'tests/LinkHighlightTest.cpp', 279 'tests/LinkHighlightTest.cpp',
279 'tests/ListenerLeakTest.cpp', 280 'tests/ListenerLeakTest.cpp',
280 'tests/MemoryInfo.cpp', 281 'tests/MemoryInfo.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ['os_posix==1 and OS!="mac"', 342 ['os_posix==1 and OS!="mac"',
342 { 343 {
343 'web_unittest_files': [ 344 'web_unittest_files': [
344 'tests/LocaleICUTest.cpp', 345 'tests/LocaleICUTest.cpp',
345 ], 346 ],
346 } 347 }
347 ], 348 ],
348 ], 349 ],
349 }, 350 },
350 } 351 }
OLDNEW
« no previous file with comments | « Source/web/ExternalPopupMenuTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698