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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 21966004: Pepper: Move FileRef to the "new" resource proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 7 years, 3 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/url_response_info_util.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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'proxy/ppapi_messages.h', 114 'proxy/ppapi_messages.h',
115 'proxy/ppapi_message_utils.h', 115 'proxy/ppapi_message_utils.h',
116 'proxy/ppb_audio_proxy.cc', 116 'proxy/ppb_audio_proxy.cc',
117 'proxy/ppb_audio_proxy.h', 117 'proxy/ppb_audio_proxy.h',
118 'proxy/ppb_broker_proxy.cc', 118 'proxy/ppb_broker_proxy.cc',
119 'proxy/ppb_broker_proxy.h', 119 'proxy/ppb_broker_proxy.h',
120 'proxy/ppb_buffer_proxy.cc', 120 'proxy/ppb_buffer_proxy.cc',
121 'proxy/ppb_buffer_proxy.h', 121 'proxy/ppb_buffer_proxy.h',
122 'proxy/ppb_core_proxy.cc', 122 'proxy/ppb_core_proxy.cc',
123 'proxy/ppb_core_proxy.h', 123 'proxy/ppb_core_proxy.h',
124 'proxy/ppb_file_ref_proxy.cc',
125 'proxy/ppb_file_ref_proxy.h',
126 'proxy/ppb_flash_message_loop_proxy.cc', 124 'proxy/ppb_flash_message_loop_proxy.cc',
127 'proxy/ppb_flash_message_loop_proxy.h', 125 'proxy/ppb_flash_message_loop_proxy.h',
128 'proxy/ppb_graphics_3d_proxy.cc', 126 'proxy/ppb_graphics_3d_proxy.cc',
129 'proxy/ppb_graphics_3d_proxy.h', 127 'proxy/ppb_graphics_3d_proxy.h',
130 'proxy/ppb_image_data_proxy.cc', 128 'proxy/ppb_image_data_proxy.cc',
131 'proxy/ppb_image_data_proxy.h', 129 'proxy/ppb_image_data_proxy.h',
132 'proxy/ppb_instance_proxy.cc', 130 'proxy/ppb_instance_proxy.cc',
133 'proxy/ppb_instance_proxy.h', 131 'proxy/ppb_instance_proxy.h',
134 'proxy/ppb_message_loop_proxy.cc', 132 'proxy/ppb_message_loop_proxy.cc',
135 'proxy/ppb_message_loop_proxy.h', 133 'proxy/ppb_message_loop_proxy.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'proxy/serialized_flash_menu.cc', 249 'proxy/serialized_flash_menu.cc',
252 'proxy/talk_resource.cc', 250 'proxy/talk_resource.cc',
253 'proxy/video_capture_resource.cc', 251 'proxy/video_capture_resource.cc',
254 ], 252 ],
255 }], 253 }],
256 ], 254 ],
257 }], 255 }],
258 ], 256 ],
259 }, 257 },
260 } 258 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/url_response_info_util.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698