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

Unified Diff: cc/cc.gyp

Issue 302903003: Add very simple cc::Display implementation for surfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | cc/surfaces/display.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 2539323b71383910f2fa7d10fe32adbba0f68d26..ac29c42a67f741c093a3e7d69e12e77d6a9dd4e4 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -488,10 +488,14 @@
'CC_SURFACES_IMPLEMENTATION=1',
],
'sources': [
+ 'surfaces/display.cc',
+ 'surfaces/display.h',
+ 'surfaces/display_client.h',
'surfaces/surface.cc',
'surfaces/surface.h',
'surfaces/surface_aggregator.cc',
'surfaces/surface_aggregator.h',
+ 'surfaces/surface_client.h',
'surfaces/surface_manager.cc',
'surfaces/surface_manager.h',
'surfaces/surfaces_export.h',
« no previous file with comments | « no previous file | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698