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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'c/dev/ppp_zoom_dev.h', | 92 'c/dev/ppp_zoom_dev.h', |
93 | 93 |
94 # Private interfaces. | 94 # Private interfaces. |
95 'c/private/ppb_flash.h', | 95 'c/private/ppb_flash.h', |
96 'c/private/ppb_flash_clipboard.h', | 96 'c/private/ppb_flash_clipboard.h', |
97 'c/private/ppb_flash_file.h', | 97 'c/private/ppb_flash_file.h', |
98 'c/private/ppb_flash_fullscreen.h', | 98 'c/private/ppb_flash_fullscreen.h', |
99 'c/private/ppb_flash_menu.h', | 99 'c/private/ppb_flash_menu.h', |
100 'c/private/ppb_flash_net_connector.h', | 100 'c/private/ppb_flash_net_connector.h', |
101 'c/private/ppb_flash_tcp_socket.h', | 101 'c/private/ppb_flash_tcp_socket.h', |
| 102 'c/private/ppb_flash_udp_socket.h', |
102 'c/private/ppb_gpu_blacklist_private.h', | 103 'c/private/ppb_gpu_blacklist_private.h', |
103 'c/private/ppb_instance_private.h', | 104 'c/private/ppb_instance_private.h', |
104 'c/private/ppb_nacl_private.h', | 105 'c/private/ppb_nacl_private.h', |
105 'c/private/ppb_pdf.h', | 106 'c/private/ppb_pdf.h', |
106 'c/private/ppb_proxy_private.h', | 107 'c/private/ppb_proxy_private.h', |
107 'c/private/ppp_instance_private.h', | 108 'c/private/ppp_instance_private.h', |
108 | 109 |
109 # Deprecated interfaces. | 110 # Deprecated interfaces. |
110 'c/dev/deprecated_bool.h', | 111 'c/dev/deprecated_bool.h', |
111 'c/dev/ppb_var_deprecated.h', | 112 'c/dev/ppb_var_deprecated.h', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 }], | 296 }], |
296 ['OS=="mac"', { | 297 ['OS=="mac"', { |
297 'xcode_settings': { | 298 'xcode_settings': { |
298 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 299 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
299 }, | 300 }, |
300 }] | 301 }] |
301 ], | 302 ], |
302 }, | 303 }, |
303 ], | 304 ], |
304 } | 305 } |
OLD | NEW |