OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |