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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 11419131: Refactor FileIO to the new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: int32_t Created 8 years 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
« 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 25 matching lines...) Expand all
36 'proxy/flash_clipboard_resource.cc', 36 'proxy/flash_clipboard_resource.cc',
37 'proxy/flash_clipboard_resource.h', 37 'proxy/flash_clipboard_resource.h',
38 'proxy/flash_device_id_resource.cc', 38 'proxy/flash_device_id_resource.cc',
39 'proxy/flash_device_id_resource.h', 39 'proxy/flash_device_id_resource.h',
40 'proxy/flash_font_file_resource.cc', 40 'proxy/flash_font_file_resource.cc',
41 'proxy/flash_font_file_resource.h', 41 'proxy/flash_font_file_resource.h',
42 'proxy/flash_menu_resource.cc', 42 'proxy/flash_menu_resource.cc',
43 'proxy/flash_menu_resource.h', 43 'proxy/flash_menu_resource.h',
44 'proxy/flash_resource.cc', 44 'proxy/flash_resource.cc',
45 'proxy/flash_resource.h', 45 'proxy/flash_resource.h',
46 'proxy/file_io_resource.cc',
47 'proxy/file_io_resource.h',
46 'proxy/gamepad_resource.cc', 48 'proxy/gamepad_resource.cc',
47 'proxy/gamepad_resource.h', 49 'proxy/gamepad_resource.h',
48 'proxy/host_dispatcher.cc', 50 'proxy/host_dispatcher.cc',
49 'proxy/host_dispatcher.h', 51 'proxy/host_dispatcher.h',
50 'proxy/host_var_serialization_rules.cc', 52 'proxy/host_var_serialization_rules.cc',
51 'proxy/host_var_serialization_rules.h', 53 'proxy/host_var_serialization_rules.h',
52 'proxy/interface_list.cc', 54 'proxy/interface_list.cc',
53 'proxy/interface_list.h', 55 'proxy/interface_list.h',
54 'proxy/interface_proxy.cc', 56 'proxy/interface_proxy.cc',
55 'proxy/interface_proxy.h', 57 'proxy/interface_proxy.h',
(...skipping 18 matching lines...) Expand all
74 'proxy/ppapi_command_buffer_proxy.cc', 76 'proxy/ppapi_command_buffer_proxy.cc',
75 'proxy/ppapi_message_utils.h', 77 'proxy/ppapi_message_utils.h',
76 'proxy/ppb_audio_proxy.cc', 78 'proxy/ppb_audio_proxy.cc',
77 'proxy/ppb_audio_proxy.h', 79 'proxy/ppb_audio_proxy.h',
78 'proxy/ppb_broker_proxy.cc', 80 'proxy/ppb_broker_proxy.cc',
79 'proxy/ppb_broker_proxy.h', 81 'proxy/ppb_broker_proxy.h',
80 'proxy/ppb_buffer_proxy.cc', 82 'proxy/ppb_buffer_proxy.cc',
81 'proxy/ppb_buffer_proxy.h', 83 'proxy/ppb_buffer_proxy.h',
82 'proxy/ppb_core_proxy.cc', 84 'proxy/ppb_core_proxy.cc',
83 'proxy/ppb_core_proxy.h', 85 'proxy/ppb_core_proxy.h',
84 'proxy/ppb_file_io_proxy.cc',
85 'proxy/ppb_file_io_proxy.h',
86 'proxy/ppb_file_ref_proxy.cc', 86 'proxy/ppb_file_ref_proxy.cc',
87 'proxy/ppb_file_ref_proxy.h', 87 'proxy/ppb_file_ref_proxy.h',
88 'proxy/ppb_file_system_proxy.cc', 88 'proxy/ppb_file_system_proxy.cc',
89 'proxy/ppb_file_system_proxy.h', 89 'proxy/ppb_file_system_proxy.h',
90 'proxy/ppb_flash_proxy.cc', 90 'proxy/ppb_flash_proxy.cc',
91 'proxy/ppb_flash_proxy.h', 91 'proxy/ppb_flash_proxy.h',
92 'proxy/ppb_flash_message_loop_proxy.cc', 92 'proxy/ppb_flash_message_loop_proxy.cc',
93 'proxy/ppb_flash_message_loop_proxy.h', 93 'proxy/ppb_flash_message_loop_proxy.h',
94 'proxy/ppb_graphics_3d_proxy.cc', 94 'proxy/ppb_graphics_3d_proxy.cc',
95 'proxy/ppb_graphics_3d_proxy.h', 95 'proxy/ppb_graphics_3d_proxy.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'proxy/serialized_flash_menu.cc', 201 'proxy/serialized_flash_menu.cc',
202 'proxy/talk_resource.cc', 202 'proxy/talk_resource.cc',
203 'proxy/video_capture_resource.cc', 203 'proxy/video_capture_resource.cc',
204 ], 204 ],
205 }], 205 }],
206 ], 206 ],
207 }], 207 }],
208 ], 208 ],
209 }, 209 },
210 } 210 }
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