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

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: 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
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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 268 'tests/CompositedLayerMappingTest.cpp',
269 'tests/ContextMenuTest.cpp',
269 'tests/CustomEventTest.cpp', 270 'tests/CustomEventTest.cpp',
270 'tests/FakeWebPlugin.cpp', 271 'tests/FakeWebPlugin.cpp',
271 'tests/FakeWebPlugin.h', 272 'tests/FakeWebPlugin.h',
272 'tests/FrameLoaderClientImplTest.cpp', 273 'tests/FrameLoaderClientImplTest.cpp',
273 'tests/FrameTestHelpers.cpp', 274 'tests/FrameTestHelpers.cpp',
274 'tests/FrameTestHelpers.h', 275 'tests/FrameTestHelpers.h',
275 'tests/KeyboardTest.cpp', 276 'tests/KeyboardTest.cpp',
276 'tests/LinkHighlightTest.cpp', 277 'tests/LinkHighlightTest.cpp',
277 'tests/ListenerLeakTest.cpp', 278 'tests/ListenerLeakTest.cpp',
278 'tests/MemoryInfo.cpp', 279 'tests/MemoryInfo.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
340 { 341 {
341 'web_unittest_files': [ 342 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
343 ], 344 ],
344 } 345 }
345 ], 346 ],
346 ], 347 ],
347 }, 348 },
348 } 349 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698