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

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

Issue 573353002: Plumbing toward transitioning remote frame back to a local frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: forward declarations, drop a spurious parameter Created 6 years, 2 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/WebRemoteFrameImpl.cpp ('k') | public/web/WebRemoteFrameClient.h » ('j') | 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'PageWidgetDelegate.h', 71 'PageWidgetDelegate.h',
72 'PopupContainer.cpp', 72 'PopupContainer.cpp',
73 'PopupContainer.h', 73 'PopupContainer.h',
74 'PopupContainerClient.h', 74 'PopupContainerClient.h',
75 'PopupListBox.cpp', 75 'PopupListBox.cpp',
76 'PopupListBox.h', 76 'PopupListBox.h',
77 'PopupMenuChromium.cpp', 77 'PopupMenuChromium.cpp',
78 'PopupMenuChromium.h', 78 'PopupMenuChromium.h',
79 'PrerendererClientImpl.cpp', 79 'PrerendererClientImpl.cpp',
80 'PrerendererClientImpl.h', 80 'PrerendererClientImpl.h',
81 'RemoteFrameClient.cpp', 81 'RemoteFrameClientImpl.cpp',
82 'RemoteFrameClient.h', 82 'RemoteFrameClientImpl.h',
83 'ScrollbarGroup.cpp', 83 'ScrollbarGroup.cpp',
84 'ScrollbarGroup.h', 84 'ScrollbarGroup.h',
85 'ServiceWorkerGlobalScopeClientImpl.cpp', 85 'ServiceWorkerGlobalScopeClientImpl.cpp',
86 'ServiceWorkerGlobalScopeClientImpl.h', 86 'ServiceWorkerGlobalScopeClientImpl.h',
87 'ServiceWorkerGlobalScopeProxy.cpp', 87 'ServiceWorkerGlobalScopeProxy.cpp',
88 'ServiceWorkerGlobalScopeProxy.h', 88 'ServiceWorkerGlobalScopeProxy.h',
89 'SharedWorkerRepositoryClientImpl.cpp', 89 'SharedWorkerRepositoryClientImpl.cpp',
90 'SharedWorkerRepositoryClientImpl.h', 90 'SharedWorkerRepositoryClientImpl.h',
91 'SpeechRecognitionClientProxy.cpp', 91 'SpeechRecognitionClientProxy.cpp',
92 'SpeechRecognitionClientProxy.h', 92 'SpeechRecognitionClientProxy.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 339 ['os_posix==1 and OS!="mac"',
340 { 340 {
341 'web_unittest_files': [ 341 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 342 'tests/LocaleICUTest.cpp',
343 ], 343 ],
344 } 344 }
345 ], 345 ],
346 ], 346 ],
347 }, 347 },
348 } 348 }
OLDNEW
« no previous file with comments | « Source/web/WebRemoteFrameImpl.cpp ('k') | public/web/WebRemoteFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698