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

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

Issue 243403006: Implement contextmenu attribute with basic support of <menu> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added unit tests Created 6 years, 7 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'tests/AssociatedURLLoaderTest.cpp', 264 'tests/AssociatedURLLoaderTest.cpp',
265 'tests/ChromeClientImplTest.cpp', 265 'tests/ChromeClientImplTest.cpp',
266 'tests/CompositedLayerMappingTest.cpp', 266 'tests/CompositedLayerMappingTest.cpp',
267 'tests/ContextMenuTest.cpp',
267 'tests/CustomEventTest.cpp', 268 'tests/CustomEventTest.cpp',
268 'tests/FakeWebPlugin.cpp', 269 'tests/FakeWebPlugin.cpp',
269 'tests/FakeWebPlugin.h', 270 'tests/FakeWebPlugin.h',
270 'tests/FrameLoaderClientImplTest.cpp', 271 'tests/FrameLoaderClientImplTest.cpp',
271 'tests/FrameTestHelpers.cpp', 272 'tests/FrameTestHelpers.cpp',
272 'tests/FrameTestHelpers.h', 273 'tests/FrameTestHelpers.h',
273 'tests/KeyboardTest.cpp', 274 'tests/KeyboardTest.cpp',
274 'tests/LinkHighlightTest.cpp', 275 'tests/LinkHighlightTest.cpp',
275 'tests/ListenerLeakTest.cpp', 276 'tests/ListenerLeakTest.cpp',
276 'tests/MemoryInfo.cpp', 277 'tests/MemoryInfo.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ['os_posix==1 and OS!="mac"', 337 ['os_posix==1 and OS!="mac"',
337 { 338 {
338 'web_unittest_files': [ 339 'web_unittest_files': [
339 'tests/LocaleICUTest.cpp', 340 'tests/LocaleICUTest.cpp',
340 ], 341 ],
341 } 342 }
342 ], 343 ],
343 ], 344 ],
344 }, 345 },
345 } 346 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698