| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'common/gpu/media/video_decode_accelerator_impl.cc', | 248 'common/gpu/media/video_decode_accelerator_impl.cc', |
| 249 'common/gpu/media/video_decode_accelerator_impl.h', | 249 'common/gpu/media/video_decode_accelerator_impl.h', |
| 250 'common/gpu/stream_texture_android.cc', | 250 'common/gpu/stream_texture_android.cc', |
| 251 'common/gpu/stream_texture_android.h', | 251 'common/gpu/stream_texture_android.h', |
| 252 'common/gpu/sync_point_manager.cc', | 252 'common/gpu/sync_point_manager.cc', |
| 253 'common/gpu/sync_point_manager.h', | 253 'common/gpu/sync_point_manager.h', |
| 254 'common/gpu/texture_image_transport_surface.cc', | 254 'common/gpu/texture_image_transport_surface.cc', |
| 255 'common/gpu/texture_image_transport_surface.h', | 255 'common/gpu/texture_image_transport_surface.h', |
| 256 'common/handle_enumerator_win.cc', | 256 'common/handle_enumerator_win.cc', |
| 257 'common/handle_enumerator_win.h', | 257 'common/handle_enumerator_win.h', |
| 258 'common/host_shared_bitmap_manager.cc', |
| 259 'common/host_shared_bitmap_manager.h', |
| 258 'common/image_messages.h', | 260 'common/image_messages.h', |
| 259 'common/indexed_db/indexed_db_constants.h', | 261 'common/indexed_db/indexed_db_constants.h', |
| 260 'common/indexed_db/indexed_db_key.cc', | 262 'common/indexed_db/indexed_db_key.cc', |
| 261 'common/indexed_db/indexed_db_key.h', | 263 'common/indexed_db/indexed_db_key.h', |
| 262 'common/indexed_db/indexed_db_key_path.cc', | 264 'common/indexed_db/indexed_db_key_path.cc', |
| 263 'common/indexed_db/indexed_db_key_path.h', | 265 'common/indexed_db/indexed_db_key_path.h', |
| 264 'common/indexed_db/indexed_db_key_range.cc', | 266 'common/indexed_db/indexed_db_key_range.cc', |
| 265 'common/indexed_db/indexed_db_key_range.h', | 267 'common/indexed_db/indexed_db_key_range.h', |
| 266 'common/indexed_db/indexed_db_messages.h', | 268 'common/indexed_db/indexed_db_messages.h', |
| 267 'common/indexed_db/indexed_db_param_traits.cc', | 269 'common/indexed_db/indexed_db_param_traits.cc', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 665 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 664 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 666 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 665 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 667 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 666 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 668 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 667 ], | 669 ], |
| 668 }, { | 670 }, { |
| 669 'defines': ['USE_SECCOMP_BPF'], | 671 'defines': ['USE_SECCOMP_BPF'], |
| 670 }], | 672 }], |
| 671 ], | 673 ], |
| 672 } | 674 } |
| OLD | NEW |