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

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

Issue 331223002: NavigatorContentUtilsClientImpl has own files (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
« no previous file with comments | « Source/web/WebViewImpl.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'InspectorFrontendClientImpl.cpp', 50 'InspectorFrontendClientImpl.cpp',
51 'InspectorFrontendClientImpl.h', 51 'InspectorFrontendClientImpl.h',
52 'LinkHighlight.cpp', 52 'LinkHighlight.cpp',
53 'LinkHighlight.h', 53 'LinkHighlight.h',
54 'LocalFileSystemClient.cpp', 54 'LocalFileSystemClient.cpp',
55 'LocalFileSystemClient.h', 55 'LocalFileSystemClient.h',
56 'MediaKeysClientImpl.cpp', 56 'MediaKeysClientImpl.cpp',
57 'MediaKeysClientImpl.h', 57 'MediaKeysClientImpl.h',
58 'MIDIClientProxy.cpp', 58 'MIDIClientProxy.cpp',
59 'MIDIClientProxy.h', 59 'MIDIClientProxy.h',
60 'NavigatorContentUtilsClientImpl.cpp',
61 'NavigatorContentUtilsClientImpl.h',
60 'NotificationPresenterImpl.cpp', 62 'NotificationPresenterImpl.cpp',
61 'NotificationPresenterImpl.h', 63 'NotificationPresenterImpl.h',
62 'OpenedFrameTracker.cpp', 64 'OpenedFrameTracker.cpp',
63 'OpenedFrameTracker.h', 65 'OpenedFrameTracker.h',
64 'PageOverlay.cpp', 66 'PageOverlay.cpp',
65 'PageOverlay.h', 67 'PageOverlay.h',
66 'PageOverlayList.cpp', 68 'PageOverlayList.cpp',
67 'PageOverlayList.h', 69 'PageOverlayList.h',
68 'PageScaleConstraintsSet.cpp', 70 'PageScaleConstraintsSet.cpp',
69 'PageScaleConstraintsSet.h', 71 'PageScaleConstraintsSet.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ['os_posix==1 and OS!="mac"', 340 ['os_posix==1 and OS!="mac"',
339 { 341 {
340 'web_unittest_files': [ 342 'web_unittest_files': [
341 'tests/LocaleICUTest.cpp', 343 'tests/LocaleICUTest.cpp',
342 ], 344 ],
343 } 345 }
344 ], 346 ],
345 ], 347 ],
346 }, 348 },
347 } 349 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698