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

Unified Diff: content/content_common.gypi

Issue 8785013: Track webcore worker message loops in chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lazy-init and leak worker task runner Created 9 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index fdd4822e00e7e6e78063d6c42ff47c9f43fccf49..c4e343ea9a8737aa16412c723c4e8b39104d7a35 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -259,6 +259,8 @@
'common/webmessageportchannel_impl.cc',
'common/webmessageportchannel_impl.h',
'common/worker_messages.h',
+ 'common/worker_task_runner.cc',
+ 'common/worker_task_runner.h',
'public/common/common_param_traits.cc',
'public/common/common_param_traits.h',
'public/common/content_client.cc',

Powered by Google App Engine
This is Rietveld 408576698