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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp

Issue 9148044: Add NaCl proxy for pepper gamepad (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing build file entry 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 'includes': [ 6 'includes': [
7 '../../../../../native_client/build/common.gypi', 7 '../../../../../native_client/build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'plugin_ppb_audio_config.cc', 53 'plugin_ppb_audio_config.cc',
54 'plugin_ppb_buffer.cc', 54 'plugin_ppb_buffer.cc',
55 'plugin_ppb_core.cc', 55 'plugin_ppb_core.cc',
56 'plugin_ppb_cursor_control.cc', 56 'plugin_ppb_cursor_control.cc',
57 'plugin_ppb_file_io.cc', 57 'plugin_ppb_file_io.cc',
58 'plugin_ppb_file_system.cc', 58 'plugin_ppb_file_system.cc',
59 'plugin_ppb_file_ref.cc', 59 'plugin_ppb_file_ref.cc',
60 'plugin_ppb_find.cc', 60 'plugin_ppb_find.cc',
61 'plugin_ppb_font.cc', 61 'plugin_ppb_font.cc',
62 'plugin_ppb_fullscreen.cc', 62 'plugin_ppb_fullscreen.cc',
63 'plugin_ppb_gamepad.cc',
63 'plugin_ppb_graphics_2d.cc', 64 'plugin_ppb_graphics_2d.cc',
64 'plugin_ppb_graphics_3d.cc', 65 'plugin_ppb_graphics_3d.cc',
65 'plugin_ppb_image_data.cc', 66 'plugin_ppb_image_data.cc',
66 'plugin_ppb_input_event.cc', 67 'plugin_ppb_input_event.cc',
67 'plugin_ppb_instance.cc', 68 'plugin_ppb_instance.cc',
68 'plugin_ppb_memory.cc', 69 'plugin_ppb_memory.cc',
69 'plugin_ppb_messaging.cc', 70 'plugin_ppb_messaging.cc',
70 'plugin_ppb_mouse_lock.cc', 71 'plugin_ppb_mouse_lock.cc',
71 'plugin_ppb_pdf.cc', 72 'plugin_ppb_pdf.cc',
72 'plugin_ppb_scrollbar.cc', 73 'plugin_ppb_scrollbar.cc',
(...skipping 29 matching lines...) Expand all
102 'view_data.cc', 103 'view_data.cc',
103 # Autogenerated files 104 # Autogenerated files
104 'ppp_rpc_server.cc', 105 'ppp_rpc_server.cc',
105 'ppb_rpc_client.cc', 106 'ppb_rpc_client.cc',
106 'upcall_client.cc' 107 'upcall_client.cc'
107 ], 108 ],
108 }, 109 },
109 }, 110 },
110 ], 111 ],
111 } 112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698