| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 'c_source_files': [ | 7 'c_source_files': [ |
| 8 'c/pp_array_output.h', | 8 'c/pp_array_output.h', |
| 9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
| 10 'c/pp_codecs.h', | 10 'c/pp_codecs.h', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'c/ppb_url_request_info.h', | 61 'c/ppb_url_request_info.h', |
| 62 'c/ppb_url_response_info.h', | 62 'c/ppb_url_response_info.h', |
| 63 'c/ppb_var.h', | 63 'c/ppb_var.h', |
| 64 'c/ppb_var_array.h', | 64 'c/ppb_var_array.h', |
| 65 'c/ppb_var_array_buffer.h', | 65 'c/ppb_var_array_buffer.h', |
| 66 'c/ppb_var_dictionary.h', | 66 'c/ppb_var_dictionary.h', |
| 67 'c/ppb_video_decoder.h', | 67 'c/ppb_video_decoder.h', |
| 68 'c/ppb_video_encoder.h', | 68 'c/ppb_video_encoder.h', |
| 69 'c/ppb_video_frame.h', | 69 'c/ppb_video_frame.h', |
| 70 'c/ppb_view.h', | 70 'c/ppb_view.h', |
| 71 'c/ppb_ppb_vpn_provider.h', |
| 71 'c/ppb_websocket.h', | 72 'c/ppb_websocket.h', |
| 72 'c/ppp.h', | 73 'c/ppp.h', |
| 73 'c/ppp_graphics_3d.h', | 74 'c/ppp_graphics_3d.h', |
| 74 'c/ppp_input_event.h', | 75 'c/ppp_input_event.h', |
| 75 'c/ppp_instance.h', | 76 'c/ppp_instance.h', |
| 76 'c/ppp_messaging.h', | 77 'c/ppp_messaging.h', |
| 77 'c/ppp_mouse_lock.h', | 78 'c/ppp_mouse_lock.h', |
| 78 | 79 |
| 79 # Dev interfaces. | 80 # Dev interfaces. |
| 80 'c/dev/pp_cursor_type_dev.h', | 81 'c/dev/pp_cursor_type_dev.h', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 'cpp/var_dictionary.cc', | 240 'cpp/var_dictionary.cc', |
| 240 'cpp/var_dictionary.h', | 241 'cpp/var_dictionary.h', |
| 241 'cpp/video_decoder.cc', | 242 'cpp/video_decoder.cc', |
| 242 'cpp/video_decoder.h', | 243 'cpp/video_decoder.h', |
| 243 'cpp/video_encoder.cc', | 244 'cpp/video_encoder.cc', |
| 244 'cpp/video_encoder.h', | 245 'cpp/video_encoder.h', |
| 245 'cpp/video_frame.cc', | 246 'cpp/video_frame.cc', |
| 246 'cpp/video_frame.h', | 247 'cpp/video_frame.h', |
| 247 'cpp/view.cc', | 248 'cpp/view.cc', |
| 248 'cpp/view.h', | 249 'cpp/view.h', |
| 250 'cpp/vpn_provider.h', |
| 251 'cpp/vpn_provider.cc', |
| 249 'cpp/websocket.cc', | 252 'cpp/websocket.cc', |
| 250 'cpp/websocket.h', | 253 'cpp/websocket.h', |
| 251 | 254 |
| 252 # Dev interfaces. | 255 # Dev interfaces. |
| 253 'cpp/dev/audio_input_dev.cc', | 256 'cpp/dev/audio_input_dev.cc', |
| 254 'cpp/dev/audio_input_dev.h', | 257 'cpp/dev/audio_input_dev.h', |
| 255 'cpp/dev/buffer_dev.cc', | 258 'cpp/dev/buffer_dev.cc', |
| 256 'cpp/dev/buffer_dev.h', | 259 'cpp/dev/buffer_dev.h', |
| 257 'cpp/dev/crypto_dev.cc', | 260 'cpp/dev/crypto_dev.cc', |
| 258 'cpp/dev/crypto_dev.h', | 261 'cpp/dev/crypto_dev.h', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 'tests/test_x509_certificate_private.h', | 569 'tests/test_x509_certificate_private.h', |
| 567 | 570 |
| 568 # Deprecated test cases. | 571 # Deprecated test cases. |
| 569 'tests/test_instance_deprecated.cc', | 572 'tests/test_instance_deprecated.cc', |
| 570 'tests/test_instance_deprecated.h', | 573 'tests/test_instance_deprecated.h', |
| 571 'tests/test_var_deprecated.cc', | 574 'tests/test_var_deprecated.cc', |
| 572 'tests/test_var_deprecated.h', | 575 'tests/test_var_deprecated.h', |
| 573 ], | 576 ], |
| 574 }, | 577 }, |
| 575 } | 578 } |
| OLD | NEW |