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

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: Fix bug in GetAbsolutePath (fixes FlashDRM test failure) Created 7 years, 4 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'proxy/ppapi_messages.h', 106 'proxy/ppapi_messages.h',
107 'proxy/ppapi_message_utils.h', 107 'proxy/ppapi_message_utils.h',
108 'proxy/ppb_audio_proxy.cc', 108 'proxy/ppb_audio_proxy.cc',
109 'proxy/ppb_audio_proxy.h', 109 'proxy/ppb_audio_proxy.h',
110 'proxy/ppb_broker_proxy.cc', 110 'proxy/ppb_broker_proxy.cc',
111 'proxy/ppb_broker_proxy.h', 111 'proxy/ppb_broker_proxy.h',
112 'proxy/ppb_buffer_proxy.cc', 112 'proxy/ppb_buffer_proxy.cc',
113 'proxy/ppb_buffer_proxy.h', 113 'proxy/ppb_buffer_proxy.h',
114 'proxy/ppb_core_proxy.cc', 114 'proxy/ppb_core_proxy.cc',
115 'proxy/ppb_core_proxy.h', 115 'proxy/ppb_core_proxy.h',
116 'proxy/ppb_file_ref_proxy.cc',
117 'proxy/ppb_file_ref_proxy.h',
118 'proxy/ppb_flash_message_loop_proxy.cc', 116 'proxy/ppb_flash_message_loop_proxy.cc',
119 'proxy/ppb_flash_message_loop_proxy.h', 117 'proxy/ppb_flash_message_loop_proxy.h',
120 'proxy/ppb_graphics_3d_proxy.cc', 118 'proxy/ppb_graphics_3d_proxy.cc',
121 'proxy/ppb_graphics_3d_proxy.h', 119 'proxy/ppb_graphics_3d_proxy.h',
122 'proxy/ppb_image_data_proxy.cc', 120 'proxy/ppb_image_data_proxy.cc',
123 'proxy/ppb_image_data_proxy.h', 121 'proxy/ppb_image_data_proxy.h',
124 'proxy/ppb_instance_proxy.cc', 122 'proxy/ppb_instance_proxy.cc',
125 'proxy/ppb_instance_proxy.h', 123 'proxy/ppb_instance_proxy.h',
126 'proxy/ppb_message_loop_proxy.cc', 124 'proxy/ppb_message_loop_proxy.cc',
127 'proxy/ppb_message_loop_proxy.h', 125 'proxy/ppb_message_loop_proxy.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'proxy/serialized_flash_menu.cc', 239 'proxy/serialized_flash_menu.cc',
242 'proxy/talk_resource.cc', 240 'proxy/talk_resource.cc',
243 'proxy/video_capture_resource.cc', 241 'proxy/video_capture_resource.cc',
244 ], 242 ],
245 }], 243 }],
246 ], 244 ],
247 }], 245 }],
248 ], 246 ],
249 }, 247 },
250 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698