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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 10827280: Add PPAPI decryptor implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Partially address xhwang's comments, and fix some StringVar crashiness Created 8 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'proxy/ppb_var_deprecated_proxy.cc', 117 'proxy/ppb_var_deprecated_proxy.cc',
118 'proxy/ppb_var_deprecated_proxy.h', 118 'proxy/ppb_var_deprecated_proxy.h',
119 'proxy/ppb_video_capture_proxy.cc', 119 'proxy/ppb_video_capture_proxy.cc',
120 'proxy/ppb_video_capture_proxy.h', 120 'proxy/ppb_video_capture_proxy.h',
121 'proxy/ppb_video_decoder_proxy.cc', 121 'proxy/ppb_video_decoder_proxy.cc',
122 'proxy/ppb_video_decoder_proxy.h', 122 'proxy/ppb_video_decoder_proxy.h',
123 'proxy/ppb_x509_certificate_private_proxy.cc', 123 'proxy/ppb_x509_certificate_private_proxy.cc',
124 'proxy/ppb_x509_certificate_private_proxy.h', 124 'proxy/ppb_x509_certificate_private_proxy.h',
125 'proxy/ppp_class_proxy.cc', 125 'proxy/ppp_class_proxy.cc',
126 'proxy/ppp_class_proxy.h', 126 'proxy/ppp_class_proxy.h',
127 'proxy/ppp_content_decryptor_private_proxy.cc',
128 'proxy/ppp_content_decryptor_private_proxy.h',
127 'proxy/ppp_graphics_3d_proxy.cc', 129 'proxy/ppp_graphics_3d_proxy.cc',
128 'proxy/ppp_graphics_3d_proxy.h', 130 'proxy/ppp_graphics_3d_proxy.h',
129 'proxy/ppp_input_event_proxy.cc', 131 'proxy/ppp_input_event_proxy.cc',
130 'proxy/ppp_input_event_proxy.h', 132 'proxy/ppp_input_event_proxy.h',
131 'proxy/ppp_instance_private_proxy.cc', 133 'proxy/ppp_instance_private_proxy.cc',
132 'proxy/ppp_instance_private_proxy.h', 134 'proxy/ppp_instance_private_proxy.h',
133 'proxy/ppp_instance_proxy.cc', 135 'proxy/ppp_instance_proxy.cc',
134 'proxy/ppp_instance_proxy.h', 136 'proxy/ppp_instance_proxy.h',
135 'proxy/ppp_messaging_proxy.cc', 137 'proxy/ppp_messaging_proxy.cc',
136 'proxy/ppp_messaging_proxy.h', 138 'proxy/ppp_messaging_proxy.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'proxy/ppp_instance_private_proxy.cc', 197 'proxy/ppp_instance_private_proxy.cc',
196 'proxy/ppp_video_decoder_proxy.cc', 198 'proxy/ppp_video_decoder_proxy.cc',
197 'proxy/serialized_flash_menu.cc', 199 'proxy/serialized_flash_menu.cc',
198 ], 200 ],
199 }], 201 }],
200 ], 202 ],
201 }], 203 }],
202 ], 204 ],
203 }, 205 },
204 } 206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698