| 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',
|
|
|