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

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: Rebase 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'linux/WebFontRendering.cpp', 252 'linux/WebFontRendering.cpp',
253 'mac/WebScrollbarTheme.mm', 253 'mac/WebScrollbarTheme.mm',
254 'mac/WebSubstringUtil.mm', 254 'mac/WebSubstringUtil.mm',
255 'painting/ContinuousPainter.cpp', 255 'painting/ContinuousPainter.cpp',
256 'painting/ContinuousPainter.h', 256 'painting/ContinuousPainter.h',
257 'painting/PaintAggregator.cpp', 257 'painting/PaintAggregator.cpp',
258 'painting/PaintAggregator.h', 258 'painting/PaintAggregator.h',
259 'win/WebFontRendering.cpp', 259 'win/WebFontRendering.cpp',
260 ], 260 ],
261 'web_unittest_files': [ 261 'web_unittest_files': [
262 'ExternalPopupMenuTest.cpp',
262 'WebNodeTest.cpp', 263 'WebNodeTest.cpp',
263 # FIXME: Move the tests from web/tests/ to appropriate places. 264 # FIXME: Move the tests from web/tests/ to appropriate places.
264 # crbug.com/353585 265 # crbug.com/353585
265 'tests/ActivityLoggerTest.cpp', 266 'tests/ActivityLoggerTest.cpp',
266 'tests/AssociatedURLLoaderTest.cpp', 267 'tests/AssociatedURLLoaderTest.cpp',
267 'tests/ChromeClientImplTest.cpp', 268 'tests/ChromeClientImplTest.cpp',
268 'tests/CustomEventTest.cpp', 269 'tests/CustomEventTest.cpp',
269 'tests/FakeWebPlugin.cpp', 270 'tests/FakeWebPlugin.cpp',
270 'tests/FakeWebPlugin.h', 271 'tests/FakeWebPlugin.h',
271 'tests/FrameLoaderClientImplTest.cpp', 272 'tests/FrameLoaderClientImplTest.cpp',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ['os_posix==1 and OS!="mac"', 338 ['os_posix==1 and OS!="mac"',
338 { 339 {
339 'web_unittest_files': [ 340 'web_unittest_files': [
340 'tests/LocaleICUTest.cpp', 341 'tests/LocaleICUTest.cpp',
341 ], 342 ],
342 } 343 }
343 ], 344 ],
344 ], 345 ],
345 }, 346 },
346 } 347 }
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