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

Unified Diff: public/BUILD.gn

Issue 1316233010: Adds a WebPageScheduler and a WebFrameScheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use std::string Created 5 years, 3 months 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
« no previous file with comments | « no previous file | public/platform/WebFrameScheduler.h » ('j') | public/platform/WebFrameScheduler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 39c45759d2cf54ff2b726d889aae2dc14f15fbca..75052efd6eec2de8bb4cfbb738b7a5be7f48ac44 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -131,6 +131,8 @@ source_set("blink_headers") {
"platform/WebMediaStream.h",
"platform/WebServiceWorkerRegistration.h",
"platform/WebRect.h",
+ "platform/WebPageScheduler.h",
+ "platform/WebFrameScheduler.h",
"platform/WebTaskRunner.h",
"platform/WebThread.h",
"platform/WebSetSinkIdError.h",
« no previous file with comments | « no previous file | public/platform/WebFrameScheduler.h » ('j') | public/platform/WebFrameScheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698