| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'common/gpu/gpu_command_buffer_stub.h', | 119 'common/gpu/gpu_command_buffer_stub.h', |
| 120 'common/gpu/gpu_config.h', | 120 'common/gpu/gpu_config.h', |
| 121 'common/gpu/gpu_feature_flags.cc', | 121 'common/gpu/gpu_feature_flags.cc', |
| 122 'common/gpu/gpu_feature_flags.h', | 122 'common/gpu/gpu_feature_flags.h', |
| 123 'common/gpu/gpu_info.cc', | 123 'common/gpu/gpu_info.cc', |
| 124 'common/gpu/gpu_info.h', | 124 'common/gpu/gpu_info.h', |
| 125 'common/gpu/gpu_messages.h', | 125 'common/gpu/gpu_messages.h', |
| 126 'common/gpu/gpu_process_launch_causes.h', | 126 'common/gpu/gpu_process_launch_causes.h', |
| 127 'common/gpu/gpu_watchdog.h', | 127 'common/gpu/gpu_watchdog.h', |
| 128 'common/gpu/image_transport_surface.h', | 128 'common/gpu/image_transport_surface.h', |
| 129 'common/gpu/image_transport_surface.cc', |
| 130 'common/gpu/image_transport_surface_linux.cc', |
| 131 'common/gpu/image_transport_surface_mac.cc', |
| 132 'common/gpu/image_transport_surface_win.cc', |
| 129 'common/gpu/media/gpu_video_decode_accelerator.cc', | 133 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 130 'common/gpu/media/gpu_video_decode_accelerator.h', | 134 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 131 'common/gpu/transport_texture.cc', | 135 'common/gpu/transport_texture.cc', |
| 132 'common/gpu/transport_texture.h', | 136 'common/gpu/transport_texture.h', |
| 133 'common/handle_enumerator_win.cc', | 137 'common/handle_enumerator_win.cc', |
| 134 'common/handle_enumerator_win.h', | 138 'common/handle_enumerator_win.h', |
| 135 'common/hi_res_timer_manager_posix.cc', | 139 'common/hi_res_timer_manager_posix.cc', |
| 136 'common/hi_res_timer_manager_win.cc', | 140 'common/hi_res_timer_manager_win.cc', |
| 137 'common/hi_res_timer_manager.h', | 141 'common/hi_res_timer_manager.h', |
| 138 'common/indexed_db_key.cc', | 142 'common/indexed_db_key.cc', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 ['OS!="win"', { | 257 ['OS!="win"', { |
| 254 'sources!': [ | 258 'sources!': [ |
| 255 'common/sandbox_policy.cc', | 259 'common/sandbox_policy.cc', |
| 256 'common/sandbox_policy.h', | 260 'common/sandbox_policy.h', |
| 257 ], | 261 ], |
| 258 }], | 262 }], |
| 259 ['OS=="mac"', { | 263 ['OS=="mac"', { |
| 260 'sources!': [ | 264 'sources!': [ |
| 261 'common/process_watcher_posix.cc', | 265 'common/process_watcher_posix.cc', |
| 262 ], | 266 ], |
| 263 'sources': [ | |
| 264 'common/gpu/image_transport_surface.cc', | |
| 265 'common/gpu/image_transport_surface_mac.cc', | |
| 266 ], | |
| 267 'link_settings': { | 267 'link_settings': { |
| 268 'mac_bundle_resources': [ | 268 'mac_bundle_resources': [ |
| 269 'common/common.sb', | 269 'common/common.sb', |
| 270 ], | 270 ], |
| 271 }, | 271 }, |
| 272 }], | 272 }], |
| 273 ['toolkit_uses_gtk == 1', { | 273 ['toolkit_uses_gtk == 1', { |
| 274 'dependencies': [ | 274 'dependencies': [ |
| 275 '../build/linux/system.gyp:gtk', | 275 '../build/linux/system.gyp:gtk', |
| 276 ], | 276 ], |
| 277 }], | 277 }], |
| 278 ['use_x11 == 1', { | 278 ['use_x11 == 1', { |
| 279 'dependencies': [ | 279 'dependencies': [ |
| 280 '../build/linux/system.gyp:pangocairo', | 280 '../build/linux/system.gyp:pangocairo', |
| 281 ], | 281 ], |
| 282 }], | 282 }], |
| 283 ['use_x11 == 1 and target_arch != "arm"', { | 283 ['use_x11 == 1 and target_arch != "arm"', { |
| 284 'sources': [ | 284 'sources': [ |
| 285 'common/gpu/x_util.cc', | 285 'common/gpu/x_util.cc', |
| 286 'common/gpu/x_util.h', | 286 'common/gpu/x_util.h', |
| 287 ], | 287 ], |
| 288 }], | 288 }], |
| 289 ['ui_compositor_image_transport==1', { | 289 ['OS=="linux"', { |
| 290 'sources': [ | |
| 291 'common/gpu/image_transport_surface.cc', | |
| 292 'common/gpu/image_transport_surface_linux.cc', | |
| 293 ], | |
| 294 'include_dirs': [ | 290 'include_dirs': [ |
| 295 '<(DEPTH)/third_party/angle/include', | 291 '<(DEPTH)/third_party/angle/include', |
| 296 ], | 292 ], |
| 297 'link_settings': { | 293 'link_settings': { |
| 298 'libraries': [ | 294 'libraries': [ |
| 299 '-lXcomposite', | 295 '-lXcomposite', |
| 300 ], | 296 ], |
| 301 }, | 297 }, |
| 302 }], | 298 }], |
| 303 ['enable_gpu==1', { | 299 ['enable_gpu==1', { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 321 ], | 317 ], |
| 322 'link_settings': { | 318 'link_settings': { |
| 323 'libraries': [ | 319 'libraries': [ |
| 324 '-lEGL', | 320 '-lEGL', |
| 325 '-lGLESv2', | 321 '-lGLESv2', |
| 326 ], | 322 ], |
| 327 }, | 323 }, |
| 328 }], | 324 }], |
| 329 ], | 325 ], |
| 330 } | 326 } |
| OLD | NEW |