| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'c/dev/ppp_selection_dev.h', | 78 'c/dev/ppp_selection_dev.h', |
| 79 'c/dev/ppp_printing_dev.h', | 79 'c/dev/ppp_printing_dev.h', |
| 80 'c/dev/ppp_widget_dev.h', | 80 'c/dev/ppp_widget_dev.h', |
| 81 'c/dev/ppp_zoom_dev.h', | 81 'c/dev/ppp_zoom_dev.h', |
| 82 | 82 |
| 83 # Private interfaces. | 83 # Private interfaces. |
| 84 'c/private/ppb_flash.h', | 84 'c/private/ppb_flash.h', |
| 85 'c/private/ppb_flash_menu.h', | 85 'c/private/ppb_flash_menu.h', |
| 86 'c/private/ppb_nacl_private.h', | 86 'c/private/ppb_nacl_private.h', |
| 87 'c/private/ppb_pdf.h', | 87 'c/private/ppb_pdf.h', |
| 88 'c/private/ppb_proxy_private.h', |
| 88 | 89 |
| 89 # Deprecated interfaces. | 90 # Deprecated interfaces. |
| 90 'c/dev/deprecated_bool.h', | 91 'c/dev/deprecated_bool.h', |
| 91 'c/dev/ppb_var_deprecated.h', | 92 'c/dev/ppb_var_deprecated.h', |
| 92 'c/dev/ppp_class_deprecated.h', | 93 'c/dev/ppp_class_deprecated.h', |
| 93 | 94 |
| 94 # Trusted interfaces. | 95 # Trusted interfaces. |
| 95 'c/trusted/ppb_audio_trusted.h', | 96 'c/trusted/ppb_audio_trusted.h', |
| 96 'c/trusted/ppb_image_data_trusted.h', | 97 'c/trusted/ppb_image_data_trusted.h', |
| 97 'c/trusted/ppb_url_loader_trusted.h', | 98 'c/trusted/ppb_url_loader_trusted.h', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 }], | 240 }], |
| 240 ['OS=="mac"', { | 241 ['OS=="mac"', { |
| 241 'xcode_settings': { | 242 'xcode_settings': { |
| 242 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 243 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
| 243 }, | 244 }, |
| 244 }] | 245 }] |
| 245 ], | 246 ], |
| 246 }, | 247 }, |
| 247 ], | 248 ], |
| 248 } | 249 } |
| OLD | NEW |