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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 'dependencies': [ | 281 'dependencies': [ |
282 '../build/linux/system.gyp:pangocairo', | 282 '../build/linux/system.gyp:pangocairo', |
283 ], | 283 ], |
284 }], | 284 }], |
285 ['use_x11 == 1 and target_arch != "arm"', { | 285 ['use_x11 == 1 and target_arch != "arm"', { |
286 'sources': [ | 286 'sources': [ |
287 'common/gpu/x_util.cc', | 287 'common/gpu/x_util.cc', |
288 'common/gpu/x_util.h', | 288 'common/gpu/x_util.h', |
289 ], | 289 ], |
290 }], | 290 }], |
291 ['views_gpu_image_transport==1', { | 291 ['ui_compositor_image_transport==1', { |
292 'sources': [ | 292 'sources': [ |
293 'common/gpu/image_transport_surface.cc', | 293 'common/gpu/image_transport_surface.cc', |
294 'common/gpu/image_transport_surface_linux.cc', | 294 'common/gpu/image_transport_surface_linux.cc', |
295 ], | 295 ], |
296 'include_dirs': [ | 296 'include_dirs': [ |
297 '<(DEPTH)/third_party/angle/include', | 297 '<(DEPTH)/third_party/angle/include', |
298 ], | 298 ], |
299 'link_settings': { | 299 'link_settings': { |
300 'libraries': [ | 300 'libraries': [ |
301 '-lXcomposite', | 301 '-lXcomposite', |
(...skipping 21 matching lines...) Expand all Loading... |
323 ], | 323 ], |
324 'link_settings': { | 324 'link_settings': { |
325 'libraries': [ | 325 'libraries': [ |
326 '-lEGL', | 326 '-lEGL', |
327 '-lGLESv2', | 327 '-lGLESv2', |
328 ], | 328 ], |
329 }, | 329 }, |
330 }], | 330 }], |
331 ], | 331 ], |
332 } | 332 } |
OLD | NEW |