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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'c/ppp_instance.h', | 43 'c/ppp_instance.h', |
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_cursor_control_dev.h', | 54 'c/dev/ppb_cursor_control_dev.h', |
54 'c/dev/ppb_directory_reader_dev.h', | 55 'c/dev/ppb_directory_reader_dev.h', |
55 'c/dev/ppb_file_chooser_dev.h', | 56 'c/dev/ppb_file_chooser_dev.h', |
56 'c/dev/ppb_file_io_dev.h', | 57 'c/dev/ppb_file_io_dev.h', |
57 'c/dev/ppb_file_io_trusted_dev.h', | 58 'c/dev/ppb_file_io_trusted_dev.h', |
58 'c/dev/ppb_file_ref_dev.h', | 59 'c/dev/ppb_file_ref_dev.h', |
59 'c/dev/ppb_file_system_dev.h', | 60 'c/dev/ppb_file_system_dev.h', |
60 'c/dev/ppb_find_dev.h', | 61 'c/dev/ppb_find_dev.h', |
61 'c/dev/ppb_font_dev.h', | 62 'c/dev/ppb_font_dev.h', |
62 'c/dev/ppb_fullscreen_dev.h', | 63 'c/dev/ppb_fullscreen_dev.h', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 }], | 238 }], |
238 ['OS=="mac"', { | 239 ['OS=="mac"', { |
239 'xcode_settings': { | 240 'xcode_settings': { |
240 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 241 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
241 }, | 242 }, |
242 }] | 243 }] |
243 ], | 244 ], |
244 }, | 245 }, |
245 ], | 246 ], |
246 } | 247 } |
OLD | NEW |