| 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'common/gpu/image_transport_surface.cc', | 277 'common/gpu/image_transport_surface.cc', |
| 278 'common/gpu/image_transport_surface.h', | 278 'common/gpu/image_transport_surface.h', |
| 279 'common/gpu/image_transport_surface_android.cc', | 279 'common/gpu/image_transport_surface_android.cc', |
| 280 'common/gpu/image_transport_surface_linux.cc', | 280 'common/gpu/image_transport_surface_linux.cc', |
| 281 'common/gpu/image_transport_surface_mac.cc', | 281 'common/gpu/image_transport_surface_mac.cc', |
| 282 'common/gpu/image_transport_surface_win.cc', | 282 'common/gpu/image_transport_surface_win.cc', |
| 283 'common/gpu/media/gpu_video_decode_accelerator.cc', | 283 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 284 'common/gpu/media/gpu_video_decode_accelerator.h', | 284 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 285 'common/gpu/media/gpu_video_encode_accelerator.cc', | 285 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 286 'common/gpu/media/gpu_video_encode_accelerator.h', | 286 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 287 'common/gpu/media/video_decode_accelerator_impl.cc', | |
| 288 'common/gpu/media/video_decode_accelerator_impl.h', | |
| 289 'common/gpu/stream_texture_android.cc', | 287 'common/gpu/stream_texture_android.cc', |
| 290 'common/gpu/stream_texture_android.h', | 288 'common/gpu/stream_texture_android.h', |
| 291 'common/gpu/sync_point_manager.cc', | 289 'common/gpu/sync_point_manager.cc', |
| 292 'common/gpu/sync_point_manager.h', | 290 'common/gpu/sync_point_manager.h', |
| 293 'common/gpu/texture_image_transport_surface.cc', | 291 'common/gpu/texture_image_transport_surface.cc', |
| 294 'common/gpu/texture_image_transport_surface.h', | 292 'common/gpu/texture_image_transport_surface.h', |
| 295 'common/handle_enumerator_win.cc', | 293 'common/handle_enumerator_win.cc', |
| 296 'common/handle_enumerator_win.h', | 294 'common/handle_enumerator_win.h', |
| 297 'common/host_shared_bitmap_manager.cc', | 295 'common/host_shared_bitmap_manager.cc', |
| 298 'common/host_shared_bitmap_manager.h', | 296 'common/host_shared_bitmap_manager.h', |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 789 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 792 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 790 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 791 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 792 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 795 ], | 793 ], |
| 796 }, { | 794 }, { |
| 797 'defines': ['USE_SECCOMP_BPF'], | 795 'defines': ['USE_SECCOMP_BPF'], |
| 798 }], | 796 }], |
| 799 ], | 797 ], |
| 800 } | 798 } |
| OLD | NEW |