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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « ppapi/cpp/private/x509_certificate_private.cc ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_proxy', 8 'target_name': 'ppapi_proxy',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'proxy/ppb_url_loader_proxy.cc', 131 'proxy/ppb_url_loader_proxy.cc',
132 'proxy/ppb_url_loader_proxy.h', 132 'proxy/ppb_url_loader_proxy.h',
133 'proxy/ppb_url_response_info_proxy.cc', 133 'proxy/ppb_url_response_info_proxy.cc',
134 'proxy/ppb_url_response_info_proxy.h', 134 'proxy/ppb_url_response_info_proxy.h',
135 'proxy/ppb_var_deprecated_proxy.cc', 135 'proxy/ppb_var_deprecated_proxy.cc',
136 'proxy/ppb_var_deprecated_proxy.h', 136 'proxy/ppb_var_deprecated_proxy.h',
137 'proxy/ppb_video_capture_proxy.cc', 137 'proxy/ppb_video_capture_proxy.cc',
138 'proxy/ppb_video_capture_proxy.h', 138 'proxy/ppb_video_capture_proxy.h',
139 'proxy/ppb_video_decoder_proxy.cc', 139 'proxy/ppb_video_decoder_proxy.cc',
140 'proxy/ppb_video_decoder_proxy.h', 140 'proxy/ppb_video_decoder_proxy.h',
141 'proxy/ppb_x509_certificate_private_proxy.cc',
142 'proxy/ppb_x509_certificate_private_proxy.h',
141 'proxy/ppp_class_proxy.cc', 143 'proxy/ppp_class_proxy.cc',
142 'proxy/ppp_class_proxy.h', 144 'proxy/ppp_class_proxy.h',
143 'proxy/ppp_graphics_3d_proxy.cc', 145 'proxy/ppp_graphics_3d_proxy.cc',
144 'proxy/ppp_graphics_3d_proxy.h', 146 'proxy/ppp_graphics_3d_proxy.h',
145 'proxy/ppp_input_event_proxy.cc', 147 'proxy/ppp_input_event_proxy.cc',
146 'proxy/ppp_input_event_proxy.h', 148 'proxy/ppp_input_event_proxy.h',
147 'proxy/ppp_instance_private_proxy.cc', 149 'proxy/ppp_instance_private_proxy.cc',
148 'proxy/ppp_instance_private_proxy.h', 150 'proxy/ppp_instance_private_proxy.h',
149 'proxy/ppp_instance_proxy.cc', 151 'proxy/ppp_instance_proxy.cc',
150 'proxy/ppp_instance_proxy.h', 152 'proxy/ppp_instance_proxy.h',
(...skipping 24 matching lines...) Expand all
175 'proxy/serialized_var.cc', 177 'proxy/serialized_var.cc',
176 'proxy/serialized_var.h', 178 'proxy/serialized_var.h',
177 'proxy/var_serialization_rules.h', 179 'proxy/var_serialization_rules.h',
178 ], 180 ],
179 'defines': [ 181 'defines': [
180 'PPAPI_PROXY_IMPLEMENTATION', 182 'PPAPI_PROXY_IMPLEMENTATION',
181 ], 183 ],
182 }, 184 },
183 ], 185 ],
184 } 186 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/x509_certificate_private.cc ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698