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

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: Rebased global-constructors-listing-expected.txt Created 6 years, 5 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'WebNodeTest.cpp', 268 'WebNodeTest.cpp',
269 # FIXME: Move the tests to Source/web/. 269 # FIXME: Move the tests to Source/web/.
270 'tests/ActivityLoggerTest.cpp', 270 'tests/ActivityLoggerTest.cpp',
271 'tests/AssociatedURLLoaderTest.cpp', 271 'tests/AssociatedURLLoaderTest.cpp',
272 'tests/ChromeClientImplTest.cpp', 272 'tests/ChromeClientImplTest.cpp',
273 'tests/ContextMenuTest.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',
278 'tests/FrameTestHelpers.h', 279 'tests/FrameTestHelpers.h',
279 'tests/ImeOnFocusTest.cpp', 280 'tests/ImeOnFocusTest.cpp',
280 'tests/KeyboardTest.cpp', 281 'tests/KeyboardTest.cpp',
281 'tests/LinkHighlightTest.cpp', 282 'tests/LinkHighlightTest.cpp',
282 'tests/ListenerLeakTest.cpp', 283 'tests/ListenerLeakTest.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['os_posix==1 and OS!="mac"', 344 ['os_posix==1 and OS!="mac"',
344 { 345 {
345 'web_unittest_files': [ 346 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 347 'tests/LocaleICUTest.cpp',
347 ], 348 ],
348 } 349 }
349 ], 350 ],
350 ], 351 ],
351 }, 352 },
352 } 353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698