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

Unified Diff: cc/BUILD.gn

Issue 909353002: Move PixelRefMap and its Iterator out from Picture class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 5 years, 10 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 | cc/cc.gyp » ('j') | cc/resources/pixel_ref_map.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index dafa89a13f1dce0ebebff797c4b4747584ec74f9..2557bf3791452952d4594b133f5ca3688beeaaa6 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -389,6 +389,8 @@ component("cc") {
"resources/picture_pile.h",
"resources/picture_pile_impl.cc",
"resources/picture_pile_impl.h",
+ "resources/pixel_ref_map.cc",
+ "resources/pixel_ref_map.h",
"resources/pixel_buffer_tile_task_worker_pool.cc",
"resources/pixel_buffer_tile_task_worker_pool.h",
"resources/platform_color.h",
@@ -806,6 +808,7 @@ if (!is_win || link_chrome_on_windows) {
"resources/picture_pile_impl_unittest.cc",
"resources/picture_pile_unittest.cc",
"resources/picture_unittest.cc",
+ "resources/pixel_ref_map_unittest.cc",
"resources/prioritized_resource_unittest.cc",
"resources/tile_task_worker_pool_unittest.cc",
"resources/resource_provider_unittest.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/pixel_ref_map.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698