OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'browser/gamepad/gamepad_provider_unittest.cc', | 484 'browser/gamepad/gamepad_provider_unittest.cc', |
485 'browser/gamepad/gamepad_service_unittest.cc', | 485 'browser/gamepad/gamepad_service_unittest.cc', |
486 'browser/gamepad/gamepad_test_helpers.cc', | 486 'browser/gamepad/gamepad_test_helpers.cc', |
487 'browser/gamepad/gamepad_test_helpers.h', | 487 'browser/gamepad/gamepad_test_helpers.h', |
488 'browser/geolocation/geolocation_provider_impl_unittest.cc', | 488 'browser/geolocation/geolocation_provider_impl_unittest.cc', |
489 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 489 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
490 'browser/geolocation/network_location_provider_unittest.cc', | 490 'browser/geolocation/network_location_provider_unittest.cc', |
491 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 491 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
492 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 492 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
493 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 493 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
494 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 494 'browser/geolocation/wifi_data_provider_win_unittest.cc', |
495 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', | 495 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', |
496 'browser/gpu/shader_disk_cache_unittest.cc', | 496 'browser/gpu/shader_disk_cache_unittest.cc', |
497 'browser/host_zoom_map_impl_unittest.cc', | 497 'browser/host_zoom_map_impl_unittest.cc', |
498 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', | 498 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', |
499 'browser/indexed_db/indexed_db_backing_store_unittest.cc', | 499 'browser/indexed_db/indexed_db_backing_store_unittest.cc', |
500 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', | 500 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', |
501 'browser/indexed_db/indexed_db_database_unittest.cc', | 501 'browser/indexed_db/indexed_db_database_unittest.cc', |
502 'browser/indexed_db/indexed_db_factory_unittest.cc', | 502 'browser/indexed_db/indexed_db_factory_unittest.cc', |
503 'browser/indexed_db/indexed_db_fake_backing_store.cc', | 503 'browser/indexed_db/indexed_db_fake_backing_store.cc', |
504 'browser/indexed_db/indexed_db_fake_backing_store.h', | 504 'browser/indexed_db/indexed_db_fake_backing_store.h', |
(...skipping 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1871 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1871 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1872 }, | 1872 }, |
1873 ], | 1873 ], |
1874 }], | 1874 }], |
1875 ], | 1875 ], |
1876 }, | 1876 }, |
1877 ], | 1877 ], |
1878 }], | 1878 }], |
1879 ], | 1879 ], |
1880 } | 1880 } |
OLD | NEW |