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

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') | cc/surfaces/display.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 a56fc909e758fd4c6ba9270e8be670bb164af0ce..f584372d3e00632e7f754823389b701c6fa3e2ac 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -486,6 +486,9 @@
'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',
« no previous file with comments | « no previous file | cc/surfaces/display.h » ('j') | cc/surfaces/display.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698