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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 11941022: Refactor FileIO to the new resource host system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/ppapi_shared.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'proxy/flash_file_resource.cc', 46 'proxy/flash_file_resource.cc',
47 'proxy/flash_file_resource.h', 47 'proxy/flash_file_resource.h',
48 'proxy/flash_font_file_resource.cc', 48 'proxy/flash_font_file_resource.cc',
49 'proxy/flash_font_file_resource.h', 49 'proxy/flash_font_file_resource.h',
50 'proxy/flash_fullscreen_resource.cc', 50 'proxy/flash_fullscreen_resource.cc',
51 'proxy/flash_fullscreen_resource.h', 51 'proxy/flash_fullscreen_resource.h',
52 'proxy/flash_menu_resource.cc', 52 'proxy/flash_menu_resource.cc',
53 'proxy/flash_menu_resource.h', 53 'proxy/flash_menu_resource.h',
54 'proxy/flash_resource.cc', 54 'proxy/flash_resource.cc',
55 'proxy/flash_resource.h', 55 'proxy/flash_resource.h',
56 'proxy/file_io_resource.cc',
57 'proxy/file_io_resource.h',
56 'proxy/gamepad_resource.cc', 58 'proxy/gamepad_resource.cc',
57 'proxy/gamepad_resource.h', 59 'proxy/gamepad_resource.h',
58 'proxy/host_dispatcher.cc', 60 'proxy/host_dispatcher.cc',
59 'proxy/host_dispatcher.h', 61 'proxy/host_dispatcher.h',
60 'proxy/host_var_serialization_rules.cc', 62 'proxy/host_var_serialization_rules.cc',
61 'proxy/host_var_serialization_rules.h', 63 'proxy/host_var_serialization_rules.h',
62 'proxy/interface_list.cc', 64 'proxy/interface_list.cc',
63 'proxy/interface_list.h', 65 'proxy/interface_list.h',
64 'proxy/interface_proxy.cc', 66 'proxy/interface_proxy.cc',
65 'proxy/interface_proxy.h', 67 'proxy/interface_proxy.h',
(...skipping 18 matching lines...) Expand all
84 'proxy/ppapi_command_buffer_proxy.cc', 86 'proxy/ppapi_command_buffer_proxy.cc',
85 'proxy/ppapi_message_utils.h', 87 'proxy/ppapi_message_utils.h',
86 'proxy/ppb_audio_proxy.cc', 88 'proxy/ppb_audio_proxy.cc',
87 'proxy/ppb_audio_proxy.h', 89 'proxy/ppb_audio_proxy.h',
88 'proxy/ppb_broker_proxy.cc', 90 'proxy/ppb_broker_proxy.cc',
89 'proxy/ppb_broker_proxy.h', 91 'proxy/ppb_broker_proxy.h',
90 'proxy/ppb_buffer_proxy.cc', 92 'proxy/ppb_buffer_proxy.cc',
91 'proxy/ppb_buffer_proxy.h', 93 'proxy/ppb_buffer_proxy.h',
92 'proxy/ppb_core_proxy.cc', 94 'proxy/ppb_core_proxy.cc',
93 'proxy/ppb_core_proxy.h', 95 'proxy/ppb_core_proxy.h',
94 'proxy/ppb_file_io_proxy.cc',
95 'proxy/ppb_file_io_proxy.h',
96 'proxy/ppb_file_ref_proxy.cc', 96 'proxy/ppb_file_ref_proxy.cc',
97 'proxy/ppb_file_ref_proxy.h', 97 'proxy/ppb_file_ref_proxy.h',
98 'proxy/ppb_file_system_proxy.cc', 98 'proxy/ppb_file_system_proxy.cc',
99 'proxy/ppb_file_system_proxy.h', 99 'proxy/ppb_file_system_proxy.h',
100 'proxy/ppb_flash_message_loop_proxy.cc', 100 'proxy/ppb_flash_message_loop_proxy.cc',
101 'proxy/ppb_flash_message_loop_proxy.h', 101 'proxy/ppb_flash_message_loop_proxy.h',
102 'proxy/ppb_graphics_3d_proxy.cc', 102 'proxy/ppb_graphics_3d_proxy.cc',
103 'proxy/ppb_graphics_3d_proxy.h', 103 'proxy/ppb_graphics_3d_proxy.h',
104 'proxy/ppb_host_resolver_private_proxy.cc', 104 'proxy/ppb_host_resolver_private_proxy.cc',
105 'proxy/ppb_host_resolver_private_proxy.h', 105 'proxy/ppb_host_resolver_private_proxy.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'proxy/serialized_flash_menu.cc', 213 'proxy/serialized_flash_menu.cc',
214 'proxy/talk_resource.cc', 214 'proxy/talk_resource.cc',
215 'proxy/video_capture_resource.cc', 215 'proxy/video_capture_resource.cc',
216 ], 216 ],
217 }], 217 }],
218 ], 218 ],
219 }], 219 }],
220 ], 220 ],
221 }, 221 },
222 } 222 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698