| 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_bool.h', | 8 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'c/private/ppb_udp_socket_private.h', | 106 'c/private/ppb_udp_socket_private.h', |
| 107 | 107 |
| 108 # Deprecated interfaces. | 108 # Deprecated interfaces. |
| 109 'c/dev/deprecated_bool.h', | 109 'c/dev/deprecated_bool.h', |
| 110 'c/dev/ppb_var_deprecated.h', | 110 'c/dev/ppb_var_deprecated.h', |
| 111 'c/dev/ppp_class_deprecated.h', | 111 'c/dev/ppp_class_deprecated.h', |
| 112 | 112 |
| 113 # Trusted interfaces. | 113 # Trusted interfaces. |
| 114 'c/trusted/ppb_audio_trusted.h', | 114 'c/trusted/ppb_audio_trusted.h', |
| 115 'c/trusted/ppb_broker_trusted.h', | 115 'c/trusted/ppb_broker_trusted.h', |
| 116 'c/private/ppb_browser_font_trusted.h', |
| 116 'c/trusted/ppb_buffer_trusted.h', | 117 'c/trusted/ppb_buffer_trusted.h', |
| 117 'c/trusted/ppb_file_chooser_trusted.h', | 118 'c/trusted/ppb_file_chooser_trusted.h', |
| 118 'c/trusted/ppb_file_io_trusted.h', | 119 'c/trusted/ppb_file_io_trusted.h', |
| 119 'c/trusted/ppb_graphics_3d_trusted.h', | 120 'c/trusted/ppb_graphics_3d_trusted.h', |
| 120 'c/trusted/ppb_image_data_trusted.h', | 121 'c/trusted/ppb_image_data_trusted.h', |
| 121 'c/trusted/ppb_url_loader_trusted.h', | 122 'c/trusted/ppb_url_loader_trusted.h', |
| 122 'c/trusted/ppp_broker.h', | 123 'c/trusted/ppp_broker.h', |
| 123 ], | 124 ], |
| 124 'cpp_source_files': [ | 125 'cpp_source_files': [ |
| 125 'cpp/audio.cc', | 126 'cpp/audio.cc', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'c/dev/ppb_transport_dev.h', | 426 'c/dev/ppb_transport_dev.h', |
| 426 ], | 427 ], |
| 427 'cpp_source_files': [ | 428 'cpp_source_files': [ |
| 428 'cpp/dev/transport_dev.cc', | 429 'cpp/dev/transport_dev.cc', |
| 429 'cpp/dev/transport_dev.h', | 430 'cpp/dev/transport_dev.h', |
| 430 ], | 431 ], |
| 431 }, | 432 }, |
| 432 }], | 433 }], |
| 433 ], | 434 ], |
| 434 } | 435 } |
| OLD | NEW |