| 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_completion_callback.h', | 10 'c/pp_completion_callback.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 'c/trusted/ppb_browser_font_trusted.h', | 129 'c/trusted/ppb_browser_font_trusted.h', |
| 130 'c/trusted/ppb_buffer_trusted.h', | 130 'c/trusted/ppb_buffer_trusted.h', |
| 131 'c/trusted/ppb_file_chooser_trusted.h', | 131 'c/trusted/ppb_file_chooser_trusted.h', |
| 132 'c/trusted/ppb_file_io_trusted.h', | 132 'c/trusted/ppb_file_io_trusted.h', |
| 133 'c/trusted/ppb_graphics_3d_trusted.h', | 133 'c/trusted/ppb_graphics_3d_trusted.h', |
| 134 'c/trusted/ppb_image_data_trusted.h', | 134 'c/trusted/ppb_image_data_trusted.h', |
| 135 'c/trusted/ppb_url_loader_trusted.h', | 135 'c/trusted/ppb_url_loader_trusted.h', |
| 136 'c/trusted/ppp_broker.h', | 136 'c/trusted/ppp_broker.h', |
| 137 | 137 |
| 138 # Extensions dev interfaces. | 138 # Extensions dev interfaces. |
| 139 'c/extensions/dev/ppb_alarms_dev.h', | 139 'c/extensions/dev/ppb_ext_alarms_dev.h', |
| 140 'c/extensions/dev/ppb_events_dev.h', | 140 'c/extensions/dev/ppb_ext_events_dev.h', |
| 141 ], | 141 ], |
| 142 'cpp_source_files': [ | 142 'cpp_source_files': [ |
| 143 'cpp/array_output.cc', | 143 'cpp/array_output.cc', |
| 144 'cpp/array_output.h', | 144 'cpp/array_output.h', |
| 145 'cpp/audio.cc', | 145 'cpp/audio.cc', |
| 146 'cpp/audio.h', | 146 'cpp/audio.h', |
| 147 'cpp/audio_config.cc', | 147 'cpp/audio_config.cc', |
| 148 'cpp/audio_config.h', | 148 'cpp/audio_config.h', |
| 149 'cpp/completion_callback.h', | 149 'cpp/completion_callback.h', |
| 150 'cpp/core.cc', | 150 'cpp/core.cc', |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 'tests/test_x509_certificate_private.h', | 504 'tests/test_x509_certificate_private.h', |
| 505 | 505 |
| 506 # Deprecated test cases. | 506 # Deprecated test cases. |
| 507 'tests/test_instance_deprecated.cc', | 507 'tests/test_instance_deprecated.cc', |
| 508 'tests/test_instance_deprecated.h', | 508 'tests/test_instance_deprecated.h', |
| 509 'tests/test_var_deprecated.cc', | 509 'tests/test_var_deprecated.cc', |
| 510 'tests/test_var_deprecated.h', | 510 'tests/test_var_deprecated.h', |
| 511 ], | 511 ], |
| 512 }, | 512 }, |
| 513 } | 513 } |
| OLD | NEW |