| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 'common/gpu/media/video_decode_accelerator_impl.cc', | 247 'common/gpu/media/video_decode_accelerator_impl.cc', |
| 248 'common/gpu/media/video_decode_accelerator_impl.h', | 248 'common/gpu/media/video_decode_accelerator_impl.h', |
| 249 'common/gpu/stream_texture_android.cc', | 249 'common/gpu/stream_texture_android.cc', |
| 250 'common/gpu/stream_texture_android.h', | 250 'common/gpu/stream_texture_android.h', |
| 251 'common/gpu/sync_point_manager.cc', | 251 'common/gpu/sync_point_manager.cc', |
| 252 'common/gpu/sync_point_manager.h', | 252 'common/gpu/sync_point_manager.h', |
| 253 'common/gpu/texture_image_transport_surface.cc', | 253 'common/gpu/texture_image_transport_surface.cc', |
| 254 'common/gpu/texture_image_transport_surface.h', | 254 'common/gpu/texture_image_transport_surface.h', |
| 255 'common/handle_enumerator_win.cc', | 255 'common/handle_enumerator_win.cc', |
| 256 'common/handle_enumerator_win.h', | 256 'common/handle_enumerator_win.h', |
| 257 'common/host_shared_bitmap_manager.cc', |
| 258 'common/host_shared_bitmap_manager.h', |
| 257 'common/image_messages.h', | 259 'common/image_messages.h', |
| 258 'common/indexed_db/indexed_db_constants.h', | 260 'common/indexed_db/indexed_db_constants.h', |
| 259 'common/indexed_db/indexed_db_key.cc', | 261 'common/indexed_db/indexed_db_key.cc', |
| 260 'common/indexed_db/indexed_db_key.h', | 262 'common/indexed_db/indexed_db_key.h', |
| 261 'common/indexed_db/indexed_db_key_path.cc', | 263 'common/indexed_db/indexed_db_key_path.cc', |
| 262 'common/indexed_db/indexed_db_key_path.h', | 264 'common/indexed_db/indexed_db_key_path.h', |
| 263 'common/indexed_db/indexed_db_key_range.cc', | 265 'common/indexed_db/indexed_db_key_range.cc', |
| 264 'common/indexed_db/indexed_db_key_range.h', | 266 'common/indexed_db/indexed_db_key_range.h', |
| 265 'common/indexed_db/indexed_db_messages.h', | 267 'common/indexed_db/indexed_db_messages.h', |
| 266 'common/indexed_db/indexed_db_param_traits.cc', | 268 'common/indexed_db/indexed_db_param_traits.cc', |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 653 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 652 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 654 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 656 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 655 ], | 657 ], |
| 656 }, { | 658 }, { |
| 657 'defines': ['USE_SECCOMP_BPF'], | 659 'defines': ['USE_SECCOMP_BPF'], |
| 658 }], | 660 }], |
| 659 ], | 661 ], |
| 660 } | 662 } |
| OLD | NEW |