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

Unified Diff: cc/base/BUILD.gn

Issue 2352393002: cc: Detach spiral iterator implementation to separate file. (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
Index: cc/base/BUILD.gn
diff --git a/cc/base/BUILD.gn b/cc/base/BUILD.gn
index e9532e67269669828b7daf068ea58b5f9eb11819..9a4f1df38e2075457d374f18ed711692e9f06ace 100644
--- a/cc/base/BUILD.gn
+++ b/cc/base/BUILD.gn
@@ -27,12 +27,16 @@ source_set("base") {
"region.cc",
"region.h",
"resource_id.h",
+ "reverse_spiral_iterator.cc",
+ "reverse_spiral_iterator.h",
"rolling_time_delta_history.cc",
"rolling_time_delta_history.h",
"rtree.cc",
"rtree.h",
"simple_enclosed_region.cc",
"simple_enclosed_region.h",
+ "spiral_iterator.cc",
+ "spiral_iterator.h",
"switches.cc",
"switches.h",
"synced_property.h",

Powered by Google App Engine
This is Rietveld 408576698