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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 7601005: PPB/PPP_VideoCapture_Dev proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 9 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
« no previous file with comments | « no previous file | ppapi/proxy/dispatcher.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'proxy/ppb_url_request_info_proxy.cc', 119 'proxy/ppb_url_request_info_proxy.cc',
120 'proxy/ppb_url_request_info_proxy.h', 120 'proxy/ppb_url_request_info_proxy.h',
121 'proxy/ppb_url_response_info_proxy.cc', 121 'proxy/ppb_url_response_info_proxy.cc',
122 'proxy/ppb_url_response_info_proxy.h', 122 'proxy/ppb_url_response_info_proxy.h',
123 'proxy/ppb_url_util_proxy.cc', 123 'proxy/ppb_url_util_proxy.cc',
124 'proxy/ppb_url_util_proxy.h', 124 'proxy/ppb_url_util_proxy.h',
125 'proxy/ppb_var_deprecated_proxy.cc', 125 'proxy/ppb_var_deprecated_proxy.cc',
126 'proxy/ppb_var_deprecated_proxy.h', 126 'proxy/ppb_var_deprecated_proxy.h',
127 'proxy/ppb_var_proxy.cc', 127 'proxy/ppb_var_proxy.cc',
128 'proxy/ppb_var_proxy.h', 128 'proxy/ppb_var_proxy.h',
129 'proxy/ppb_video_capture_proxy.cc',
130 'proxy/ppb_video_capture_proxy.h',
129 'proxy/ppb_video_decoder_proxy.cc', 131 'proxy/ppb_video_decoder_proxy.cc',
130 'proxy/ppb_video_decoder_proxy.h', 132 'proxy/ppb_video_decoder_proxy.h',
131 'proxy/ppp_class_proxy.cc', 133 'proxy/ppp_class_proxy.cc',
132 'proxy/ppp_class_proxy.h', 134 'proxy/ppp_class_proxy.h',
133 'proxy/ppp_graphics_3d_proxy.cc', 135 'proxy/ppp_graphics_3d_proxy.cc',
134 'proxy/ppp_graphics_3d_proxy.h', 136 'proxy/ppp_graphics_3d_proxy.h',
135 'proxy/ppp_input_event_proxy.cc', 137 'proxy/ppp_input_event_proxy.cc',
136 'proxy/ppp_input_event_proxy.h', 138 'proxy/ppp_input_event_proxy.h',
137 'proxy/ppp_instance_private_proxy.cc', 139 'proxy/ppp_instance_private_proxy.cc',
138 'proxy/ppp_instance_private_proxy.h', 140 'proxy/ppp_instance_private_proxy.h',
(...skipping 23 matching lines...) Expand all
162 ['OS=="win"', { 164 ['OS=="win"', {
163 }], 165 }],
164 ['OS=="linux"', { 166 ['OS=="linux"', {
165 }], 167 }],
166 ['OS=="mac"', { 168 ['OS=="mac"', {
167 }] 169 }]
168 ], 170 ],
169 }, 171 },
170 ], 172 ],
171 } 173 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698