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

Side by Side Diff: ppapi/ppapi_proxy_untrusted.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/dev/transport_dev.cc ('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 # This GYP file defines untrusted (NaCl) targets. All targets in this 5 # This GYP file defines untrusted (NaCl) targets. All targets in this
6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid
7 # requiring NaCl sources for building. 7 # requiring NaCl sources for building.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'thunk/ppb_instance_thunk.cc', 316 'thunk/ppb_instance_thunk.cc',
317 # 'thunk/ppb_layer_compositor_thunk.cc', 317 # 'thunk/ppb_layer_compositor_thunk.cc',
318 'thunk/ppb_messaging_thunk.cc', 318 'thunk/ppb_messaging_thunk.cc',
319 'thunk/ppb_mouse_lock_thunk.cc', 319 'thunk/ppb_mouse_lock_thunk.cc',
320 'thunk/ppb_resource_array_thunk.cc', 320 'thunk/ppb_resource_array_thunk.cc',
321 # 'thunk/ppb_scrollbar_thunk.cc', 321 # 'thunk/ppb_scrollbar_thunk.cc',
322 # 'thunk/ppb_talk_private_thunk.cc', 322 # 'thunk/ppb_talk_private_thunk.cc',
323 # 'thunk/ppb_tcp_server_socket_private_thunk.cc', 323 # 'thunk/ppb_tcp_server_socket_private_thunk.cc',
324 # 'thunk/ppb_tcp_socket_private_thunk.cc', 324 # 'thunk/ppb_tcp_socket_private_thunk.cc',
325 'thunk/ppb_text_input_thunk.cc', 325 'thunk/ppb_text_input_thunk.cc',
326 # 'thunk/ppb_transport_thunk.cc',
327 # 'thunk/ppb_udp_socket_private_thunk.cc', 326 # 'thunk/ppb_udp_socket_private_thunk.cc',
328 'thunk/ppb_url_loader_thunk.cc', 327 'thunk/ppb_url_loader_thunk.cc',
329 'thunk/ppb_url_request_info_thunk.cc', 328 'thunk/ppb_url_request_info_thunk.cc',
330 'thunk/ppb_url_response_info_thunk.cc', 329 'thunk/ppb_url_response_info_thunk.cc',
331 # 'thunk/ppb_url_util_thunk.cc', 330 # 'thunk/ppb_url_util_thunk.cc',
332 # 'thunk/ppb_video_capture_thunk.cc', 331 # 'thunk/ppb_video_capture_thunk.cc',
333 # 'thunk/ppb_video_decoder_thunk.cc', 332 # 'thunk/ppb_video_decoder_thunk.cc',
334 # 'thunk/ppb_video_layer_thunk.cc', 333 # 'thunk/ppb_video_layer_thunk.cc',
335 'thunk/ppb_view_thunk.cc', 334 'thunk/ppb_view_thunk.cc',
336 # 'thunk/ppb_websocket_thunk.cc', 335 # 'thunk/ppb_websocket_thunk.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 # '-lppruntime', 405 # '-lppruntime',
407 '-pthread', 406 '-pthread',
408 '-lgpu_untrusted', 407 '-lgpu_untrusted',
409 '-lipc_untrusted', 408 '-lipc_untrusted',
410 '-lbase_untrusted', 409 '-lbase_untrusted',
411 ], 410 ],
412 }, 411 },
413 }, 412 },
414 ], 413 ],
415 } 414 }
OLDNEW
« no previous file with comments | « ppapi/cpp/dev/transport_dev.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698