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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 1307173009: rebased ppapi vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile Created 5 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
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/ppapi_shared.gypi » ('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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'proxy/video_decoder_resource.cc', 234 'proxy/video_decoder_resource.cc',
235 'proxy/video_decoder_resource.h', 235 'proxy/video_decoder_resource.h',
236 'proxy/video_destination_resource.cc', 236 'proxy/video_destination_resource.cc',
237 'proxy/video_destination_resource.h', 237 'proxy/video_destination_resource.h',
238 'proxy/video_encoder_resource.cc', 238 'proxy/video_encoder_resource.cc',
239 'proxy/video_encoder_resource.h', 239 'proxy/video_encoder_resource.h',
240 'proxy/video_frame_resource.cc', 240 'proxy/video_frame_resource.cc',
241 'proxy/video_frame_resource.h', 241 'proxy/video_frame_resource.h',
242 'proxy/video_source_resource.cc', 242 'proxy/video_source_resource.cc',
243 'proxy/video_source_resource.h', 243 'proxy/video_source_resource.h',
244 'proxy/vpn_provider_resource.cc',
245 'proxy/vpn_provider_resource.h',
244 'proxy/websocket_resource.cc', 246 'proxy/websocket_resource.cc',
245 'proxy/websocket_resource.h', 247 'proxy/websocket_resource.h',
246 ], 248 ],
247 'defines': [ 249 'defines': [
248 'PPAPI_PROXY_IMPLEMENTATION', 250 'PPAPI_PROXY_IMPLEMENTATION',
249 ], 251 ],
250 'include_dirs': [ 252 'include_dirs': [
251 '..', 253 '..',
252 ], 254 ],
253 'target_conditions': [ 255 'target_conditions': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'proxy/ppp_video_decoder_proxy.cc', 301 'proxy/ppp_video_decoder_proxy.cc',
300 'proxy/serialized_flash_menu.cc', 302 'proxy/serialized_flash_menu.cc',
301 'proxy/video_capture_resource.cc', 303 'proxy/video_capture_resource.cc',
302 ], 304 ],
303 }], 305 }],
304 ], 306 ],
305 }], 307 }],
306 ], 308 ],
307 }, 309 },
308 } 310 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698