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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8564034: Pepper: Add a test for PPB_TCPSocket_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unnecessary includes 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') | ppapi/ppapi_tests.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) 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'cpp/dev/zoom_dev.cc', 242 'cpp/dev/zoom_dev.cc',
243 'cpp/dev/zoom_dev.h', 243 'cpp/dev/zoom_dev.h',
244 244
245 # Deprecated interfaces. 245 # Deprecated interfaces.
246 'cpp/dev/scriptable_object_deprecated.h', 246 'cpp/dev/scriptable_object_deprecated.h',
247 'cpp/dev/scriptable_object_deprecated.cc', 247 'cpp/dev/scriptable_object_deprecated.cc',
248 248
249 # Private interfaces. 249 # Private interfaces.
250 'cpp/private/flash_fullscreen.cc', 250 'cpp/private/flash_fullscreen.cc',
251 'cpp/private/flash_fullscreen.h', 251 'cpp/private/flash_fullscreen.h',
252 'cpp/private/flash_tcp_socket.cc',
253 'cpp/private/flash_tcp_socket.h',
252 'cpp/private/instance_private.cc', 254 'cpp/private/instance_private.cc',
253 'cpp/private/instance_private.h', 255 'cpp/private/instance_private.h',
254 'cpp/private/net_address_private.cc', 256 'cpp/private/net_address_private.cc',
255 'cpp/private/net_address_private.h', 257 'cpp/private/net_address_private.h',
256 'cpp/private/var_private.cc', 258 'cpp/private/var_private.cc',
257 'cpp/private/var_private.h', 259 'cpp/private/var_private.h',
258 260
259 # Trusted interfaces. 261 # Trusted interfaces.
260 'cpp/trusted/file_chooser_trusted.cc', 262 'cpp/trusted/file_chooser_trusted.cc',
261 'cpp/trusted/file_chooser_trusted.h', 263 'cpp/trusted/file_chooser_trusted.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 ], 447 ],
446 }, 448 },
447 'dependencies': [ 449 'dependencies': [
448 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 450 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
449 ], 451 ],
450 }, 452 },
451 ], 453 ],
452 }], 454 }],
453 ], 455 ],
454 } 456 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/flash_tcp_socket.cc ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698