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 13 matching lines...) Expand all Loading... |
24 'c/pp_rect.h', | 24 'c/pp_rect.h', |
25 'c/pp_resource.h', | 25 'c/pp_resource.h', |
26 'c/pp_size.h', | 26 'c/pp_size.h', |
27 'c/pp_stdint.h', | 27 'c/pp_stdint.h', |
28 'c/pp_time.h', | 28 'c/pp_time.h', |
29 'c/pp_var.h', | 29 'c/pp_var.h', |
30 'c/ppb.h', | 30 'c/ppb.h', |
31 'c/ppb_audio.h', | 31 'c/ppb_audio.h', |
32 'c/ppb_audio_config.h', | 32 'c/ppb_audio_config.h', |
33 'c/ppb_core.h', | 33 'c/ppb_core.h', |
34 'c/ppb_class.h', | |
35 'c/ppb_graphics_2d.h', | 34 'c/ppb_graphics_2d.h', |
36 'c/ppb_image_data.h', | 35 'c/ppb_image_data.h', |
37 'c/ppb_instance.h', | 36 'c/ppb_instance.h', |
38 'c/ppb_url_loader.h', | 37 'c/ppb_url_loader.h', |
39 'c/ppb_url_request_info.h', | 38 'c/ppb_url_request_info.h', |
40 'c/ppb_url_response_info.h', | 39 'c/ppb_url_response_info.h', |
41 'c/ppb_var.h', | 40 'c/ppb_var.h', |
42 'c/ppp.h', | 41 'c/ppp.h', |
43 'c/ppp_instance.h', | 42 'c/ppp_instance.h', |
44 | 43 |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 }], | 244 }], |
246 ['OS=="mac"', { | 245 ['OS=="mac"', { |
247 'xcode_settings': { | 246 'xcode_settings': { |
248 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], | 247 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], |
249 }, | 248 }, |
250 }] | 249 }] |
251 ], | 250 ], |
252 }, | 251 }, |
253 ], | 252 ], |
254 } | 253 } |
OLD | NEW |