| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'c/ppb_view.h', | 61 'c/ppb_view.h', |
| 62 'c/ppb_websocket.h', | 62 'c/ppb_websocket.h', |
| 63 'c/ppp.h', | 63 'c/ppp.h', |
| 64 'c/ppp_graphics_3d.h', | 64 'c/ppp_graphics_3d.h', |
| 65 'c/ppp_input_event.h', | 65 'c/ppp_input_event.h', |
| 66 'c/ppp_instance.h', | 66 'c/ppp_instance.h', |
| 67 'c/ppp_messaging.h', | 67 'c/ppp_messaging.h', |
| 68 'c/ppp_mouse_lock.h', | 68 'c/ppp_mouse_lock.h', |
| 69 | 69 |
| 70 # Dev interfaces. | 70 # Dev interfaces. |
| 71 'c/dev/pp_array_structs_dev.h', |
| 71 'c/dev/pp_cursor_type_dev.h', | 72 'c/dev/pp_cursor_type_dev.h', |
| 73 'c/dev/pp_optional_structs_dev.h', |
| 72 'c/dev/pp_video_dev.h', | 74 'c/dev/pp_video_dev.h', |
| 75 'c/dev/ppb_alarms_dev.h', |
| 73 'c/dev/ppb_buffer_dev.h', | 76 'c/dev/ppb_buffer_dev.h', |
| 74 'c/dev/ppb_char_set_dev.h', | 77 'c/dev/ppb_char_set_dev.h', |
| 75 'c/dev/ppb_cursor_control_dev.h', | 78 'c/dev/ppb_cursor_control_dev.h', |
| 76 'c/dev/ppb_device_ref_dev.h', | 79 'c/dev/ppb_device_ref_dev.h', |
| 77 'c/dev/ppb_file_chooser_dev.h', | 80 'c/dev/ppb_file_chooser_dev.h', |
| 78 'c/dev/ppb_find_dev.h', | 81 'c/dev/ppb_find_dev.h', |
| 79 'c/dev/ppb_font_dev.h', | 82 'c/dev/ppb_font_dev.h', |
| 83 'c/dev/ppb_foobar_dev.h', |
| 80 'c/dev/ppb_ime_input_event_dev.h', | 84 'c/dev/ppb_ime_input_event_dev.h', |
| 81 'c/dev/ppb_memory_dev.h', | 85 'c/dev/ppb_memory_dev.h', |
| 82 'c/dev/ppb_printing_dev.h', | 86 'c/dev/ppb_printing_dev.h', |
| 83 'c/dev/ppb_resource_array_dev.h', | 87 'c/dev/ppb_resource_array_dev.h', |
| 84 'c/dev/ppb_scrollbar_dev.h', | 88 'c/dev/ppb_scrollbar_dev.h', |
| 85 'c/dev/ppb_testing_dev.h', | 89 'c/dev/ppb_testing_dev.h', |
| 86 'c/dev/ppb_text_input_dev.h', | 90 'c/dev/ppb_text_input_dev.h', |
| 87 'c/dev/ppb_truetype_font_dev.h', | 91 'c/dev/ppb_truetype_font_dev.h', |
| 88 'c/dev/ppb_url_util_dev.h', | 92 'c/dev/ppb_url_util_dev.h', |
| 89 'c/dev/ppb_var_resource_dev.h', | 93 'c/dev/ppb_var_resource_dev.h', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'cpp/var_array_buffer.cc', | 232 'cpp/var_array_buffer.cc', |
| 229 'cpp/var_array_buffer.h', | 233 'cpp/var_array_buffer.h', |
| 230 'cpp/var_dictionary.cc', | 234 'cpp/var_dictionary.cc', |
| 231 'cpp/var_dictionary.h', | 235 'cpp/var_dictionary.h', |
| 232 'cpp/view.cc', | 236 'cpp/view.cc', |
| 233 'cpp/view.h', | 237 'cpp/view.h', |
| 234 'cpp/websocket.cc', | 238 'cpp/websocket.cc', |
| 235 'cpp/websocket.h', | 239 'cpp/websocket.h', |
| 236 | 240 |
| 237 # Dev interfaces. | 241 # Dev interfaces. |
| 242 'cpp/dev/alarms_dev.cc', |
| 243 'cpp/dev/alarms_dev.h', |
| 244 'cpp/dev/array_dev.h', |
| 238 'cpp/dev/audio_input_dev.cc', | 245 'cpp/dev/audio_input_dev.cc', |
| 239 'cpp/dev/audio_input_dev.h', | 246 'cpp/dev/audio_input_dev.h', |
| 240 'cpp/dev/buffer_dev.cc', | 247 'cpp/dev/buffer_dev.cc', |
| 241 'cpp/dev/buffer_dev.h', | 248 'cpp/dev/buffer_dev.h', |
| 242 'cpp/dev/crypto_dev.cc', | 249 'cpp/dev/crypto_dev.cc', |
| 243 'cpp/dev/crypto_dev.h', | 250 'cpp/dev/crypto_dev.h', |
| 244 'cpp/dev/cursor_control_dev.cc', | 251 'cpp/dev/cursor_control_dev.cc', |
| 245 'cpp/dev/cursor_control_dev.h', | 252 'cpp/dev/cursor_control_dev.h', |
| 246 'cpp/dev/device_ref_dev.cc', | 253 'cpp/dev/device_ref_dev.cc', |
| 247 'cpp/dev/device_ref_dev.h', | 254 'cpp/dev/device_ref_dev.h', |
| 248 'cpp/dev/file_chooser_dev.cc', | 255 'cpp/dev/file_chooser_dev.cc', |
| 249 'cpp/dev/file_chooser_dev.h', | 256 'cpp/dev/file_chooser_dev.h', |
| 250 'cpp/dev/find_dev.cc', | 257 'cpp/dev/find_dev.cc', |
| 251 'cpp/dev/find_dev.h', | 258 'cpp/dev/find_dev.h', |
| 252 'cpp/dev/font_dev.cc', | 259 'cpp/dev/font_dev.cc', |
| 253 'cpp/dev/font_dev.h', | 260 'cpp/dev/font_dev.h', |
| 261 'cpp/dev/foobar_dev.cc', |
| 262 'cpp/dev/foobar_dev.h', |
| 263 'cpp/dev/from_c_type_converter_dev.h', |
| 254 'cpp/dev/graphics_2d_dev.cc', | 264 'cpp/dev/graphics_2d_dev.cc', |
| 255 'cpp/dev/graphics_2d_dev.h', | 265 'cpp/dev/graphics_2d_dev.h', |
| 256 'cpp/dev/ime_input_event_dev.cc', | 266 'cpp/dev/ime_input_event_dev.cc', |
| 257 'cpp/dev/ime_input_event_dev.h', | 267 'cpp/dev/ime_input_event_dev.h', |
| 268 'cpp/dev/may_own_ptr_dev.h', |
| 258 'cpp/dev/memory_dev.cc', | 269 'cpp/dev/memory_dev.cc', |
| 259 'cpp/dev/memory_dev.h', | 270 'cpp/dev/memory_dev.h', |
| 271 'cpp/dev/optional_dev.h', |
| 260 'cpp/dev/printing_dev.cc', | 272 'cpp/dev/printing_dev.cc', |
| 261 'cpp/dev/printing_dev.h', | 273 'cpp/dev/printing_dev.h', |
| 262 'cpp/dev/resource_array_dev.cc', | 274 'cpp/dev/resource_array_dev.cc', |
| 263 'cpp/dev/resource_array_dev.h', | 275 'cpp/dev/resource_array_dev.h', |
| 264 'cpp/dev/scrollbar_dev.cc', | 276 'cpp/dev/scrollbar_dev.cc', |
| 265 'cpp/dev/scrollbar_dev.h', | 277 'cpp/dev/scrollbar_dev.h', |
| 266 'cpp/dev/selection_dev.cc', | 278 'cpp/dev/selection_dev.cc', |
| 267 'cpp/dev/selection_dev.h', | 279 'cpp/dev/selection_dev.h', |
| 280 'cpp/dev/string_wrapper_dev.cc', |
| 281 'cpp/dev/string_wrapper_dev.h', |
| 282 'cpp/dev/struct_wrapper_base_dev.h', |
| 268 'cpp/dev/text_input_dev.cc', | 283 'cpp/dev/text_input_dev.cc', |
| 269 'cpp/dev/text_input_dev.h', | 284 'cpp/dev/text_input_dev.h', |
| 285 'cpp/dev/to_c_type_converter_dev.h', |
| 270 'cpp/dev/truetype_font_dev.cc', | 286 'cpp/dev/truetype_font_dev.cc', |
| 271 'cpp/dev/truetype_font_dev.h', | 287 'cpp/dev/truetype_font_dev.h', |
| 272 'cpp/dev/url_util_dev.cc', | 288 'cpp/dev/url_util_dev.cc', |
| 273 'cpp/dev/url_util_dev.h', | 289 'cpp/dev/url_util_dev.h', |
| 274 'cpp/dev/var_resource_dev.cc', | 290 'cpp/dev/var_resource_dev.cc', |
| 275 'cpp/dev/var_resource_dev.h', | 291 'cpp/dev/var_resource_dev.h', |
| 276 'cpp/dev/video_capture_client_dev.cc', | 292 'cpp/dev/video_capture_client_dev.cc', |
| 277 'cpp/dev/video_capture_client_dev.h', | 293 'cpp/dev/video_capture_client_dev.h', |
| 278 'cpp/dev/video_capture_dev.cc', | 294 'cpp/dev/video_capture_dev.cc', |
| 279 'cpp/dev/video_capture_dev.h', | 295 'cpp/dev/video_capture_dev.h', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 # Extensions interfaces. | 377 # Extensions interfaces. |
| 362 'cpp/extensions/dict_field.h', | 378 'cpp/extensions/dict_field.h', |
| 363 'cpp/extensions/event_base.cc', | 379 'cpp/extensions/event_base.cc', |
| 364 'cpp/extensions/event_base.h', | 380 'cpp/extensions/event_base.h', |
| 365 'cpp/extensions/ext_output_traits.h', | 381 'cpp/extensions/ext_output_traits.h', |
| 366 'cpp/extensions/from_var_converter.h', | 382 'cpp/extensions/from_var_converter.h', |
| 367 'cpp/extensions/optional.h', | 383 'cpp/extensions/optional.h', |
| 368 'cpp/extensions/to_var_converter.h', | 384 'cpp/extensions/to_var_converter.h', |
| 369 | 385 |
| 370 # Extensions dev interfaces. | 386 # Extensions dev interfaces. |
| 371 'cpp/extensions/dev/alarms_dev.cc', | 387 'cpp/extensions/dev/alarms_dev_old.cc', |
| 372 'cpp/extensions/dev/alarms_dev.h', | 388 'cpp/extensions/dev/alarms_dev_old.h', |
| 373 'cpp/extensions/dev/events_dev.cc', | 389 'cpp/extensions/dev/events_dev.cc', |
| 374 'cpp/extensions/dev/events_dev.h', | 390 'cpp/extensions/dev/events_dev.h', |
| 375 'cpp/extensions/dev/socket_dev.cc', | 391 'cpp/extensions/dev/socket_dev.cc', |
| 376 'cpp/extensions/dev/socket_dev.h', | 392 'cpp/extensions/dev/socket_dev.h', |
| 377 | 393 |
| 378 # Utility sources. | 394 # Utility sources. |
| 379 'utility/completion_callback_factory.h', | 395 'utility/completion_callback_factory.h', |
| 380 'utility/completion_callback_factory_thread_traits.h', | 396 'utility/completion_callback_factory_thread_traits.h', |
| 381 'utility/graphics/paint_aggregator.cc', | 397 'utility/graphics/paint_aggregator.cc', |
| 382 'utility/graphics/paint_aggregator.h', | 398 'utility/graphics/paint_aggregator.h', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 'tests/test_x509_certificate_private.h', | 584 'tests/test_x509_certificate_private.h', |
| 569 | 585 |
| 570 # Deprecated test cases. | 586 # Deprecated test cases. |
| 571 'tests/test_instance_deprecated.cc', | 587 'tests/test_instance_deprecated.cc', |
| 572 'tests/test_instance_deprecated.h', | 588 'tests/test_instance_deprecated.h', |
| 573 'tests/test_var_deprecated.cc', | 589 'tests/test_var_deprecated.cc', |
| 574 'tests/test_var_deprecated.h', | 590 'tests/test_var_deprecated.h', |
| 575 ], | 591 ], |
| 576 }, | 592 }, |
| 577 } | 593 } |
| OLD | NEW |