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

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: Minor fixes for dmichael 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'proxy/ppapi_messages.h', 108 'proxy/ppapi_messages.h',
109 'proxy/ppapi_message_utils.h', 109 'proxy/ppapi_message_utils.h',
110 'proxy/ppb_audio_proxy.cc', 110 'proxy/ppb_audio_proxy.cc',
111 'proxy/ppb_audio_proxy.h', 111 'proxy/ppb_audio_proxy.h',
112 'proxy/ppb_broker_proxy.cc', 112 'proxy/ppb_broker_proxy.cc',
113 'proxy/ppb_broker_proxy.h', 113 'proxy/ppb_broker_proxy.h',
114 'proxy/ppb_buffer_proxy.cc', 114 'proxy/ppb_buffer_proxy.cc',
115 'proxy/ppb_buffer_proxy.h', 115 'proxy/ppb_buffer_proxy.h',
116 'proxy/ppb_core_proxy.cc', 116 'proxy/ppb_core_proxy.cc',
117 'proxy/ppb_core_proxy.h', 117 'proxy/ppb_core_proxy.h',
118 'proxy/ppb_file_ref_proxy.cc',
119 'proxy/ppb_file_ref_proxy.h',
120 'proxy/ppb_flash_message_loop_proxy.cc', 118 'proxy/ppb_flash_message_loop_proxy.cc',
121 'proxy/ppb_flash_message_loop_proxy.h', 119 'proxy/ppb_flash_message_loop_proxy.h',
122 'proxy/ppb_graphics_3d_proxy.cc', 120 'proxy/ppb_graphics_3d_proxy.cc',
123 'proxy/ppb_graphics_3d_proxy.h', 121 'proxy/ppb_graphics_3d_proxy.h',
124 'proxy/ppb_image_data_proxy.cc', 122 'proxy/ppb_image_data_proxy.cc',
125 'proxy/ppb_image_data_proxy.h', 123 'proxy/ppb_image_data_proxy.h',
126 'proxy/ppb_instance_proxy.cc', 124 'proxy/ppb_instance_proxy.cc',
127 'proxy/ppb_instance_proxy.h', 125 'proxy/ppb_instance_proxy.h',
128 'proxy/ppb_message_loop_proxy.cc', 126 'proxy/ppb_message_loop_proxy.cc',
129 'proxy/ppb_message_loop_proxy.h', 127 'proxy/ppb_message_loop_proxy.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'proxy/serialized_flash_menu.cc', 243 'proxy/serialized_flash_menu.cc',
246 'proxy/talk_resource.cc', 244 'proxy/talk_resource.cc',
247 'proxy/video_capture_resource.cc', 245 'proxy/video_capture_resource.cc',
248 ], 246 ],
249 }], 247 }],
250 ], 248 ],
251 }], 249 }],
252 ], 250 ],
253 }, 251 },
254 } 252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698