summaryrefslogtreecommitdiffstats
path: root/gin/BUILD.gn
diff options
context:
space:
mode:
authorulan <ulan@chromium.org>2015-07-20 04:32:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 11:33:39 +0000
commit3cbdcd0209faa3d98a5984d5f1ec59b4ced69ae5 (patch)
treeead665e0b40fb1e4be19a07a6fe1ccdd10160c03 /gin/BUILD.gn
parent28218513bf9580515b03c73ab786c27844e9b40b (diff)
downloadchromium_src-3cbdcd0209faa3d98a5984d5f1ec59b4ced69ae5.zip
chromium_src-3cbdcd0209faa3d98a5984d5f1ec59b4ced69ae5.tar.gz
chromium_src-3cbdcd0209faa3d98a5984d5f1ec59b4ced69ae5.tar.bz2
Implement posting idle tasks in gin.
This CL depends on "Add IdleTask API to v8::Platform." (https://codereview.chromium.org/1225713003/) BUG=chromium:490559 Review URL: https://codereview.chromium.org/1241633002 Cr-Commit-Position: refs/heads/master@{#339433}
Diffstat (limited to 'gin/BUILD.gn')
-rw-r--r--gin/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index d926cb9..52611dc 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -46,6 +46,7 @@ component("gin") {
"public/debug.h",
"public/gin_embedders.h",
"public/isolate_holder.h",
+ "public/v8_idle_task_runner.h",
"public/v8_platform.h",
"public/wrapper_info.h",
"run_microtasks_observer.cc",