| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'common/gpu/image_transport_surface.cc', | 269 'common/gpu/image_transport_surface.cc', |
| 270 'common/gpu/image_transport_surface.h', | 270 'common/gpu/image_transport_surface.h', |
| 271 'common/gpu/image_transport_surface_android.cc', | 271 'common/gpu/image_transport_surface_android.cc', |
| 272 'common/gpu/image_transport_surface_linux.cc', | 272 'common/gpu/image_transport_surface_linux.cc', |
| 273 'common/gpu/image_transport_surface_mac.cc', | 273 'common/gpu/image_transport_surface_mac.cc', |
| 274 'common/gpu/image_transport_surface_win.cc', | 274 'common/gpu/image_transport_surface_win.cc', |
| 275 'common/gpu/media/gpu_video_decode_accelerator.cc', | 275 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 276 'common/gpu/media/gpu_video_decode_accelerator.h', | 276 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 277 'common/gpu/media/gpu_video_encode_accelerator.cc', | 277 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 278 'common/gpu/media/gpu_video_encode_accelerator.h', | 278 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 279 'common/gpu/media/ozone_video_decode_accelerator.cc', |
| 280 'common/gpu/media/ozone_video_decode_accelerator.h', |
| 281 'common/gpu/media/video_decode_factory_ozone.cc', |
| 279 'common/gpu/media/video_decode_accelerator_impl.cc', | 282 'common/gpu/media/video_decode_accelerator_impl.cc', |
| 280 'common/gpu/media/video_decode_accelerator_impl.h', | 283 'common/gpu/media/video_decode_accelerator_impl.h', |
| 284 'common/gpu/media/video_decode_factory_ozone.cc', |
| 285 'common/gpu/media/video_decode_factory_ozone.h', |
| 281 'common/gpu/stream_texture_android.cc', | 286 'common/gpu/stream_texture_android.cc', |
| 282 'common/gpu/stream_texture_android.h', | 287 'common/gpu/stream_texture_android.h', |
| 283 'common/gpu/sync_point_manager.cc', | 288 'common/gpu/sync_point_manager.cc', |
| 284 'common/gpu/sync_point_manager.h', | 289 'common/gpu/sync_point_manager.h', |
| 285 'common/gpu/texture_image_transport_surface.cc', | 290 'common/gpu/texture_image_transport_surface.cc', |
| 286 'common/gpu/texture_image_transport_surface.h', | 291 'common/gpu/texture_image_transport_surface.h', |
| 287 'common/handle_enumerator_win.cc', | 292 'common/handle_enumerator_win.cc', |
| 288 'common/handle_enumerator_win.h', | 293 'common/handle_enumerator_win.h', |
| 289 'common/host_shared_bitmap_manager.cc', | 294 'common/host_shared_bitmap_manager.cc', |
| 290 'common/host_shared_bitmap_manager.h', | 295 'common/host_shared_bitmap_manager.h', |
| (...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 765 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 761 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 766 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 767 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 768 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 764 ], | 769 ], |
| 765 }, { | 770 }, { |
| 766 'defines': ['USE_SECCOMP_BPF'], | 771 'defines': ['USE_SECCOMP_BPF'], |
| 767 }], | 772 }], |
| 768 ], | 773 ], |
| 769 } | 774 } |
| OLD | NEW |