| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'dependencies': [ | 293 'dependencies': [ |
| 294 '../build/linux/system.gyp:pangocairo', | 294 '../build/linux/system.gyp:pangocairo', |
| 295 ], | 295 ], |
| 296 }], | 296 }], |
| 297 ['use_x11 == 1 and target_arch != "arm"', { | 297 ['use_x11 == 1 and target_arch != "arm"', { |
| 298 'sources': [ | 298 'sources': [ |
| 299 'common/gpu/x_util.cc', | 299 'common/gpu/x_util.cc', |
| 300 'common/gpu/x_util.h', | 300 'common/gpu/x_util.h', |
| 301 ], | 301 ], |
| 302 }], | 302 }], |
| 303 ['touchui==1', { | 303 ['views_gpu_image_transport==1', { |
| 304 'sources': [ | 304 'sources': [ |
| 305 'common/gpu/image_transport_surface.cc', | 305 'common/gpu/image_transport_surface.cc', |
| 306 'common/gpu/image_transport_surface_linux.cc', | 306 'common/gpu/image_transport_surface_linux.cc', |
| 307 ], | 307 ], |
| 308 'include_dirs': [ | 308 'include_dirs': [ |
| 309 '<(DEPTH)/third_party/angle/include', | 309 '<(DEPTH)/third_party/angle/include', |
| 310 ], | 310 ], |
| 311 'link_settings': { | 311 'link_settings': { |
| 312 'libraries': [ | 312 'libraries': [ |
| 313 '-lXcomposite', | 313 '-lXcomposite', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 335 ], | 335 ], |
| 336 'link_settings': { | 336 'link_settings': { |
| 337 'libraries': [ | 337 'libraries': [ |
| 338 '-lEGL', | 338 '-lEGL', |
| 339 '-lGLESv2', | 339 '-lGLESv2', |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 }], | 342 }], |
| 343 ], | 343 ], |
| 344 } | 344 } |
| OLD | NEW |