| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'common/gpu/gpu_messages.h', | 273 'common/gpu/gpu_messages.h', |
| 274 'common/gpu/gpu_process_launch_causes.h', | 274 'common/gpu/gpu_process_launch_causes.h', |
| 275 'common/gpu/gpu_surface_lookup.cc', | 275 'common/gpu/gpu_surface_lookup.cc', |
| 276 'common/gpu/gpu_surface_lookup.h', | 276 'common/gpu/gpu_surface_lookup.h', |
| 277 'common/gpu/gpu_watchdog.h', | 277 'common/gpu/gpu_watchdog.h', |
| 278 'common/gpu/image_transport_surface.cc', | 278 'common/gpu/image_transport_surface.cc', |
| 279 'common/gpu/image_transport_surface.h', | 279 'common/gpu/image_transport_surface.h', |
| 280 'common/gpu/image_transport_surface_android.cc', | 280 'common/gpu/image_transport_surface_android.cc', |
| 281 'common/gpu/image_transport_surface_linux.cc', | 281 'common/gpu/image_transport_surface_linux.cc', |
| 282 'common/gpu/image_transport_surface_mac.cc', | 282 'common/gpu/image_transport_surface_mac.cc', |
| 283 'common/gpu/image_transport_surface_mac.h', |
| 284 'common/gpu/image_transport_surface_calayer_mac.mm', |
| 285 'common/gpu/image_transport_surface_iosurface_mac.cc', |
| 286 'common/gpu/image_transport_surface_iosurface_mac.h', |
| 283 'common/gpu/image_transport_surface_win.cc', | 287 'common/gpu/image_transport_surface_win.cc', |
| 284 'common/gpu/media/gpu_video_decode_accelerator.cc', | 288 'common/gpu/media/gpu_video_decode_accelerator.cc', |
| 285 'common/gpu/media/gpu_video_decode_accelerator.h', | 289 'common/gpu/media/gpu_video_decode_accelerator.h', |
| 286 'common/gpu/media/gpu_video_encode_accelerator.cc', | 290 'common/gpu/media/gpu_video_encode_accelerator.cc', |
| 287 'common/gpu/media/gpu_video_encode_accelerator.h', | 291 'common/gpu/media/gpu_video_encode_accelerator.h', |
| 288 'common/gpu/stream_texture_android.cc', | 292 'common/gpu/stream_texture_android.cc', |
| 289 'common/gpu/stream_texture_android.h', | 293 'common/gpu/stream_texture_android.h', |
| 290 'common/gpu/sync_point_manager.cc', | 294 'common/gpu/sync_point_manager.cc', |
| 291 'common/gpu/sync_point_manager.h', | 295 'common/gpu/sync_point_manager.h', |
| 292 'common/gpu/texture_image_transport_surface.cc', | 296 'common/gpu/texture_image_transport_surface.cc', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 799 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 796 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 800 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 802 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 799 ], | 803 ], |
| 800 }, { | 804 }, { |
| 801 'defines': ['USE_SECCOMP_BPF'], | 805 'defines': ['USE_SECCOMP_BPF'], |
| 802 }], | 806 }], |
| 803 ], | 807 ], |
| 804 } | 808 } |
| OLD | NEW |