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

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

Issue 929213004: Plumb selection bounds as a single unit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TODO for moving WebSelectionBound Created 5 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
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'WebRuntimeFeatures.cpp', 224 'WebRuntimeFeatures.cpp',
225 'WebScopedMicrotaskSuppression.cpp', 225 'WebScopedMicrotaskSuppression.cpp',
226 'WebScopedUserGesture.cpp', 226 'WebScopedUserGesture.cpp',
227 'WebScopedWindowFocusAllowedIndicator.cpp', 227 'WebScopedWindowFocusAllowedIndicator.cpp',
228 'WebScriptBindings.cpp', 228 'WebScriptBindings.cpp',
229 'WebScriptController.cpp', 229 'WebScriptController.cpp',
230 'WebScriptSource.cpp', 230 'WebScriptSource.cpp',
231 'WebSearchableFormData.cpp', 231 'WebSearchableFormData.cpp',
232 'WebSecurityPolicy.cpp', 232 'WebSecurityPolicy.cpp',
233 'WebSelectElement.cpp', 233 'WebSelectElement.cpp',
234 'WebSelection.cpp',
234 'WebSelector.cpp', 235 'WebSelector.cpp',
235 'WebSerializedScriptValue.cpp', 236 'WebSerializedScriptValue.cpp',
236 'WebSettingsImpl.cpp', 237 'WebSettingsImpl.cpp',
237 'WebSettingsImpl.h', 238 'WebSettingsImpl.h',
238 'WebSharedWorkerImpl.cpp', 239 'WebSharedWorkerImpl.cpp',
239 'WebSharedWorkerImpl.h', 240 'WebSharedWorkerImpl.h',
240 'WebSocket.cpp', 241 'WebSocket.cpp',
241 'WebSocketChannelClientProxy.h', 242 'WebSocketChannelClientProxy.h',
242 'WebSocketImpl.cpp', 243 'WebSocketImpl.cpp',
243 'WebSocketImpl.h', 244 'WebSocketImpl.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 ['os_posix==1 and OS!="mac"', 356 ['os_posix==1 and OS!="mac"',
356 { 357 {
357 'web_unittest_files': [ 358 'web_unittest_files': [
358 'tests/LocaleICUTest.cpp', 359 'tests/LocaleICUTest.cpp',
359 ], 360 ],
360 } 361 }
361 ], 362 ],
362 ], 363 ],
363 }, 364 },
364 } 365 }
OLDNEW
« no previous file with comments | « Source/web/tests/data/composited_selection_bounds_empty_layer.html ('k') | public/platform/WebLayerTreeView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698