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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'common/gpu/image_transport_surface.cc', | 238 'common/gpu/image_transport_surface.cc', |
239 'common/gpu/image_transport_surface.h', | 239 'common/gpu/image_transport_surface.h', |
240 'common/gpu/image_transport_surface_android.cc', | 240 'common/gpu/image_transport_surface_android.cc', |
241 'common/gpu/image_transport_surface_linux.cc', | 241 'common/gpu/image_transport_surface_linux.cc', |
242 'common/gpu/image_transport_surface_mac.cc', | 242 'common/gpu/image_transport_surface_mac.cc', |
243 'common/gpu/image_transport_surface_win.cc', | 243 'common/gpu/image_transport_surface_win.cc', |
244 'common/gpu/media/gpu_video_decode_accelerator.cc', | 244 'common/gpu/media/gpu_video_decode_accelerator.cc', |
245 'common/gpu/media/gpu_video_decode_accelerator.h', | 245 'common/gpu/media/gpu_video_decode_accelerator.h', |
246 'common/gpu/media/gpu_video_encode_accelerator.cc', | 246 'common/gpu/media/gpu_video_encode_accelerator.cc', |
247 'common/gpu/media/gpu_video_encode_accelerator.h', | 247 'common/gpu/media/gpu_video_encode_accelerator.h', |
248 'common/gpu/media/h264_bit_reader.cc', | |
249 'common/gpu/media/h264_bit_reader.h', | |
250 'common/gpu/media/h264_parser.cc', | |
251 'common/gpu/media/h264_parser.h', | |
252 'common/gpu/media/video_decode_accelerator_impl.cc', | 248 'common/gpu/media/video_decode_accelerator_impl.cc', |
253 'common/gpu/media/video_decode_accelerator_impl.h', | 249 'common/gpu/media/video_decode_accelerator_impl.h', |
254 'common/gpu/stream_texture_manager_android.cc', | 250 'common/gpu/stream_texture_manager_android.cc', |
255 'common/gpu/stream_texture_manager_android.h', | 251 'common/gpu/stream_texture_manager_android.h', |
256 'common/gpu/sync_point_manager.cc', | 252 'common/gpu/sync_point_manager.cc', |
257 'common/gpu/sync_point_manager.h', | 253 'common/gpu/sync_point_manager.h', |
258 'common/gpu/texture_image_transport_surface.cc', | 254 'common/gpu/texture_image_transport_surface.cc', |
259 'common/gpu/texture_image_transport_surface.h', | 255 'common/gpu/texture_image_transport_surface.h', |
260 'common/handle_enumerator_win.cc', | 256 'common/handle_enumerator_win.cc', |
261 'common/handle_enumerator_win.h', | 257 'common/handle_enumerator_win.h', |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 648 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
653 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 649 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 650 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 651 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
656 ], | 652 ], |
657 }, { | 653 }, { |
658 'defines': ['USE_SECCOMP_BPF'], | 654 'defines': ['USE_SECCOMP_BPF'], |
659 }], | 655 }], |
660 ], | 656 ], |
661 } | 657 } |
OLD | NEW |