| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'c/dev/ppb_char_set_dev.h', | 60 'c/dev/ppb_char_set_dev.h', |
| 61 'c/dev/ppb_context_3d_dev.h', | 61 'c/dev/ppb_context_3d_dev.h', |
| 62 'c/dev/ppb_context_3d_trusted_dev.h', | 62 'c/dev/ppb_context_3d_trusted_dev.h', |
| 63 'c/dev/ppb_console_dev.h', | 63 'c/dev/ppb_console_dev.h', |
| 64 'c/dev/ppb_cursor_control_dev.h', | 64 'c/dev/ppb_cursor_control_dev.h', |
| 65 'c/dev/ppb_directory_reader_dev.h', | 65 'c/dev/ppb_directory_reader_dev.h', |
| 66 'c/dev/ppb_file_chooser_dev.h', | 66 'c/dev/ppb_file_chooser_dev.h', |
| 67 'c/dev/ppb_find_dev.h', | 67 'c/dev/ppb_find_dev.h', |
| 68 'c/dev/ppb_font_dev.h', | 68 'c/dev/ppb_font_dev.h', |
| 69 'c/dev/ppb_fullscreen_dev.h', | 69 'c/dev/ppb_fullscreen_dev.h', |
| 70 'c/dev/ppb_text_input_dev.h', |
| 70 'c/dev/ppb_memory_dev.h', | 71 'c/dev/ppb_memory_dev.h', |
| 71 'c/dev/ppb_mouse_lock_dev.h', | 72 'c/dev/ppb_mouse_lock_dev.h', |
| 72 'c/dev/ppb_query_policy_dev.h', | 73 'c/dev/ppb_query_policy_dev.h', |
| 73 'c/dev/ppb_scrollbar_dev.h', | 74 'c/dev/ppb_scrollbar_dev.h', |
| 74 'c/dev/ppb_surface_3d_dev.h', | 75 'c/dev/ppb_surface_3d_dev.h', |
| 75 'c/dev/ppb_testing_dev.h', | 76 'c/dev/ppb_testing_dev.h', |
| 76 'c/dev/ppb_url_util_dev.h', | 77 'c/dev/ppb_url_util_dev.h', |
| 77 'c/dev/ppb_video_decoder_dev.h', | 78 'c/dev/ppb_video_decoder_dev.h', |
| 78 'c/dev/ppb_widget_dev.h', | 79 'c/dev/ppb_widget_dev.h', |
| 79 'c/dev/ppb_zoom_dev.h', | 80 'c/dev/ppb_zoom_dev.h', |
| (...skipping 128 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 |