| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'cpp/private/net_address_private.cc', | 252 'cpp/private/net_address_private.cc', |
| 252 'cpp/private/net_address_private.h', | 253 'cpp/private/net_address_private.h', |
| 253 'cpp/private/tcp_socket_private.cc', | 254 'cpp/private/tcp_socket_private.cc', |
| 254 'cpp/private/tcp_socket_private.h', | 255 'cpp/private/tcp_socket_private.h', |
| 255 'cpp/private/udp_socket_private.cc', | 256 'cpp/private/udp_socket_private.cc', |
| 256 'cpp/private/udp_socket_private.h', | 257 'cpp/private/udp_socket_private.h', |
| 257 'cpp/private/var_private.cc', | 258 'cpp/private/var_private.cc', |
| 258 'cpp/private/var_private.h', | 259 'cpp/private/var_private.h', |
| 259 | 260 |
| 260 # Trusted interfaces. | 261 # Trusted interfaces. |
| 262 'cpp/trusted/browser_font_trusted.cc', |
| 263 'cpp/trusted/browser_font_trusted.h', |
| 261 'cpp/trusted/file_chooser_trusted.cc', | 264 'cpp/trusted/file_chooser_trusted.cc', |
| 262 'cpp/trusted/file_chooser_trusted.h', | 265 'cpp/trusted/file_chooser_trusted.h', |
| 263 'cpp/trusted/file_io_trusted.cc', | 266 'cpp/trusted/file_io_trusted.cc', |
| 264 'cpp/trusted/file_io_trusted.h', | 267 'cpp/trusted/file_io_trusted.h', |
| 265 | 268 |
| 266 # Utility sources. | 269 # Utility sources. |
| 267 'utility/completion_callback_factory.h', | 270 'utility/completion_callback_factory.h', |
| 268 'utility/non_thread_safe_ref_count.h', | 271 'utility/non_thread_safe_ref_count.h', |
| 269 'utility/graphics/paint_aggregator.cc', | 272 'utility/graphics/paint_aggregator.cc', |
| 270 'utility/graphics/paint_aggregator.h', | 273 'utility/graphics/paint_aggregator.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 # Sources used in trusted tests. | 335 # Sources used in trusted tests. |
| 333 # | 336 # |
| 334 'test_trusted_source_files': [ | 337 'test_trusted_source_files': [ |
| 335 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) | 338 # Test cases (PLEASE KEEP THIS SECTION IN ALPHABETICAL ORDER) |
| 336 'tests/test_audio.cc', | 339 'tests/test_audio.cc', |
| 337 'tests/test_audio.h', | 340 'tests/test_audio.h', |
| 338 'tests/test_audio_config.cc', | 341 'tests/test_audio_config.cc', |
| 339 'tests/test_audio_config.h', | 342 'tests/test_audio_config.h', |
| 340 'tests/test_broker.cc', | 343 'tests/test_broker.cc', |
| 341 'tests/test_broker.h', | 344 'tests/test_broker.h', |
| 345 'tests/test_browser_font.cc', |
| 346 'tests/test_browser_font.h', |
| 342 'tests/test_buffer.cc', | 347 'tests/test_buffer.cc', |
| 343 'tests/test_buffer.h', | 348 'tests/test_buffer.h', |
| 344 'tests/test_c_includes.c', | 349 'tests/test_c_includes.c', |
| 345 'tests/test_char_set.cc', | 350 'tests/test_char_set.cc', |
| 346 'tests/test_char_set.h', | 351 'tests/test_char_set.h', |
| 347 'tests/test_core.cc', | 352 'tests/test_core.cc', |
| 348 'tests/test_core.h', | 353 'tests/test_core.h', |
| 349 'tests/test_cpp_includes.cc', | 354 'tests/test_cpp_includes.cc', |
| 350 'tests/test_crypto.cc', | 355 'tests/test_crypto.cc', |
| 351 'tests/test_crypto.h', | 356 'tests/test_crypto.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 'c/dev/ppb_transport_dev.h', | 430 'c/dev/ppb_transport_dev.h', |
| 426 ], | 431 ], |
| 427 'cpp_source_files': [ | 432 'cpp_source_files': [ |
| 428 'cpp/dev/transport_dev.cc', | 433 'cpp/dev/transport_dev.cc', |
| 429 'cpp/dev/transport_dev.h', | 434 'cpp/dev/transport_dev.h', |
| 430 ], | 435 ], |
| 431 }, | 436 }, |
| 432 }], | 437 }], |
| 433 ], | 438 ], |
| 434 } | 439 } |
| OLD | NEW |