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

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

Issue 638003004: Introduce WebFrameWidget to Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WebFrameWidget to take a WebLocalFrame on creation Created 6 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 | Annotate | Revision Log
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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'WebEntities.cpp', 145 'WebEntities.cpp',
146 'WebEntities.h', 146 'WebEntities.h',
147 'WebFileChooserCompletionImpl.cpp', 147 'WebFileChooserCompletionImpl.cpp',
148 'WebFileChooserCompletionImpl.h', 148 'WebFileChooserCompletionImpl.h',
149 'WebFontDescription.cpp', 149 'WebFontDescription.cpp',
150 'WebFontImpl.cpp', 150 'WebFontImpl.cpp',
151 'WebFontImpl.h', 151 'WebFontImpl.h',
152 'WebFormControlElement.cpp', 152 'WebFormControlElement.cpp',
153 'WebFormElement.cpp', 153 'WebFormElement.cpp',
154 'WebFrame.cpp', 154 'WebFrame.cpp',
155 'WebFrameWidgetImpl.cpp',
156 'WebFrameWidgetImpl.h',
155 'WebGeolocationController.cpp', 157 'WebGeolocationController.cpp',
156 'WebGeolocationError.cpp', 158 'WebGeolocationError.cpp',
157 'WebGeolocationPermissionRequest.cpp', 159 'WebGeolocationPermissionRequest.cpp',
158 'WebGeolocationPermissionRequestManager.cpp', 160 'WebGeolocationPermissionRequestManager.cpp',
159 'WebGeolocationPosition.cpp', 161 'WebGeolocationPosition.cpp',
160 'WebGlyphCache.cpp', 162 'WebGlyphCache.cpp',
161 'WebHeap.cpp', 163 'WebHeap.cpp',
162 'WebHelperPluginImpl.cpp', 164 'WebHelperPluginImpl.cpp',
163 'WebHelperPluginImpl.h', 165 'WebHelperPluginImpl.h',
164 'WebHistoryItem.cpp', 166 'WebHistoryItem.cpp',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['os_posix==1 and OS!="mac"', 345 ['os_posix==1 and OS!="mac"',
344 { 346 {
345 'web_unittest_files': [ 347 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 348 'tests/LocaleICUTest.cpp',
347 ], 349 ],
348 } 350 }
349 ], 351 ],
350 ], 352 ],
351 }, 353 },
352 } 354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698