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

Side by Side Diff: ppapi/ppapi_sources.gypi

Issue 9085027: Pepper gamepad support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove hardcoded size assert in favour of matching webkit size assert Created 8 years, 11 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_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'c_source_files': [ 7 'c_source_files': [
8 'c/pp_bool.h', 8 'c/pp_bool.h',
9 'c/pp_completion_callback.h', 9 'c/pp_completion_callback.h',
10 'c/pp_errors.h', 10 'c/pp_errors.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'c/dev/pp_video_dev.h', 54 'c/dev/pp_video_dev.h',
55 'c/dev/ppb_buffer_dev.h', 55 'c/dev/ppb_buffer_dev.h',
56 'c/dev/ppb_char_set_dev.h', 56 'c/dev/ppb_char_set_dev.h',
57 'c/dev/ppb_console_dev.h', 57 'c/dev/ppb_console_dev.h',
58 'c/dev/ppb_cursor_control_dev.h', 58 'c/dev/ppb_cursor_control_dev.h',
59 'c/dev/ppb_directory_reader_dev.h', 59 'c/dev/ppb_directory_reader_dev.h',
60 'c/dev/ppb_file_chooser_dev.h', 60 'c/dev/ppb_file_chooser_dev.h',
61 'c/dev/ppb_find_dev.h', 61 'c/dev/ppb_find_dev.h',
62 'c/dev/ppb_font_dev.h', 62 'c/dev/ppb_font_dev.h',
63 'c/dev/ppb_fullscreen_dev.h', 63 'c/dev/ppb_fullscreen_dev.h',
64 'c/dev/ppb_gamepad_dev.h',
64 'c/dev/ppb_ime_input_event_dev.h', 65 'c/dev/ppb_ime_input_event_dev.h',
65 'c/dev/ppb_memory_dev.h', 66 'c/dev/ppb_memory_dev.h',
66 'c/dev/ppb_scrollbar_dev.h', 67 'c/dev/ppb_scrollbar_dev.h',
67 'c/dev/ppb_testing_dev.h', 68 'c/dev/ppb_testing_dev.h',
68 'c/dev/ppb_url_util_dev.h', 69 'c/dev/ppb_url_util_dev.h',
69 'c/dev/ppb_var_array_buffer_dev.h', 70 'c/dev/ppb_var_array_buffer_dev.h',
70 'c/dev/ppb_video_decoder_dev.h', 71 'c/dev/ppb_video_decoder_dev.h',
71 'c/dev/ppb_websocket_dev.h', 72 'c/dev/ppb_websocket_dev.h',
72 'c/dev/ppb_widget_dev.h', 73 'c/dev/ppb_widget_dev.h',
73 'c/dev/ppb_zoom_dev.h', 74 'c/dev/ppb_zoom_dev.h',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'c/dev/ppb_transport_dev.h', 398 'c/dev/ppb_transport_dev.h',
398 ], 399 ],
399 'cpp_source_files': [ 400 'cpp_source_files': [
400 'cpp/dev/transport_dev.cc', 401 'cpp/dev/transport_dev.cc',
401 'cpp/dev/transport_dev.h', 402 'cpp/dev/transport_dev.h',
402 ], 403 ],
403 }, 404 },
404 }], 405 }],
405 ], 406 ],
406 } 407 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698