| Index: content/content_common.gypi
|
| ===================================================================
|
| --- content/content_common.gypi (revision 110637)
|
| +++ content/content_common.gypi (working copy)
|
| @@ -141,10 +141,6 @@
|
| 'common/gpu/gpu_process_launch_causes.h',
|
| 'common/gpu/gpu_watchdog.h',
|
| 'common/gpu/image_transport_surface.h',
|
| - 'common/gpu/image_transport_surface.cc',
|
| - 'common/gpu/image_transport_surface_linux.cc',
|
| - 'common/gpu/image_transport_surface_mac.cc',
|
| - 'common/gpu/image_transport_surface_win.cc',
|
| 'common/gpu/media/gpu_video_decode_accelerator.cc',
|
| 'common/gpu/media/gpu_video_decode_accelerator.h',
|
| 'common/gpu/transport_texture.cc',
|
| @@ -274,6 +270,10 @@
|
| 'sources!': [
|
| 'common/process_watcher_posix.cc',
|
| ],
|
| + 'sources': [
|
| + 'common/gpu/image_transport_surface.cc',
|
| + 'common/gpu/image_transport_surface_mac.cc',
|
| + ],
|
| 'link_settings': {
|
| 'mac_bundle_resources': [
|
| 'common/common.sb',
|
| @@ -296,7 +296,11 @@
|
| 'common/gpu/x_util.h',
|
| ],
|
| }],
|
| - ['OS=="linux"', {
|
| + ['ui_compositor_image_transport==1', {
|
| + 'sources': [
|
| + 'common/gpu/image_transport_surface.cc',
|
| + 'common/gpu/image_transport_surface_linux.cc',
|
| + ],
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/angle/include',
|
| ],
|
|
|