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<(nacl_ppapi_library_suffix)', | 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'c/dev/ppp_widget_dev.h', | 88 'c/dev/ppp_widget_dev.h', |
89 'c/dev/ppp_zoom_dev.h', | 89 'c/dev/ppp_zoom_dev.h', |
90 | 90 |
91 # Private interfaces. | 91 # Private interfaces. |
92 'c/private/ppb_flash.h', | 92 'c/private/ppb_flash.h', |
93 'c/private/ppb_flash_clipboard.h', | 93 'c/private/ppb_flash_clipboard.h', |
94 'c/private/ppb_flash_file.h', | 94 'c/private/ppb_flash_file.h', |
95 'c/private/ppb_flash_menu.h', | 95 'c/private/ppb_flash_menu.h', |
96 'c/private/ppb_flash_net_connector.h', | 96 'c/private/ppb_flash_net_connector.h', |
97 'c/private/ppb_flash_tcp_socket.h', | 97 'c/private/ppb_flash_tcp_socket.h', |
| 98 'c/private/ppb_flash_udp_socket.h', |
98 'c/private/ppb_instance_private.h', | 99 'c/private/ppb_instance_private.h', |
99 'c/private/ppb_nacl_private.h', | 100 'c/private/ppb_nacl_private.h', |
100 'c/private/ppb_pdf.h', | 101 'c/private/ppb_pdf.h', |
101 'c/private/ppb_proxy_private.h', | 102 'c/private/ppb_proxy_private.h', |
102 'c/private/ppp_instance_private.h', | 103 'c/private/ppp_instance_private.h', |
103 | 104 |
104 # Deprecated interfaces. | 105 # Deprecated interfaces. |
105 'c/dev/deprecated_bool.h', | 106 'c/dev/deprecated_bool.h', |
106 'c/dev/ppb_var_deprecated.h', | 107 'c/dev/ppb_var_deprecated.h', |
107 'c/dev/ppp_class_deprecated.h', | 108 'c/dev/ppp_class_deprecated.h', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 }], | 282 }], |
282 ['OS=="mac"', { | 283 ['OS=="mac"', { |
283 'xcode_settings': { | 284 'xcode_settings': { |
284 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 285 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
285 }, | 286 }, |
286 }] | 287 }] |
287 ], | 288 ], |
288 }, | 289 }, |
289 ], | 290 ], |
290 } | 291 } |
OLD | NEW |