| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
| 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'common/gpu/gpu_process_launch_causes.h', | 294 'common/gpu/gpu_process_launch_causes.h', |
| 295 'common/gpu/gpu_result_codes.h', | 295 'common/gpu/gpu_result_codes.h', |
| 296 'common/gpu/gpu_surface_lookup.cc', | 296 'common/gpu/gpu_surface_lookup.cc', |
| 297 'common/gpu/gpu_surface_lookup.h', | 297 'common/gpu/gpu_surface_lookup.h', |
| 298 'common/gpu/gpu_watchdog.h', | 298 'common/gpu/gpu_watchdog.h', |
| 299 'common/gpu/image_transport_surface.cc', | 299 'common/gpu/image_transport_surface.cc', |
| 300 'common/gpu/image_transport_surface.h', | 300 'common/gpu/image_transport_surface.h', |
| 301 'common/gpu/image_transport_surface_android.cc', | 301 'common/gpu/image_transport_surface_android.cc', |
| 302 'common/gpu/image_transport_surface_calayer_mac.mm', | 302 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 303 'common/gpu/image_transport_surface_calayer_mac.h', | 303 'common/gpu/image_transport_surface_calayer_mac.h', |
| 304 'common/gpu/image_transport_surface_fbo_mac.cc', | 304 'common/gpu/image_transport_surface_fbo_mac.mm', |
| 305 'common/gpu/image_transport_surface_fbo_mac.h', | 305 'common/gpu/image_transport_surface_fbo_mac.h', |
| 306 'common/gpu/image_transport_surface_linux.cc', | 306 'common/gpu/image_transport_surface_linux.cc', |
| 307 'common/gpu/image_transport_surface_mac.mm', | 307 'common/gpu/image_transport_surface_mac.mm', |
| 308 'common/gpu/image_transport_surface_iosurface_mac.cc', | 308 'common/gpu/image_transport_surface_iosurface_mac.cc', |
| 309 'common/gpu/image_transport_surface_iosurface_mac.h', | 309 'common/gpu/image_transport_surface_iosurface_mac.h', |
| 310 'common/gpu/image_transport_surface_win.cc', | 310 'common/gpu/image_transport_surface_win.cc', |
| 311 'common/gpu/media/gpu_video_decode_accelerator.cc', | 311 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 312 'common/gpu/media/gpu_video_decode_accelerator.h', | 312 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 313 'common/gpu/media/gpu_video_encode_accelerator.cc', | 313 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 314 'common/gpu/media/gpu_video_encode_accelerator.h', | 314 'common/gpu/media/gpu_video_encode_accelerator.h', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 'defines': ['USE_SECCOMP_BPF'], | 887 'defines': ['USE_SECCOMP_BPF'], |
| 888 }], | 888 }], |
| 889 ['use_ozone==1', { | 889 ['use_ozone==1', { |
| 890 'dependencies': [ | 890 'dependencies': [ |
| 891 '../ui/ozone/ozone.gyp:ozone', | 891 '../ui/ozone/ozone.gyp:ozone', |
| 892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', | 892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
| 893 ], | 893 ], |
| 894 }], | 894 }], |
| 895 ], | 895 ], |
| 896 } | 896 } |
| OLD | NEW |