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

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

Issue 202893002: Replace elementHasLegalLinkAttribute() helper with virtual function (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take tkent's feedback into consideration Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebPasswordFormData.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',
11 'ColorChooserPopupUIController.cpp', 11 'ColorChooserPopupUIController.cpp',
12 'ColorChooserPopupUIController.h', 12 'ColorChooserPopupUIController.h',
13 'ColorChooserUIController.cpp', 13 'ColorChooserUIController.cpp',
14 'ColorChooserUIController.h', 14 'ColorChooserUIController.h',
15 'CompositionUnderlineBuilder.h', 15 'CompositionUnderlineBuilder.h',
16 'CompositionUnderlineVectorBuilder.cpp', 16 'CompositionUnderlineVectorBuilder.cpp',
17 'CompositionUnderlineVectorBuilder.h', 17 'CompositionUnderlineVectorBuilder.h',
18 'ContextFeaturesClientImpl.cpp', 18 'ContextFeaturesClientImpl.cpp',
19 'ContextFeaturesClientImpl.h', 19 'ContextFeaturesClientImpl.h',
20 'ContextMenuClientImpl.cpp', 20 'ContextMenuClientImpl.cpp',
21 'ContextMenuClientImpl.h', 21 'ContextMenuClientImpl.h',
22 'DOMUtilitiesPrivate.cpp',
23 'DOMUtilitiesPrivate.h',
24 'DatabaseClientImpl.cpp', 22 'DatabaseClientImpl.cpp',
25 'DatabaseClientImpl.h', 23 'DatabaseClientImpl.h',
26 'DateTimeChooserImpl.cpp', 24 'DateTimeChooserImpl.cpp',
27 'DateTimeChooserImpl.h', 25 'DateTimeChooserImpl.h',
28 'DragClientImpl.cpp', 26 'DragClientImpl.cpp',
29 'DragClientImpl.h', 27 'DragClientImpl.h',
30 'EditorClientImpl.cpp', 28 'EditorClientImpl.cpp',
31 'EditorClientImpl.h', 29 'EditorClientImpl.h',
32 'EventListenerWrapper.cpp', 30 'EventListenerWrapper.cpp',
33 'EventListenerWrapper.h', 31 'EventListenerWrapper.h',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 { 354 {
357 'web_unittest_files': [ 355 'web_unittest_files': [
358 'tests/KeyCodeConversionTestGtk.cpp', 356 'tests/KeyCodeConversionTestGtk.cpp',
359 'tests/WebInputEventFactoryTestGtk.cpp', 357 'tests/WebInputEventFactoryTestGtk.cpp',
360 ], 358 ],
361 } 359 }
362 ], 360 ],
363 ], 361 ],
364 }, 362 },
365 } 363 }
OLDNEW
« no previous file with comments | « Source/web/WebPasswordFormData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698