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

Unified Diff: cc/cc.gyp

Issue 1336763006: cc: Switch ListContainer to use composition instead of inheritance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: multiple files Created 5 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/base/list_container_helper.cc ('k') | no next file » | 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 df9f9bdf1f14cda2cb043d22eb15d69ba031bcca..f24ed8cad7629c7228ec36552ad73788ded71172 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -80,8 +80,9 @@
'base/histograms.h',
'base/invalidation_region.cc',
'base/invalidation_region.h',
- 'base/list_container.cc',
'base/list_container.h',
+ 'base/list_container_helper.cc',
+ 'base/list_container_helper.h',
'base/math_util.cc',
'base/math_util.h',
'base/region.cc',
« no previous file with comments | « cc/base/list_container_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698