| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 'browser/media/capture/video_capture_oracle_unittest.cc', | 477 'browser/media/capture/video_capture_oracle_unittest.cc', |
| 478 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', | 478 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', |
| 479 'browser/media/capture/web_contents_video_capture_device_unittest.cc', | 479 'browser/media/capture/web_contents_video_capture_device_unittest.cc', |
| 480 'browser/media/media_internals_unittest.cc', | 480 'browser/media/media_internals_unittest.cc', |
| 481 'browser/media/midi_host_unittest.cc', | 481 'browser/media/midi_host_unittest.cc', |
| 482 'browser/media/webrtc_identity_store_unittest.cc', | 482 'browser/media/webrtc_identity_store_unittest.cc', |
| 483 'browser/net/quota_policy_cookie_store_unittest.cc', | 483 'browser/net/quota_policy_cookie_store_unittest.cc', |
| 484 'browser/notification_service_impl_unittest.cc', | 484 'browser/notification_service_impl_unittest.cc', |
| 485 'browser/notifications/notification_database_data_unittest.cc', | 485 'browser/notifications/notification_database_data_unittest.cc', |
| 486 'browser/notifications/notification_database_unittest.cc', | 486 'browser/notifications/notification_database_unittest.cc', |
| 487 'browser/notifications/notification_id_generator_unittest.cc', |
| 487 'browser/notifications/platform_notification_context_unittest.cc', | 488 'browser/notifications/platform_notification_context_unittest.cc', |
| 488 'browser/power_monitor_message_broadcaster_unittest.cc', | 489 'browser/power_monitor_message_broadcaster_unittest.cc', |
| 489 'browser/power_profiler/power_profiler_service_unittest.cc', | 490 'browser/power_profiler/power_profiler_service_unittest.cc', |
| 490 'browser/power_usage_monitor_impl_unittest.cc', | 491 'browser/power_usage_monitor_impl_unittest.cc', |
| 491 'browser/presentation/presentation_service_impl_unittest.cc', | 492 'browser/presentation/presentation_service_impl_unittest.cc', |
| 492 'browser/presentation/presentation_type_converters_unittest.cc', | 493 'browser/presentation/presentation_type_converters_unittest.cc', |
| 493 'browser/quota/mock_quota_manager.cc', | 494 'browser/quota/mock_quota_manager.cc', |
| 494 'browser/quota/mock_quota_manager.h', | 495 'browser/quota/mock_quota_manager.h', |
| 495 'browser/quota/mock_quota_manager_proxy.cc', | 496 'browser/quota/mock_quota_manager_proxy.cc', |
| 496 'browser/quota/mock_quota_manager_proxy.h', | 497 'browser/quota/mock_quota_manager_proxy.h', |
| (...skipping 1654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2152 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2152 }, | 2153 }, |
| 2153 ], | 2154 ], |
| 2154 }], | 2155 }], |
| 2155 ], | 2156 ], |
| 2156 }, | 2157 }, |
| 2157 ], | 2158 ], |
| 2158 }], | 2159 }], |
| 2159 ], | 2160 ], |
| 2160 } | 2161 } |
| OLD | NEW |