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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_menu.cc', |
| 258 'cpp/private/flash_menu.h', |
| 259 'cpp/private/flash_net_connector.cc', |
| 260 'cpp/private/flash_net_connector.h', |
257 'cpp/private/instance_private.cc', | 261 'cpp/private/instance_private.cc', |
258 'cpp/private/instance_private.h', | 262 'cpp/private/instance_private.h', |
259 'cpp/private/net_address_private.cc', | 263 'cpp/private/net_address_private.cc', |
260 'cpp/private/net_address_private.h', | 264 'cpp/private/net_address_private.h', |
261 'cpp/private/tcp_socket_private.cc', | 265 'cpp/private/tcp_socket_private.cc', |
262 'cpp/private/tcp_socket_private.h', | 266 'cpp/private/tcp_socket_private.h', |
263 'cpp/private/udp_socket_private.cc', | 267 'cpp/private/udp_socket_private.cc', |
264 'cpp/private/udp_socket_private.h', | 268 'cpp/private/udp_socket_private.h', |
265 'cpp/private/var_private.cc', | 269 'cpp/private/var_private.cc', |
266 'cpp/private/var_private.h', | 270 'cpp/private/var_private.h', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 ], | 458 ], |
455 }, | 459 }, |
456 'dependencies': [ | 460 'dependencies': [ |
457 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 461 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
458 ], | 462 ], |
459 }, | 463 }, |
460 ], | 464 ], |
461 }], | 465 }], |
462 ], | 466 ], |
463 } | 467 } |
OLD | NEW |