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

Unified Diff: content/common/BUILD.gn

Issue 2552703003: Make reprioritization IPC batch rather than per-request.
Patch Set: Fix some typos. Created 4 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 4d49b09bfd3eaf54c8c3391500ece920f50d60af..c7740e92b612996e7fce65f59cdfce87533b6309 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -254,6 +254,8 @@ source_set("common") {
"resize_params.h",
"resource_messages.cc",
"resource_messages.h",
+ "resource_priority_change_info.cc",
+ "resource_priority_change_info.h",
"resource_request.cc",
"resource_request.h",
"resource_request_body_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698