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

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

Issue 1467123003: Create base class for common functionality of Web{Local,Remote}Frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years 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 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'WebEmbeddedWorkerImpl.h', 138 'WebEmbeddedWorkerImpl.h',
139 'WebEntities.cpp', 139 'WebEntities.cpp',
140 'WebEntities.h', 140 'WebEntities.h',
141 'WebFileChooserCompletionImpl.cpp', 141 'WebFileChooserCompletionImpl.cpp',
142 'WebFileChooserCompletionImpl.h', 142 'WebFileChooserCompletionImpl.h',
143 'WebFontDescription.cpp', 143 'WebFontDescription.cpp',
144 'WebFontImpl.cpp', 144 'WebFontImpl.cpp',
145 'WebFontImpl.h', 145 'WebFontImpl.h',
146 'WebFormControlElement.cpp', 146 'WebFormControlElement.cpp',
147 'WebFormElement.cpp', 147 'WebFormElement.cpp',
148 'WebFrameImplBase.cpp',
149 'WebFrameImplBase.h',
148 'WebFrame.cpp', 150 'WebFrame.cpp',
149 'WebFrameWidgetImpl.cpp', 151 'WebFrameWidgetImpl.cpp',
150 'WebFrameWidgetImpl.h', 152 'WebFrameWidgetImpl.h',
151 'WebGeolocationController.cpp', 153 'WebGeolocationController.cpp',
152 'WebGeolocationError.cpp', 154 'WebGeolocationError.cpp',
153 'WebGeolocationPermissionRequest.cpp', 155 'WebGeolocationPermissionRequest.cpp',
154 'WebGeolocationPermissionRequestManager.cpp', 156 'WebGeolocationPermissionRequestManager.cpp',
155 'WebGeolocationPosition.cpp', 157 'WebGeolocationPosition.cpp',
156 'WebHeap.cpp', 158 'WebHeap.cpp',
157 'WebHelperPluginImpl.cpp', 159 'WebHelperPluginImpl.cpp',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'tests/sim/SimNetwork.h', 309 'tests/sim/SimNetwork.h',
308 'tests/sim/SimRequest.cpp', 310 'tests/sim/SimRequest.cpp',
309 'tests/sim/SimRequest.h', 311 'tests/sim/SimRequest.h',
310 'tests/sim/SimTest.cpp', 312 'tests/sim/SimTest.cpp',
311 'tests/sim/SimTest.h', 313 'tests/sim/SimTest.h',
312 'tests/sim/SimWebViewClient.cpp', 314 'tests/sim/SimWebViewClient.cpp',
313 'tests/sim/SimWebViewClient.h', 315 'tests/sim/SimWebViewClient.h',
314 ], 316 ],
315 }, 317 },
316 } 318 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698