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

Unified Diff: cc/base/BUILD.gn

Issue 2350563002: cc: Implement IndexRect for encapsulating tile indices. (Closed)
Patch Set: review comments Created 4 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 | « cc/BUILD.gn ('k') | cc/base/index_rect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/BUILD.gn
diff --git a/cc/base/BUILD.gn b/cc/base/BUILD.gn
index a4a9287741f3830e4c25314f2331c4e47b683786..e9532e67269669828b7daf068ea58b5f9eb11819 100644
--- a/cc/base/BUILD.gn
+++ b/cc/base/BUILD.gn
@@ -14,6 +14,8 @@ source_set("base") {
"delayed_unique_notifier.h",
"histograms.cc",
"histograms.h",
+ "index_rect.cc",
+ "index_rect.h",
"invalidation_region.cc",
"invalidation_region.h",
"list_container.h",
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/index_rect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698