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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10918083: Changes to allow testing interface for new NaCl Proxy (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | ppapi/proxy/interface_list.cc » ('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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'proxy/flash_device_id_resource.cc', 170 'proxy/flash_device_id_resource.cc',
171 'proxy/ppb_audio_input_proxy.cc', 171 'proxy/ppb_audio_input_proxy.cc',
172 'proxy/ppb_broker_proxy.cc', 172 'proxy/ppb_broker_proxy.cc',
173 'proxy/ppb_buffer_proxy.cc', 173 'proxy/ppb_buffer_proxy.cc',
174 'proxy/ppb_file_chooser_proxy.cc', 174 'proxy/ppb_file_chooser_proxy.cc',
175 'proxy/ppb_flash_proxy.cc', 175 'proxy/ppb_flash_proxy.cc',
176 'proxy/ppb_flash_menu_proxy.cc', 176 'proxy/ppb_flash_menu_proxy.cc',
177 'proxy/ppb_flash_message_loop_proxy.cc', 177 'proxy/ppb_flash_message_loop_proxy.cc',
178 'proxy/ppb_pdf_proxy.cc', 178 'proxy/ppb_pdf_proxy.cc',
179 'proxy/ppb_talk_private_proxy.cc', 179 'proxy/ppb_talk_private_proxy.cc',
180 'proxy/ppb_testing_proxy.cc',
181 'proxy/ppb_video_capture_proxy.cc', 180 'proxy/ppb_video_capture_proxy.cc',
182 'proxy/ppb_video_decoder_proxy.cc', 181 'proxy/ppb_video_decoder_proxy.cc',
183 'proxy/ppp_content_decryptor_private_proxy.cc', 182 'proxy/ppp_content_decryptor_private_proxy.cc',
184 'proxy/ppp_instance_private_proxy.cc', 183 'proxy/ppp_instance_private_proxy.cc',
185 'proxy/ppp_video_decoder_proxy.cc', 184 'proxy/ppp_video_decoder_proxy.cc',
186 ], 185 ],
187 }], 186 }],
188 ], 187 ],
189 }], 188 }],
190 ], 189 ],
191 }, 190 },
192 } 191 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698