| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'c/dev/ppb_widget_dev.h', | 78 'c/dev/ppb_widget_dev.h', |
| 79 'c/dev/ppb_zoom_dev.h', | 79 'c/dev/ppb_zoom_dev.h', |
| 80 'c/dev/ppp_cursor_control_dev.h', | 80 'c/dev/ppp_cursor_control_dev.h', |
| 81 'c/dev/ppp_find_dev.h', | 81 'c/dev/ppp_find_dev.h', |
| 82 'c/dev/ppp_mouse_lock_dev.h', | 82 'c/dev/ppp_mouse_lock_dev.h', |
| 83 'c/dev/ppp_network_state_dev.h', | 83 'c/dev/ppp_network_state_dev.h', |
| 84 'c/dev/ppp_policy_update_dev.h', | 84 'c/dev/ppp_policy_update_dev.h', |
| 85 'c/dev/ppp_printing_dev.h', | 85 'c/dev/ppp_printing_dev.h', |
| 86 'c/dev/ppp_scrollbar_dev.h', | 86 'c/dev/ppp_scrollbar_dev.h', |
| 87 'c/dev/ppp_selection_dev.h', | 87 'c/dev/ppp_selection_dev.h', |
| 88 'c/dev/ppb_text_input_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', |
| 95 'c/private/ppb_flash_file.h', | 96 'c/private/ppb_flash_file.h', |
| 96 'c/private/ppb_flash_menu.h', | 97 'c/private/ppb_flash_menu.h', |
| 97 'c/private/ppb_flash_net_connector.h', | 98 'c/private/ppb_flash_net_connector.h', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'cpp/dev/mouse_lock_dev.cc', | 209 'cpp/dev/mouse_lock_dev.cc', |
| 209 'cpp/dev/mouse_lock_dev.h', | 210 'cpp/dev/mouse_lock_dev.h', |
| 210 'cpp/dev/printing_dev.cc', | 211 'cpp/dev/printing_dev.cc', |
| 211 'cpp/dev/printing_dev.h', | 212 'cpp/dev/printing_dev.h', |
| 212 'cpp/dev/scrollbar_dev.cc', | 213 'cpp/dev/scrollbar_dev.cc', |
| 213 'cpp/dev/scrollbar_dev.h', | 214 'cpp/dev/scrollbar_dev.h', |
| 214 'cpp/dev/selection_dev.cc', | 215 'cpp/dev/selection_dev.cc', |
| 215 'cpp/dev/selection_dev.h', | 216 'cpp/dev/selection_dev.h', |
| 216 'cpp/dev/surface_3d_dev.cc', | 217 'cpp/dev/surface_3d_dev.cc', |
| 217 'cpp/dev/surface_3d_dev.h', | 218 'cpp/dev/surface_3d_dev.h', |
| 219 'cpp/dev/text_input_dev.cc', |
| 220 'cpp/dev/text_input_dev.h', |
| 218 'cpp/dev/url_util_dev.cc', | 221 'cpp/dev/url_util_dev.cc', |
| 219 'cpp/dev/url_util_dev.h', | 222 'cpp/dev/url_util_dev.h', |
| 220 'cpp/dev/video_capture_client_dev.cc', | 223 'cpp/dev/video_capture_client_dev.cc', |
| 221 'cpp/dev/video_capture_client_dev.h', | 224 'cpp/dev/video_capture_client_dev.h', |
| 222 'cpp/dev/video_capture_dev.cc', | 225 'cpp/dev/video_capture_dev.cc', |
| 223 'cpp/dev/video_capture_dev.h', | 226 'cpp/dev/video_capture_dev.h', |
| 224 'cpp/dev/video_decoder_client_dev.cc', | 227 'cpp/dev/video_decoder_client_dev.cc', |
| 225 'cpp/dev/video_decoder_client_dev.h', | 228 'cpp/dev/video_decoder_client_dev.h', |
| 226 'cpp/dev/video_decoder_dev.cc', | 229 'cpp/dev/video_decoder_dev.cc', |
| 227 'cpp/dev/video_decoder_dev.h', | 230 'cpp/dev/video_decoder_dev.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 }], | 289 }], |
| 287 ['OS=="mac"', { | 290 ['OS=="mac"', { |
| 288 'xcode_settings': { | 291 'xcode_settings': { |
| 289 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 292 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
| 290 }, | 293 }, |
| 291 }] | 294 }] |
| 292 ], | 295 ], |
| 293 }, | 296 }, |
| 294 ], | 297 ], |
| 295 } | 298 } |
| OLD | NEW |