| 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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 'browser/media/midi_host_unittest.cc', | 472 'browser/media/midi_host_unittest.cc', |
| 473 'browser/media/webrtc_identity_store_unittest.cc', | 473 'browser/media/webrtc_identity_store_unittest.cc', |
| 474 'browser/net/sqlite_persistent_cookie_store_unittest.cc', | 474 'browser/net/sqlite_persistent_cookie_store_unittest.cc', |
| 475 'browser/notifications/notification_database_data_unittest.cc', | 475 'browser/notifications/notification_database_data_unittest.cc', |
| 476 'browser/notifications/notification_database_unittest.cc', | 476 'browser/notifications/notification_database_unittest.cc', |
| 477 'browser/notification_service_impl_unittest.cc', | 477 'browser/notification_service_impl_unittest.cc', |
| 478 'browser/power_monitor_message_broadcaster_unittest.cc', | 478 'browser/power_monitor_message_broadcaster_unittest.cc', |
| 479 'browser/power_profiler/power_profiler_service_unittest.cc', | 479 'browser/power_profiler/power_profiler_service_unittest.cc', |
| 480 'browser/power_usage_monitor_impl_unittest.cc', | 480 'browser/power_usage_monitor_impl_unittest.cc', |
| 481 'browser/presentation/presentation_service_impl_unittest.cc', | 481 'browser/presentation/presentation_service_impl_unittest.cc', |
| 482 'browser/presentation/presentation_type_converters_unittest.cc', |
| 482 'browser/quota/mock_quota_manager.cc', | 483 'browser/quota/mock_quota_manager.cc', |
| 483 'browser/quota/mock_quota_manager.h', | 484 'browser/quota/mock_quota_manager.h', |
| 484 'browser/quota/mock_quota_manager_proxy.cc', | 485 'browser/quota/mock_quota_manager_proxy.cc', |
| 485 'browser/quota/mock_quota_manager_proxy.h', | 486 'browser/quota/mock_quota_manager_proxy.h', |
| 486 'browser/quota/mock_quota_manager_unittest.cc', | 487 'browser/quota/mock_quota_manager_unittest.cc', |
| 487 'browser/quota/quota_backend_impl_unittest.cc', | 488 'browser/quota/quota_backend_impl_unittest.cc', |
| 488 'browser/quota/quota_database_unittest.cc', | 489 'browser/quota/quota_database_unittest.cc', |
| 489 'browser/quota/quota_manager_unittest.cc', | 490 'browser/quota/quota_manager_unittest.cc', |
| 490 'browser/quota/quota_reservation_manager_unittest.cc', | 491 'browser/quota/quota_reservation_manager_unittest.cc', |
| 491 'browser/quota/quota_temporary_storage_evictor_unittest.cc', | 492 'browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| (...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2160 }, | 2161 }, |
| 2161 ], | 2162 ], |
| 2162 }], | 2163 }], |
| 2163 ], | 2164 ], |
| 2164 }, | 2165 }, |
| 2165 ], | 2166 ], |
| 2166 }], | 2167 }], |
| 2167 ], | 2168 ], |
| 2168 } | 2169 } |
| OLD | NEW |