| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gpu_ipc', | 9 '../gpu/gpu.gyp:gpu_ipc', |
| 10 '../ipc/ipc.gyp:ipc', | 10 '../ipc/ipc.gyp:ipc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 'common/gpu/gpu_channel_manager.h', | 132 'common/gpu/gpu_channel_manager.h', |
| 133 'common/gpu/gpu_command_buffer_stub.cc', | 133 'common/gpu/gpu_command_buffer_stub.cc', |
| 134 'common/gpu/gpu_command_buffer_stub.h', | 134 'common/gpu/gpu_command_buffer_stub.h', |
| 135 'common/gpu/gpu_config.h', | 135 'common/gpu/gpu_config.h', |
| 136 'common/gpu/gpu_feature_flags.cc', | 136 'common/gpu/gpu_feature_flags.cc', |
| 137 'common/gpu/gpu_feature_flags.h', | 137 'common/gpu/gpu_feature_flags.h', |
| 138 'common/gpu/gpu_messages.h', | 138 'common/gpu/gpu_messages.h', |
| 139 'common/gpu/gpu_process_launch_causes.h', | 139 'common/gpu/gpu_process_launch_causes.h', |
| 140 'common/gpu/gpu_watchdog.h', | 140 'common/gpu/gpu_watchdog.h', |
| 141 'common/gpu/image_transport_surface.h', | 141 'common/gpu/image_transport_surface.h', |
| 142 'common/gpu/image_transport_surface.cc', | |
| 143 'common/gpu/image_transport_surface_linux.cc', | |
| 144 'common/gpu/image_transport_surface_mac.cc', | |
| 145 'common/gpu/image_transport_surface_win.cc', | |
| 146 'common/gpu/media/gpu_video_decode_accelerator.cc', | 142 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 147 'common/gpu/media/gpu_video_decode_accelerator.h', | 143 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 148 'common/gpu/transport_texture.cc', | 144 'common/gpu/transport_texture.cc', |
| 149 'common/gpu/transport_texture.h', | 145 'common/gpu/transport_texture.h', |
| 150 'common/handle_enumerator_win.cc', | 146 'common/handle_enumerator_win.cc', |
| 151 'common/handle_enumerator_win.h', | 147 'common/handle_enumerator_win.h', |
| 152 'common/hi_res_timer_manager_posix.cc', | 148 'common/hi_res_timer_manager_posix.cc', |
| 153 'common/hi_res_timer_manager_win.cc', | 149 'common/hi_res_timer_manager_win.cc', |
| 154 'common/hi_res_timer_manager.h', | 150 'common/hi_res_timer_manager.h', |
| 155 'common/indexed_db_key.cc', | 151 'common/indexed_db_key.cc', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 ['OS!="win"', { | 261 ['OS!="win"', { |
| 266 'sources!': [ | 262 'sources!': [ |
| 267 'common/sandbox_policy.cc', | 263 'common/sandbox_policy.cc', |
| 268 'common/sandbox_policy.h', | 264 'common/sandbox_policy.h', |
| 269 ], | 265 ], |
| 270 }], | 266 }], |
| 271 ['OS=="mac"', { | 267 ['OS=="mac"', { |
| 272 'sources!': [ | 268 'sources!': [ |
| 273 'common/process_watcher_posix.cc', | 269 'common/process_watcher_posix.cc', |
| 274 ], | 270 ], |
| 271 'sources': [ |
| 272 'common/gpu/image_transport_surface.cc', |
| 273 'common/gpu/image_transport_surface_mac.cc', |
| 274 ], |
| 275 'link_settings': { | 275 'link_settings': { |
| 276 'mac_bundle_resources': [ | 276 'mac_bundle_resources': [ |
| 277 'common/common.sb', | 277 'common/common.sb', |
| 278 ], | 278 ], |
| 279 }, | 279 }, |
| 280 }], | 280 }], |
| 281 ['toolkit_uses_gtk == 1', { | 281 ['toolkit_uses_gtk == 1', { |
| 282 'dependencies': [ | 282 'dependencies': [ |
| 283 '../build/linux/system.gyp:gtk', | 283 '../build/linux/system.gyp:gtk', |
| 284 ], | 284 ], |
| 285 }], | 285 }], |
| 286 ['use_x11 == 1', { | 286 ['use_x11 == 1', { |
| 287 'dependencies': [ | 287 'dependencies': [ |
| 288 '../build/linux/system.gyp:pangocairo', | 288 '../build/linux/system.gyp:pangocairo', |
| 289 ], | 289 ], |
| 290 }], | 290 }], |
| 291 ['use_x11 == 1 and target_arch != "arm"', { | 291 ['use_x11 == 1 and target_arch != "arm"', { |
| 292 'sources': [ | 292 'sources': [ |
| 293 'common/gpu/x_util.cc', | 293 'common/gpu/x_util.cc', |
| 294 'common/gpu/x_util.h', | 294 'common/gpu/x_util.h', |
| 295 ], | 295 ], |
| 296 }], | 296 }], |
| 297 ['OS=="linux"', { | 297 ['ui_compositor_image_transport==1', { |
| 298 'sources': [ |
| 299 'common/gpu/image_transport_surface.cc', |
| 300 'common/gpu/image_transport_surface_linux.cc', |
| 301 ], |
| 298 'include_dirs': [ | 302 'include_dirs': [ |
| 299 '<(DEPTH)/third_party/angle/include', | 303 '<(DEPTH)/third_party/angle/include', |
| 300 ], | 304 ], |
| 301 'link_settings': { | 305 'link_settings': { |
| 302 'libraries': [ | 306 'libraries': [ |
| 303 '-lXcomposite', | 307 '-lXcomposite', |
| 304 ], | 308 ], |
| 305 }, | 309 }, |
| 306 }], | 310 }], |
| 307 ['enable_gpu==1', { | 311 ['enable_gpu==1', { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 325 ], | 329 ], |
| 326 'link_settings': { | 330 'link_settings': { |
| 327 'libraries': [ | 331 'libraries': [ |
| 328 '-lEGL', | 332 '-lEGL', |
| 329 '-lGLESv2', | 333 '-lGLESv2', |
| 330 ], | 334 ], |
| 331 }, | 335 }, |
| 332 }], | 336 }], |
| 333 ], | 337 ], |
| 334 } | 338 } |
| OLD | NEW |