Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: content/content_common.gypi

Issue 195873019: Gamepad API: add support for connection events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'common/font_list_mac.mm', 177 'common/font_list_mac.mm',
178 'common/font_list_ozone.cc', 178 'common/font_list_ozone.cc',
179 'common/font_list_pango.cc', 179 'common/font_list_pango.cc',
180 'common/font_list_win.cc', 180 'common/font_list_win.cc',
181 'common/frame_message_enums.h', 181 'common/frame_message_enums.h',
182 'common/frame_messages.h', 182 'common/frame_messages.h',
183 'common/frame_param.cc', 183 'common/frame_param.cc',
184 'common/frame_param.h', 184 'common/frame_param.h',
185 'common/frame_param_macros.h', 185 'common/frame_param_macros.h',
186 'common/gamepad_hardware_buffer.h', 186 'common/gamepad_hardware_buffer.h',
187 'common/gamepad_connection_event_message_params.cc',
188 'common/gamepad_connection_event_message_params.h',
187 'common/gamepad_messages.h', 189 'common/gamepad_messages.h',
188 'common/gamepad_user_gesture.cc', 190 'common/gamepad_user_gesture.cc',
189 'common/gamepad_user_gesture.h', 191 'common/gamepad_user_gesture.h',
190 'common/geolocation_messages.h', 192 'common/geolocation_messages.h',
191 'common/gpu/client/command_buffer_proxy_impl.cc', 193 'common/gpu/client/command_buffer_proxy_impl.cc',
192 'common/gpu/client/command_buffer_proxy_impl.h', 194 'common/gpu/client/command_buffer_proxy_impl.h',
193 'common/gpu/client/context_provider_command_buffer.cc', 195 'common/gpu/client/context_provider_command_buffer.cc',
194 'common/gpu/client/context_provider_command_buffer.h', 196 'common/gpu/client/context_provider_command_buffer.h',
195 'common/gpu/client/gl_helper.cc', 197 'common/gpu/client/gl_helper.cc',
196 'common/gpu/client/gl_helper.h', 198 'common/gpu/client/gl_helper.h',
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 707 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
706 'common/sandbox_linux/bpf_renderer_policy_linux.h', 708 'common/sandbox_linux/bpf_renderer_policy_linux.h',
707 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 709 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
708 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 710 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
709 ], 711 ],
710 }, { 712 }, {
711 'defines': ['USE_SECCOMP_BPF'], 713 'defines': ['USE_SECCOMP_BPF'],
712 }], 714 }],
713 ], 715 ],
714 } 716 }
717
jam 2014/03/17 19:01:00 why?
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698