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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 'common/font_cache_dispatcher_win.h', | 168 'common/font_cache_dispatcher_win.h', |
169 'common/font_config_ipc_linux.cc', | 169 'common/font_config_ipc_linux.cc', |
170 'common/font_config_ipc_linux.h', | 170 'common/font_config_ipc_linux.h', |
171 'common/font_list.cc', | 171 'common/font_list.cc', |
172 'common/font_list.h', | 172 'common/font_list.h', |
173 'common/font_list_android.cc', | 173 'common/font_list_android.cc', |
174 'common/font_list_mac.mm', | 174 'common/font_list_mac.mm', |
175 'common/font_list_ozone.cc', | 175 'common/font_list_ozone.cc', |
176 'common/font_list_pango.cc', | 176 'common/font_list_pango.cc', |
177 'common/font_list_win.cc', | 177 'common/font_list_win.cc', |
| 178 'common/frame_message_enums.h', |
| 179 'common/frame_messages.h', |
178 'common/frame_param.cc', | 180 'common/frame_param.cc', |
179 'common/frame_param.h', | 181 'common/frame_param.h', |
180 'common/frame_param_macros.h', | 182 'common/frame_param_macros.h', |
181 'common/gamepad_hardware_buffer.h', | 183 'common/gamepad_hardware_buffer.h', |
182 'common/gamepad_messages.h', | 184 'common/gamepad_messages.h', |
183 'common/gamepad_user_gesture.cc', | 185 'common/gamepad_user_gesture.cc', |
184 'common/gamepad_user_gesture.h', | 186 'common/gamepad_user_gesture.h', |
185 'common/geolocation_messages.h', | 187 'common/geolocation_messages.h', |
186 'common/gpu/client/command_buffer_proxy_impl.cc', | 188 'common/gpu/client/command_buffer_proxy_impl.cc', |
187 'common/gpu/client/command_buffer_proxy_impl.h', | 189 'common/gpu/client/command_buffer_proxy_impl.h', |
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 643 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
642 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 644 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
643 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 645 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
644 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 646 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
645 ], | 647 ], |
646 }, { | 648 }, { |
647 'defines': ['USE_SECCOMP_BPF'], | 649 'defines': ['USE_SECCOMP_BPF'], |
648 }], | 650 }], |
649 ], | 651 ], |
650 } | 652 } |
OLD | NEW |