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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'common/android/common_jni_registrar.cc', | 139 'common/android/common_jni_registrar.cc', |
140 'common/android/common_jni_registrar.h', | 140 'common/android/common_jni_registrar.h', |
141 'common/android/gin_java_bridge_value.cc', | 141 'common/android/gin_java_bridge_value.cc', |
142 'common/android/gin_java_bridge_value.h', | 142 'common/android/gin_java_bridge_value.h', |
143 'common/android/hash_set.cc', | 143 'common/android/hash_set.cc', |
144 'common/android/hash_set.h', | 144 'common/android/hash_set.h', |
145 'common/android/surface_texture_lookup.cc', | 145 'common/android/surface_texture_lookup.cc', |
146 'common/android/surface_texture_lookup.h', | 146 'common/android/surface_texture_lookup.h', |
147 'common/android/surface_texture_peer.cc', | 147 'common/android/surface_texture_peer.cc', |
148 'common/android/surface_texture_peer.h', | 148 'common/android/surface_texture_peer.h', |
| 149 'common/appcache_interfaces.cc', |
| 150 'common/appcache_interfaces.h', |
149 'common/appcache_messages.h', | 151 'common/appcache_messages.h', |
150 'common/battery_status_messages.h', | 152 'common/battery_status_messages.h', |
151 'common/browser_plugin/browser_plugin_constants.cc', | 153 'common/browser_plugin/browser_plugin_constants.cc', |
152 'common/browser_plugin/browser_plugin_constants.h', | 154 'common/browser_plugin/browser_plugin_constants.h', |
153 'common/browser_plugin/browser_plugin_messages.h', | 155 'common/browser_plugin/browser_plugin_messages.h', |
154 'common/cc_messages.cc', | 156 'common/cc_messages.cc', |
155 'common/cc_messages.h', | 157 'common/cc_messages.h', |
156 'common/child_process_host_impl.cc', | 158 'common/child_process_host_impl.cc', |
157 'common/child_process_host_impl.h', | 159 'common/child_process_host_impl.h', |
158 'common/child_process_messages.h', | 160 'common/child_process_messages.h', |
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 797 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
796 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 798 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 799 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
798 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 800 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
799 ], | 801 ], |
800 }, { | 802 }, { |
801 'defines': ['USE_SECCOMP_BPF'], | 803 'defines': ['USE_SECCOMP_BPF'], |
802 }], | 804 }], |
803 ], | 805 ], |
804 } | 806 } |
OLD | NEW |