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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 | 44 |
45 # Dev interfaces. | 45 # Dev interfaces. |
46 'c/dev/pp_cursor_type_dev.h', | 46 'c/dev/pp_cursor_type_dev.h', |
47 'c/dev/pp_file_info_dev.h', | 47 'c/dev/pp_file_info_dev.h', |
48 'c/dev/pp_graphics_3d_dev.h', | 48 'c/dev/pp_graphics_3d_dev.h', |
49 'c/dev/pp_video_dev.h', | 49 'c/dev/pp_video_dev.h', |
50 'c/dev/ppb_buffer_dev.h', | 50 'c/dev/ppb_buffer_dev.h', |
51 'c/dev/ppb_char_set_dev.h', | 51 'c/dev/ppb_char_set_dev.h', |
52 'c/dev/ppb_context_3d_dev.h', | 52 'c/dev/ppb_context_3d_dev.h', |
53 'c/dev/ppb_context_3d_trusted_dev.h', | 53 'c/dev/ppb_context_3d_trusted_dev.h', |
| 54 'c/dev/ppb_console_dev.h', |
54 'c/dev/ppb_cursor_control_dev.h', | 55 'c/dev/ppb_cursor_control_dev.h', |
55 'c/dev/ppb_directory_reader_dev.h', | 56 'c/dev/ppb_directory_reader_dev.h', |
56 'c/dev/ppb_file_chooser_dev.h', | 57 'c/dev/ppb_file_chooser_dev.h', |
57 'c/dev/ppb_file_io_dev.h', | 58 'c/dev/ppb_file_io_dev.h', |
58 'c/dev/ppb_file_io_trusted_dev.h', | 59 'c/dev/ppb_file_io_trusted_dev.h', |
59 'c/dev/ppb_file_ref_dev.h', | 60 'c/dev/ppb_file_ref_dev.h', |
60 'c/dev/ppb_file_system_dev.h', | 61 'c/dev/ppb_file_system_dev.h', |
61 'c/dev/ppb_find_dev.h', | 62 'c/dev/ppb_find_dev.h', |
62 'c/dev/ppb_font_dev.h', | 63 'c/dev/ppb_font_dev.h', |
63 'c/dev/ppb_fullscreen_dev.h', | 64 'c/dev/ppb_fullscreen_dev.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 }], | 244 }], |
244 ['OS=="mac"', { | 245 ['OS=="mac"', { |
245 'xcode_settings': { | 246 'xcode_settings': { |
246 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 247 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
247 }, | 248 }, |
248 }] | 249 }] |
249 ], | 250 ], |
250 }, | 251 }, |
251 ], | 252 ], |
252 } | 253 } |
OLD | NEW |