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

Unified Diff: cc/cc.gyp

Issue 1159573002: cc: Move cc/quads/list_container.* files to cc/base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging list_container.cc in list_container.h Created 5 years, 7 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/base/list_container.h ('k') | cc/playback/display_item_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9cc68f90ef065a62dd1f385d747a2b0800e0d21b..58b36ac93d7c38412732c1196516a74c8e4a58f8 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -70,6 +70,7 @@
'base/delayed_unique_notifier.h',
'base/invalidation_region.cc',
'base/invalidation_region.h',
+ 'base/list_container.h',
'base/math_util.cc',
'base/math_util.h',
'base/region.cc',
@@ -386,8 +387,6 @@
'quads/io_surface_draw_quad.h',
'quads/largest_draw_quad.cc',
'quads/largest_draw_quad.h',
- 'quads/list_container.cc',
- 'quads/list_container.h',
'quads/picture_draw_quad.cc',
'quads/picture_draw_quad.h',
'quads/render_pass.cc',
« no previous file with comments | « cc/base/list_container.h ('k') | cc/playback/display_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698