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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1519863002: Expose WorkerPool to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS tweak Created 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 9b053568030c75f2e216d0de89a95ff6a36e8c12..d05813ce1c366a1377ad9f4379497d11281da3e7 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -926,6 +926,8 @@
'text/UnicodeRange.h',
'text/UnicodeUtilities.cpp',
'text/UnicodeUtilities.h',
+ 'threading/BackgroundTaskRunner.cpp',
+ 'threading/BackgroundTaskRunner.h',
'transforms/AffineTransform.cpp',
'transforms/AffineTransform.h',
'transforms/IdentityTransformOperation.h',
@@ -1073,6 +1075,7 @@
'image-decoders/gif/GIFImageDecoderTest.cpp',
'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
'image-decoders/webp/WEBPImageDecoderTest.cpp',
+ 'threading/BackgroundTaskRunnerTest.cpp',
],
# TODO(jbroman): Move these into platform_test_support_files.
'platform_unittest_support_files': [
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698