| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'public/common/content_constants.h', | 49 'public/common/content_constants.h', |
| 50 'public/common/content_descriptors.h', | 50 'public/common/content_descriptors.h', |
| 51 'public/common/content_ipc_logging.h', | 51 'public/common/content_ipc_logging.h', |
| 52 'public/common/content_paths.h', | 52 'public/common/content_paths.h', |
| 53 'public/common/content_switches.cc', | 53 'public/common/content_switches.cc', |
| 54 'public/common/content_switches.h', | 54 'public/common/content_switches.h', |
| 55 'public/common/context_menu_params.cc', | 55 'public/common/context_menu_params.cc', |
| 56 'public/common/context_menu_params.h', | 56 'public/common/context_menu_params.h', |
| 57 'public/common/drop_data.cc', | 57 'public/common/drop_data.cc', |
| 58 'public/common/drop_data.h', | 58 'public/common/drop_data.h', |
| 59 'public/common/eme_codec.h', |
| 59 'public/common/favicon_url.cc', | 60 'public/common/favicon_url.cc', |
| 60 'public/common/favicon_url.h', | 61 'public/common/favicon_url.h', |
| 61 'public/common/file_chooser_params.cc', | 62 'public/common/file_chooser_params.cc', |
| 62 'public/common/file_chooser_params.h', | 63 'public/common/file_chooser_params.h', |
| 63 'public/common/frame_navigate_params.cc', | 64 'public/common/frame_navigate_params.cc', |
| 64 'public/common/frame_navigate_params.h', | 65 'public/common/frame_navigate_params.h', |
| 65 'public/common/geoposition.cc', | 66 'public/common/geoposition.cc', |
| 66 'public/common/geoposition.h', | 67 'public/common/geoposition.h', |
| 67 'public/common/gpu_memory_stats.cc', | 68 'public/common/gpu_memory_stats.cc', |
| 68 'public/common/gpu_memory_stats.h', | 69 'public/common/gpu_memory_stats.h', |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 754 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 755 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 757 ], | 758 ], |
| 758 }, { | 759 }, { |
| 759 'defines': ['USE_SECCOMP_BPF'], | 760 'defines': ['USE_SECCOMP_BPF'], |
| 760 }], | 761 }], |
| 761 ], | 762 ], |
| 762 } | 763 } |
| OLD | NEW |