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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8597018: Pepper: Remove ppapi/cpp/private/flash_tcp_socket.*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/flash_tcp_socket.cc ('k') | no next file » | 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_c', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'cpp/dev/zoom_dev.cc', 247 'cpp/dev/zoom_dev.cc',
248 'cpp/dev/zoom_dev.h', 248 'cpp/dev/zoom_dev.h',
249 249
250 # Deprecated interfaces. 250 # Deprecated interfaces.
251 'cpp/dev/scriptable_object_deprecated.h', 251 'cpp/dev/scriptable_object_deprecated.h',
252 'cpp/dev/scriptable_object_deprecated.cc', 252 'cpp/dev/scriptable_object_deprecated.cc',
253 253
254 # Private interfaces. 254 # Private interfaces.
255 'cpp/private/flash_fullscreen.cc', 255 'cpp/private/flash_fullscreen.cc',
256 'cpp/private/flash_fullscreen.h', 256 'cpp/private/flash_fullscreen.h',
257 'cpp/private/flash_tcp_socket.cc',
258 'cpp/private/flash_tcp_socket.h',
259 'cpp/private/instance_private.cc', 257 'cpp/private/instance_private.cc',
260 'cpp/private/instance_private.h', 258 'cpp/private/instance_private.h',
261 'cpp/private/net_address_private.cc', 259 'cpp/private/net_address_private.cc',
262 'cpp/private/net_address_private.h', 260 'cpp/private/net_address_private.h',
263 'cpp/private/tcp_socket_private.cc', 261 'cpp/private/tcp_socket_private.cc',
264 'cpp/private/tcp_socket_private.h', 262 'cpp/private/tcp_socket_private.h',
265 'cpp/private/udp_socket_private.cc', 263 'cpp/private/udp_socket_private.cc',
266 'cpp/private/udp_socket_private.h', 264 'cpp/private/udp_socket_private.h',
267 'cpp/private/var_private.cc', 265 'cpp/private/var_private.cc',
268 'cpp/private/var_private.h', 266 'cpp/private/var_private.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ], 454 ],
457 }, 455 },
458 'dependencies': [ 456 'dependencies': [
459 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 457 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
460 ], 458 ],
461 }, 459 },
462 ], 460 ],
463 }], 461 }],
464 ], 462 ],
465 } 463 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_tcp_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698