| OLD | NEW | 
|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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   'include_dirs': [ | 6   'include_dirs': [ | 
| 7     '..', | 7     '..', | 
| 8   ], | 8   ], | 
| 9   'all_dependent_settings': { | 9   'all_dependent_settings': { | 
| 10     'include_dirs': [ | 10     'include_dirs': [ | 
| 11       '..', | 11       '..', | 
| 12     ], | 12     ], | 
| 13   }, | 13   }, | 
| 14   'dependencies': [ | 14   'dependencies': [ | 
| 15     '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', | 15     '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', | 
| 16     '../base/base.gyp:base', | 16     '../base/base.gyp:base', | 
| 17     '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
     otations', | 17     '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
     otations', | 
| 18     '../crypto/crypto.gyp:crypto', | 18     '../crypto/crypto.gyp:crypto', | 
| 19     '../ui/gfx/gfx.gyp:gfx', | 19     '../ui/gfx/gfx.gyp:gfx', | 
| 20     '../ui/gfx/gfx.gyp:gfx_geometry', | 20     '../ui/gfx/gfx.gyp:gfx_geometry', | 
| 21     '../ui/gl/gl.gyp:gl', | 21     '../ui/gl/gl.gyp:gl', | 
| 22     '../ui/ui.gyp:ui', |  | 
| 23     '<(angle_path)/src/build_angle.gyp:translator', | 22     '<(angle_path)/src/build_angle.gyp:translator', | 
| 24     '../third_party/khronos/khronos.gyp:khronos_headers', | 23     '../third_party/khronos/khronos.gyp:khronos_headers', | 
| 25     '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 24     '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 
| 26     '../third_party/smhasher/smhasher.gyp:cityhash', | 25     '../third_party/smhasher/smhasher.gyp:cityhash', | 
| 27   ], | 26   ], | 
| 28   'sources': [ | 27   'sources': [ | 
| 29     'command_buffer/service/async_pixel_transfer_delegate.cc', | 28     'command_buffer/service/async_pixel_transfer_delegate.cc', | 
| 30     'command_buffer/service/async_pixel_transfer_delegate.h', | 29     'command_buffer/service/async_pixel_transfer_delegate.h', | 
| 31     'command_buffer/service/async_pixel_transfer_manager_android.cc', | 30     'command_buffer/service/async_pixel_transfer_manager_android.cc', | 
| 32     'command_buffer/service/async_pixel_transfer_manager_idle.cc', | 31     'command_buffer/service/async_pixel_transfer_manager_idle.cc', | 
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 143       ], | 142       ], | 
| 144     }], | 143     }], | 
| 145     ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { | 144     ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { | 
| 146       'sources': [ | 145       'sources': [ | 
| 147         'command_buffer/service/async_pixel_transfer_manager_egl.cc', | 146         'command_buffer/service/async_pixel_transfer_manager_egl.cc', | 
| 148         'command_buffer/service/async_pixel_transfer_manager_egl.h', | 147         'command_buffer/service/async_pixel_transfer_manager_egl.h', | 
| 149       ], | 148       ], | 
| 150     }] | 149     }] | 
| 151   ], | 150   ], | 
| 152 } | 151 } | 
| OLD | NEW | 
|---|