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

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 unnecessary include 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
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'c/dev/ppb_transport_dev.h', 392 'c/dev/ppb_transport_dev.h',
392 ], 393 ],
393 'cpp_source_files': [ 394 'cpp_source_files': [
394 'cpp/dev/transport_dev.cc', 395 'cpp/dev/transport_dev.cc',
395 'cpp/dev/transport_dev.h', 396 'cpp/dev/transport_dev.h',
396 ], 397 ],
397 }, 398 },
398 }], 399 }],
399 ], 400 ],
400 } 401 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698