| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'c/dev/ppb_scrollbar_dev.h', | 75 'c/dev/ppb_scrollbar_dev.h', |
| 76 'c/dev/ppb_surface_3d_dev.h', | 76 'c/dev/ppb_surface_3d_dev.h', |
| 77 'c/dev/ppb_testing_dev.h', | 77 'c/dev/ppb_testing_dev.h', |
| 78 'c/dev/ppb_url_util_dev.h', | 78 'c/dev/ppb_url_util_dev.h', |
| 79 'c/dev/ppb_video_decoder_dev.h', | 79 'c/dev/ppb_video_decoder_dev.h', |
| 80 'c/dev/ppb_widget_dev.h', | 80 'c/dev/ppb_widget_dev.h', |
| 81 'c/dev/ppb_zoom_dev.h', | 81 'c/dev/ppb_zoom_dev.h', |
| 82 'c/dev/ppp_cursor_control_dev.h', | 82 'c/dev/ppp_cursor_control_dev.h', |
| 83 'c/dev/ppp_find_dev.h', | 83 'c/dev/ppp_find_dev.h', |
| 84 'c/dev/ppp_graphics_3d_dev.h', | 84 'c/dev/ppp_graphics_3d_dev.h', |
| 85 'c/dev/ppp_network_state_dev.h', |
| 85 'c/dev/ppp_scrollbar_dev.h', | 86 'c/dev/ppp_scrollbar_dev.h', |
| 86 'c/dev/ppp_selection_dev.h', | 87 'c/dev/ppp_selection_dev.h', |
| 87 'c/dev/ppp_printing_dev.h', | 88 'c/dev/ppp_printing_dev.h', |
| 88 'c/dev/ppp_video_decoder_dev.h', | 89 'c/dev/ppp_video_decoder_dev.h', |
| 89 'c/dev/ppp_widget_dev.h', | 90 'c/dev/ppp_widget_dev.h', |
| 90 'c/dev/ppp_zoom_dev.h', | 91 'c/dev/ppp_zoom_dev.h', |
| 91 | 92 |
| 92 # Private interfaces. | 93 # Private interfaces. |
| 93 'c/private/ppb_flash.h', | 94 'c/private/ppb_flash.h', |
| 94 'c/private/ppb_flash_clipboard.h', | 95 'c/private/ppb_flash_clipboard.h', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 }], | 284 }], |
| 284 ['OS=="mac"', { | 285 ['OS=="mac"', { |
| 285 'xcode_settings': { | 286 'xcode_settings': { |
| 286 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 287 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
| 287 }, | 288 }, |
| 288 }] | 289 }] |
| 289 ], | 290 ], |
| 290 }, | 291 }, |
| 291 ], | 292 ], |
| 292 } | 293 } |
| OLD | NEW |