| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'cpp/dev/video_decoder_dev.cc', | 294 'cpp/dev/video_decoder_dev.cc', |
| 295 'cpp/dev/video_decoder_dev.h', | 295 'cpp/dev/video_decoder_dev.h', |
| 296 'cpp/dev/view_dev.cc', | 296 'cpp/dev/view_dev.cc', |
| 297 'cpp/dev/view_dev.h', | 297 'cpp/dev/view_dev.h', |
| 298 'cpp/dev/widget_client_dev.cc', | 298 'cpp/dev/widget_client_dev.cc', |
| 299 'cpp/dev/widget_client_dev.h', | 299 'cpp/dev/widget_client_dev.h', |
| 300 'cpp/dev/widget_dev.cc', | 300 'cpp/dev/widget_dev.cc', |
| 301 'cpp/dev/widget_dev.h', | 301 'cpp/dev/widget_dev.h', |
| 302 'cpp/dev/zoom_dev.cc', | 302 'cpp/dev/zoom_dev.cc', |
| 303 'cpp/dev/zoom_dev.h', | 303 'cpp/dev/zoom_dev.h', |
| 304 | 304 'cpp/dev/filesystem_provider.cc', |
| 305 'cpp/dev/filesystem_provider.h', |
| 305 # Deprecated interfaces. | 306 # Deprecated interfaces. |
| 306 'cpp/dev/scriptable_object_deprecated.cc', | 307 'cpp/dev/scriptable_object_deprecated.cc', |
| 307 'cpp/dev/scriptable_object_deprecated.h', | 308 'cpp/dev/scriptable_object_deprecated.h', |
| 308 | 309 |
| 309 # Private interfaces. | 310 # Private interfaces. |
| 310 'cpp/private/camera_capabilities_private.cc', | 311 'cpp/private/camera_capabilities_private.cc', |
| 311 'cpp/private/camera_capabilities_private.h', | 312 'cpp/private/camera_capabilities_private.h', |
| 312 'cpp/private/camera_device_private.cc', | 313 'cpp/private/camera_device_private.cc', |
| 313 'cpp/private/camera_device_private.h', | 314 'cpp/private/camera_device_private.h', |
| 314 'cpp/private/content_decryptor_private.cc', | 315 'cpp/private/content_decryptor_private.cc', |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'tests/test_x509_certificate_private.h', | 582 'tests/test_x509_certificate_private.h', |
| 582 | 583 |
| 583 # Deprecated test cases. | 584 # Deprecated test cases. |
| 584 'tests/test_instance_deprecated.cc', | 585 'tests/test_instance_deprecated.cc', |
| 585 'tests/test_instance_deprecated.h', | 586 'tests/test_instance_deprecated.h', |
| 586 'tests/test_var_deprecated.cc', | 587 'tests/test_var_deprecated.cc', |
| 587 'tests/test_var_deprecated.h', | 588 'tests/test_var_deprecated.h', |
| 588 ], | 589 ], |
| 589 }, | 590 }, |
| 590 } | 591 } |
| OLD | NEW |