summaryrefslogtreecommitdiffstats
path: root/content/content_utility.gypi
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-05-12 11:10:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 18:10:29 +0000
commit90e34895f20edf97693c14ac0ec6faf64dbdcd91 (patch)
tree16a2065fd78b9645d09935bd9523dde1821b6e05 /content/content_utility.gypi
parent57439937b14ad4362ab4dde3f828b7017f4aad8d (diff)
downloadchromium_src-90e34895f20edf97693c14ac0ec6faf64dbdcd91.zip
chromium_src-90e34895f20edf97693c14ac0ec6faf64dbdcd91.tar.gz
chromium_src-90e34895f20edf97693c14ac0ec6faf64dbdcd91.tar.bz2
Adding WebThread and new BlinkPlatformImpl for utility thread.
For ensuring that the blink is always initialized with WebThread, the call sites of blink must implement WebThread to expose the task runner. UtilityThread is the only case where blink is run without exposing the platform thread. This CL adds new WebThread implementation for UtilityThread. After this change blink will always initialized with platform thread and task runner exposed. BUG=486782 Review URL: https://codereview.chromium.org/1133563007 Cr-Commit-Position: refs/heads/master@{#329442}
Diffstat (limited to 'content/content_utility.gypi')
-rw-r--r--content/content_utility.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_utility.gypi b/content/content_utility.gypi
index 2d2a7c0..b202787 100644
--- a/content/content_utility.gypi
+++ b/content/content_utility.gypi
@@ -14,9 +14,13 @@
'public/utility/utility_thread.h',
'utility/in_process_utility_thread.cc',
'utility/in_process_utility_thread.h',
+ 'utility/utility_blink_platform_impl.cc',
+ 'utility/utility_blink_platform_impl.h',
'utility/utility_main.cc',
'utility/utility_thread_impl.cc',
'utility/utility_thread_impl.h',
+ 'utility/webthread_impl_for_utility_thread.cc',
+ 'utility/webthread_impl_for_utility_thread.h',
],
'include_dirs': [
'..',