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

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: add some more comments 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'common/font_list_mac.mm', 202 'common/font_list_mac.mm',
203 'common/font_list_ozone.cc', 203 'common/font_list_ozone.cc',
204 'common/font_list_pango.cc', 204 'common/font_list_pango.cc',
205 'common/font_list_win.cc', 205 'common/font_list_win.cc',
206 'common/frame_message_enums.h', 206 'common/frame_message_enums.h',
207 'common/frame_messages.h', 207 'common/frame_messages.h',
208 'common/frame_param.cc', 208 'common/frame_param.cc',
209 'common/frame_param.h', 209 'common/frame_param.h',
210 'common/frame_param_macros.h', 210 'common/frame_param_macros.h',
211 'common/gamepad_hardware_buffer.h', 211 'common/gamepad_hardware_buffer.h',
212 'common/gamepad_connection_event_message_params.cc',
213 'common/gamepad_connection_event_message_params.h',
212 'common/gamepad_messages.h', 214 'common/gamepad_messages.h',
213 'common/gamepad_user_gesture.cc', 215 'common/gamepad_user_gesture.cc',
214 'common/gamepad_user_gesture.h', 216 'common/gamepad_user_gesture.h',
215 'common/geolocation_messages.h', 217 'common/geolocation_messages.h',
216 'common/gpu/client/command_buffer_proxy_impl.cc', 218 'common/gpu/client/command_buffer_proxy_impl.cc',
217 'common/gpu/client/command_buffer_proxy_impl.h', 219 'common/gpu/client/command_buffer_proxy_impl.h',
218 'common/gpu/client/context_provider_command_buffer.cc', 220 'common/gpu/client/context_provider_command_buffer.cc',
219 'common/gpu/client/context_provider_command_buffer.h', 221 'common/gpu/client/context_provider_command_buffer.h',
220 'common/gpu/client/gl_helper.cc', 222 'common/gpu/client/gl_helper.cc',
221 'common/gpu/client/gl_helper.h', 223 'common/gpu/client/gl_helper.h',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 762 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
761 'common/sandbox_linux/bpf_renderer_policy_linux.h', 763 'common/sandbox_linux/bpf_renderer_policy_linux.h',
762 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 764 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
763 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 765 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
764 ], 766 ],
765 }, { 767 }, {
766 'defines': ['USE_SECCOMP_BPF'], 768 'defines': ['USE_SECCOMP_BPF'],
767 }], 769 }],
768 ], 770 ],
769 } 771 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698