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

Unified Diff: cc/cc.gyp

Issue 139763003: Initial surface aggregator implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment to SharedQuadState Created 6 years, 11 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_tests.gyp » ('j') | cc/surfaces/surface_aggregator_test_helpers.h » ('J')
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 cee83d8b670a4ec7e371e291b41ebd60a9e5025d..c083c847f81b74272d6968ba4fcb295c3e35a2bd 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -458,6 +458,7 @@
'cc',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
],
@@ -467,6 +468,8 @@
'sources': [
'surfaces/surface.cc',
'surfaces/surface.h',
+ 'surfaces/surface_aggregator.cc',
+ 'surfaces/surface_aggregator.h',
'surfaces/surface_manager.cc',
'surfaces/surface_manager.h',
'surfaces/surfaces_export.h',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/surfaces/surface_aggregator_test_helpers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698