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

Unified Diff: content/content_browser.gypi

Issue 1802383002: Move gl_helper to content/browser/compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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 | « content/common/gpu/client/gl_helper_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 889867bef55c1b701cfa68577543d78d0de719e5..0aa0d9a0871ddecca2f6dffbc99ec2340cabaaad 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -538,6 +538,12 @@
# NOTE: These files are here instead of in compositor_browser_sources
# because the latter is not built on Android, whereas these files are
# needed on all platforms.
+ 'browser/compositor/gl_helper.cc',
+ 'browser/compositor/gl_helper.h',
+ 'browser/compositor/gl_helper_readback_support.cc',
+ 'browser/compositor/gl_helper_readback_support.h',
+ 'browser/compositor/gl_helper_scaling.cc',
+ 'browser/compositor/gl_helper_scaling.h',
'browser/compositor/surface_utils.cc',
'browser/compositor/surface_utils.h',
'browser/device_sensors/ambient_light_mac.cc',
« no previous file with comments | « content/common/gpu/client/gl_helper_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698