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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 10912062: Implement the gamepad API in the IPC proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_host.gypi ('k') | ppapi/proxy/dispatch_reply_message.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'shared_impl/ppb_audio_shared.h', 48 'shared_impl/ppb_audio_shared.h',
49 'shared_impl/ppb_crypto_shared.cc', 49 'shared_impl/ppb_crypto_shared.cc',
50 'shared_impl/ppb_device_ref_shared.cc', 50 'shared_impl/ppb_device_ref_shared.cc',
51 'shared_impl/ppb_device_ref_shared.h', 51 'shared_impl/ppb_device_ref_shared.h',
52 'shared_impl/ppb_file_io_shared.cc', 52 'shared_impl/ppb_file_io_shared.cc',
53 'shared_impl/ppb_file_io_shared.h', 53 'shared_impl/ppb_file_io_shared.h',
54 'shared_impl/ppb_file_ref_shared.cc', 54 'shared_impl/ppb_file_ref_shared.cc',
55 'shared_impl/ppb_file_ref_shared.h', 55 'shared_impl/ppb_file_ref_shared.h',
56 'shared_impl/ppb_flash_shared.cc', 56 'shared_impl/ppb_flash_shared.cc',
57 'shared_impl/ppb_flash_shared.h', 57 'shared_impl/ppb_flash_shared.h',
58 'shared_impl/ppb_gamepad_shared.cc',
59 'shared_impl/ppb_gamepad_shared.h',
58 'shared_impl/ppb_graphics_3d_shared.cc', 60 'shared_impl/ppb_graphics_3d_shared.cc',
59 'shared_impl/ppb_graphics_3d_shared.h', 61 'shared_impl/ppb_graphics_3d_shared.h',
60 'shared_impl/ppb_image_data_shared.cc', 62 'shared_impl/ppb_image_data_shared.cc',
61 'shared_impl/ppb_image_data_shared.h', 63 'shared_impl/ppb_image_data_shared.h',
62 'shared_impl/ppb_input_event_shared.cc', 64 'shared_impl/ppb_input_event_shared.cc',
63 'shared_impl/ppb_input_event_shared.h', 65 'shared_impl/ppb_input_event_shared.h',
64 'shared_impl/ppb_instance_shared.cc', 66 'shared_impl/ppb_instance_shared.cc',
65 'shared_impl/ppb_instance_shared.h', 67 'shared_impl/ppb_instance_shared.h',
66 'shared_impl/ppb_memory_shared.cc', 68 'shared_impl/ppb_memory_shared.cc',
67 'shared_impl/ppb_network_list_private_shared.cc', 69 'shared_impl/ppb_network_list_private_shared.cc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'thunk/ppb_tcp_socket_private_thunk.cc', 309 'thunk/ppb_tcp_socket_private_thunk.cc',
308 'thunk/ppb_udp_socket_private_thunk.cc', 310 'thunk/ppb_udp_socket_private_thunk.cc',
309 'thunk/ppb_x509_certificate_private_thunk.cc', 311 'thunk/ppb_x509_certificate_private_thunk.cc',
310 ], 312 ],
311 }], 313 }],
312 ], 314 ],
313 }], 315 }],
314 ], 316 ],
315 }, 317 },
316 } 318 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_host.gypi ('k') | ppapi/proxy/dispatch_reply_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698