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

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

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 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/tests/WebViewTest.cpp ('k') | public/web/WebFrame.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'WebEmbeddedWorkerImpl.h', 142 'WebEmbeddedWorkerImpl.h',
143 'WebEntities.cpp', 143 'WebEntities.cpp',
144 'WebEntities.h', 144 'WebEntities.h',
145 'WebFileChooserCompletionImpl.cpp', 145 'WebFileChooserCompletionImpl.cpp',
146 'WebFileChooserCompletionImpl.h', 146 'WebFileChooserCompletionImpl.h',
147 'WebFontDescription.cpp', 147 'WebFontDescription.cpp',
148 'WebFontImpl.cpp', 148 'WebFontImpl.cpp',
149 'WebFontImpl.h', 149 'WebFontImpl.h',
150 'WebFormControlElement.cpp', 150 'WebFormControlElement.cpp',
151 'WebFormElement.cpp', 151 'WebFormElement.cpp',
152 'WebFrameImpl.cpp',
153 'WebFrameImpl.h',
154 'WebGeolocationController.cpp', 152 'WebGeolocationController.cpp',
155 'WebGeolocationError.cpp', 153 'WebGeolocationError.cpp',
156 'WebGeolocationPermissionRequest.cpp', 154 'WebGeolocationPermissionRequest.cpp',
157 'WebGeolocationPermissionRequestManager.cpp', 155 'WebGeolocationPermissionRequestManager.cpp',
158 'WebGeolocationPosition.cpp', 156 'WebGeolocationPosition.cpp',
159 'WebGlyphCache.cpp', 157 'WebGlyphCache.cpp',
160 'WebHeap.cpp', 158 'WebHeap.cpp',
161 'WebHelperPluginImpl.cpp', 159 'WebHelperPluginImpl.cpp',
162 'WebHelperPluginImpl.h', 160 'WebHelperPluginImpl.h',
163 'WebHistoryItem.cpp', 161 'WebHistoryItem.cpp',
164 'WebHitTestResult.cpp', 162 'WebHitTestResult.cpp',
165 'WebIDBDatabaseError.cpp', 163 'WebIDBDatabaseError.cpp',
166 'WebIDBKey.cpp', 164 'WebIDBKey.cpp',
167 'WebIDBKeyPath.cpp', 165 'WebIDBKeyPath.cpp',
168 'WebIDBKeyRange.cpp', 166 'WebIDBKeyRange.cpp',
169 'WebIDBMetadata.cpp', 167 'WebIDBMetadata.cpp',
170 'WebImageCache.cpp', 168 'WebImageCache.cpp',
171 'WebImageDecoder.cpp', 169 'WebImageDecoder.cpp',
172 'WebInputElement.cpp', 170 'WebInputElement.cpp',
173 'WebInputEvent.cpp', 171 'WebInputEvent.cpp',
174 'WebInputEventFactoryMac.mm', 172 'WebInputEventFactoryMac.mm',
175 'WebInputEventConversion.cpp', 173 'WebInputEventConversion.cpp',
176 'WebInputEventConversion.h', 174 'WebInputEventConversion.h',
177 'WebKit.cpp', 175 'WebKit.cpp',
178 'WebLabelElement.cpp', 176 'WebLabelElement.cpp',
179 'WebLeakDetector.cpp', 177 'WebLeakDetector.cpp',
178 'WebLocalFrameImpl.cpp',
179 'WebLocalFrameImpl.h',
180 'WebMIDIClientMock.cpp', 180 'WebMIDIClientMock.cpp',
181 'WebMIDIPermissionRequest.cpp', 181 'WebMIDIPermissionRequest.cpp',
182 'WebMediaDevicesRequest.cpp', 182 'WebMediaDevicesRequest.cpp',
183 'WebMediaPlayerClientImpl.cpp', 183 'WebMediaPlayerClientImpl.cpp',
184 'WebMediaPlayerClientImpl.h', 184 'WebMediaPlayerClientImpl.h',
185 'WebMediaStreamRegistry.cpp', 185 'WebMediaStreamRegistry.cpp',
186 'WebNetworkStateNotifier.cpp', 186 'WebNetworkStateNotifier.cpp',
187 'WebNode.cpp', 187 'WebNode.cpp',
188 'WebNodeList.cpp', 188 'WebNodeList.cpp',
189 'WebNotification.cpp', 189 'WebNotification.cpp',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ['os_posix==1 and OS!="mac"', 335 ['os_posix==1 and OS!="mac"',
336 { 336 {
337 'web_unittest_files': [ 337 'web_unittest_files': [
338 'tests/LocaleICUTest.cpp', 338 'tests/LocaleICUTest.cpp',
339 ], 339 ],
340 } 340 }
341 ], 341 ],
342 ], 342 ],
343 }, 343 },
344 } 344 }
OLDNEW
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698