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

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

Issue 863113004: Make WebThreadedDataReceiver wrap a Blink-managed object instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix msvc compilation Created 5 years, 11 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'WebSpeechRecognitionHandle.cpp', 237 'WebSpeechRecognitionHandle.cpp',
238 'WebSpeechRecognitionResult.cpp', 238 'WebSpeechRecognitionResult.cpp',
239 'WebStorageEventDispatcherImpl.cpp', 239 'WebStorageEventDispatcherImpl.cpp',
240 'WebSurroundingText.cpp', 240 'WebSurroundingText.cpp',
241 'WebTextAreaElement.cpp', 241 'WebTextAreaElement.cpp',
242 'WebTextCheckingCompletionImpl.cpp', 242 'WebTextCheckingCompletionImpl.cpp',
243 'WebTextCheckingCompletionImpl.h', 243 'WebTextCheckingCompletionImpl.h',
244 'WebTextCheckingResult.cpp', 244 'WebTextCheckingResult.cpp',
245 'WebTextInputInfo.cpp', 245 'WebTextInputInfo.cpp',
246 'WebTextRun.cpp', 246 'WebTextRun.cpp',
247 'WebThreadedDataReceiver.cpp',
247 'WebUserGestureIndicator.cpp', 248 'WebUserGestureIndicator.cpp',
248 'WebUserGestureToken.cpp', 249 'WebUserGestureToken.cpp',
249 'WebUserMediaRequest.cpp', 250 'WebUserMediaRequest.cpp',
250 'WebViewImpl.cpp', 251 'WebViewImpl.cpp',
251 'WebViewImpl.h', 252 'WebViewImpl.h',
252 'WebWorkerRunLoop.cpp', 253 'WebWorkerRunLoop.cpp',
253 'WorkerGlobalScopeProxyProviderImpl.cpp', 254 'WorkerGlobalScopeProxyProviderImpl.cpp',
254 'WorkerGlobalScopeProxyProviderImpl.h', 255 'WorkerGlobalScopeProxyProviderImpl.h',
255 'WorkerPermissionClient.cpp', 256 'WorkerPermissionClient.cpp',
256 'WorkerPermissionClient.h', 257 'WorkerPermissionClient.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ['os_posix==1 and OS!="mac"', 347 ['os_posix==1 and OS!="mac"',
347 { 348 {
348 'web_unittest_files': [ 349 'web_unittest_files': [
349 'tests/LocaleICUTest.cpp', 350 'tests/LocaleICUTest.cpp',
350 ], 351 ],
351 } 352 }
352 ], 353 ],
353 ], 354 ],
354 }, 355 },
355 } 356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698