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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'c/dev/ppp_widget_dev.h', | 91 'c/dev/ppp_widget_dev.h', |
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_menu.h', | 98 'c/private/ppb_flash_menu.h', |
99 'c/private/ppb_flash_net_connector.h', | 99 'c/private/ppb_flash_net_connector.h', |
100 'c/private/ppb_flash_tcp_socket.h', | 100 'c/private/ppb_flash_tcp_socket.h', |
| 101 'c/private/ppb_flash_udp_socket.h', |
101 'c/private/ppb_gpu_blacklist_private.h', | 102 'c/private/ppb_gpu_blacklist_private.h', |
102 'c/private/ppb_instance_private.h', | 103 'c/private/ppb_instance_private.h', |
103 'c/private/ppb_nacl_private.h', | 104 'c/private/ppb_nacl_private.h', |
104 'c/private/ppb_pdf.h', | 105 'c/private/ppb_pdf.h', |
105 'c/private/ppb_proxy_private.h', | 106 'c/private/ppb_proxy_private.h', |
106 'c/private/ppp_instance_private.h', | 107 'c/private/ppp_instance_private.h', |
107 | 108 |
108 # Deprecated interfaces. | 109 # Deprecated interfaces. |
109 'c/dev/deprecated_bool.h', | 110 'c/dev/deprecated_bool.h', |
110 'c/dev/ppb_var_deprecated.h', | 111 'c/dev/ppb_var_deprecated.h', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 }], | 293 }], |
293 ['OS=="mac"', { | 294 ['OS=="mac"', { |
294 'xcode_settings': { | 295 'xcode_settings': { |
295 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 296 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
296 }, | 297 }, |
297 }] | 298 }] |
298 ], | 299 ], |
299 }, | 300 }, |
300 ], | 301 ], |
301 } | 302 } |
OLD | NEW |