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

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

Issue 50773002: Introduce WebWorkerPermissionClientProxy to deprecate WorkerAllowMainThreadBridge (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'WebWorkerBase.cpp', 255 'WebWorkerBase.cpp',
256 'WebWorkerBase.h', 256 'WebWorkerBase.h',
257 'WebWorkerClientImpl.cpp', 257 'WebWorkerClientImpl.cpp',
258 'WebWorkerClientImpl.h', 258 'WebWorkerClientImpl.h',
259 'WebWorkerInfo.cpp', 259 'WebWorkerInfo.cpp',
260 'WebWorkerRunLoop.cpp', 260 'WebWorkerRunLoop.cpp',
261 'WorkerAllowMainThreadBridgeBase.cpp', 261 'WorkerAllowMainThreadBridgeBase.cpp',
262 'WorkerAllowMainThreadBridgeBase.h', 262 'WorkerAllowMainThreadBridgeBase.h',
263 'WorkerFileSystemClient.cpp', 263 'WorkerFileSystemClient.cpp',
264 'WorkerFileSystemClient.h', 264 'WorkerFileSystemClient.h',
265 'WorkerPermissionClient.cpp',
266 'WorkerPermissionClient.h',
265 'default/WebRenderTheme.cpp', 267 'default/WebRenderTheme.cpp',
266 'linux/WebFontInfo.cpp', 268 'linux/WebFontInfo.cpp',
267 'linux/WebFontRenderStyle.cpp', 269 'linux/WebFontRenderStyle.cpp',
268 'linux/WebFontRendering.cpp', 270 'linux/WebFontRendering.cpp',
269 'mac/WebSubstringUtil.mm', 271 'mac/WebSubstringUtil.mm',
270 'painting/ContinuousPainter.cpp', 272 'painting/ContinuousPainter.cpp',
271 'painting/ContinuousPainter.h', 273 'painting/ContinuousPainter.h',
272 'painting/PaintAggregator.cpp', 274 'painting/PaintAggregator.cpp',
273 'painting/PaintAggregator.h', 275 'painting/PaintAggregator.h',
274 ], 276 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ['os_posix==1 and OS!="mac"', 352 ['os_posix==1 and OS!="mac"',
351 { 353 {
352 'web_unittest_files': [ 354 'web_unittest_files': [
353 'tests/LocaleICUTest.cpp', 355 'tests/LocaleICUTest.cpp',
354 ], 356 ],
355 } 357 }
356 ], 358 ],
357 ], 359 ],
358 }, 360 },
359 } 361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698