| 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', |
| 11 'test/layouttest_support.cc', | 11 'test/layouttest_support.cc', |
| 12 'test/test_media_stream_renderer_factory.cc', | 12 'test/test_media_stream_renderer_factory.cc', |
| 13 'test/test_media_stream_renderer_factory.h', | 13 'test/test_media_stream_renderer_factory.h', |
| 14 'test/test_video_frame_provider.cc', | 14 'test/test_video_frame_provider.cc', |
| 15 'test/test_video_frame_provider.h', | 15 'test/test_video_frame_provider.h', |
| 16 ], | 16 ], |
| 17 'test_support_content_sources': [ | 17 'test_support_content_sources': [ |
| 18 'public/test/async_file_test_helper.cc', | 18 'public/test/async_file_test_helper.cc', |
| 19 'public/test/async_file_test_helper.h', | 19 'public/test/async_file_test_helper.h', |
| 20 'public/test/browser_test.h', |
| 20 'public/test/browser_test_base.cc', | 21 'public/test/browser_test_base.cc', |
| 21 'public/test/browser_test_base.h', | 22 'public/test/browser_test_base.h', |
| 22 'public/test/browser_test.h', | |
| 23 'public/test/browser_test_utils.cc', | 23 'public/test/browser_test_utils.cc', |
| 24 'public/test/browser_test_utils.h', | 24 'public/test/browser_test_utils.h', |
| 25 'public/test/content_browser_sanity_checker.cc', |
| 26 'public/test/content_browser_sanity_checker.h', |
| 25 'public/test/content_test_suite_base.cc', | 27 'public/test/content_test_suite_base.cc', |
| 26 'public/test/content_test_suite_base.h', | 28 'public/test/content_test_suite_base.h', |
| 27 'public/test/download_test_observer.cc', | 29 'public/test/download_test_observer.cc', |
| 28 'public/test/download_test_observer.h', | 30 'public/test/download_test_observer.h', |
| 29 'public/test/fake_speech_recognition_manager.cc', | 31 'public/test/fake_speech_recognition_manager.cc', |
| 30 'public/test/fake_speech_recognition_manager.h', | 32 'public/test/fake_speech_recognition_manager.h', |
| 31 'public/test/frame_load_waiter.cc', | 33 'public/test/frame_load_waiter.cc', |
| 32 'public/test/frame_load_waiter.h', | 34 'public/test/frame_load_waiter.h', |
| 33 'public/test/javascript_test_observer.cc', | 35 'public/test/javascript_test_observer.cc', |
| 34 'public/test/javascript_test_observer.h', | 36 'public/test/javascript_test_observer.h', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'public/test/test_notification_tracker.cc', | 81 'public/test/test_notification_tracker.cc', |
| 80 'public/test/test_notification_tracker.h', | 82 'public/test/test_notification_tracker.h', |
| 81 'public/test/test_renderer_host.cc', | 83 'public/test/test_renderer_host.cc', |
| 82 'public/test/test_renderer_host.h', | 84 'public/test/test_renderer_host.h', |
| 83 'public/test/test_synchronous_compositor_android.cc', | 85 'public/test/test_synchronous_compositor_android.cc', |
| 84 'public/test/test_synchronous_compositor_android.h', | 86 'public/test/test_synchronous_compositor_android.h', |
| 85 'public/test/test_utils.cc', | 87 'public/test/test_utils.cc', |
| 86 'public/test/test_utils.h', | 88 'public/test/test_utils.h', |
| 87 'public/test/unittest_test_suite.cc', | 89 'public/test/unittest_test_suite.cc', |
| 88 'public/test/unittest_test_suite.h', | 90 'public/test/unittest_test_suite.h', |
| 91 'public/test/web_contents_observer_sanity_checker.cc', |
| 92 'public/test/web_contents_observer_sanity_checker.h', |
| 89 'public/test/web_contents_tester.cc', | 93 'public/test/web_contents_tester.cc', |
| 90 'public/test/web_contents_tester.h', | 94 'public/test/web_contents_tester.h', |
| 91 # TODO(phajdan.jr): All of those files should live in content/test (if | 95 # TODO(phajdan.jr): All of those files should live in content/test (if |
| 92 # they're only used by content) or content/public/test (if they're used | 96 # they're only used by content) or content/public/test (if they're used |
| 93 # by other embedders). | 97 # by other embedders). |
| 94 'browser/download/mock_download_file.cc', | 98 'browser/download/mock_download_file.cc', |
| 95 'browser/download/mock_download_file.h', | 99 'browser/download/mock_download_file.h', |
| 96 'browser/geolocation/fake_access_token_store.cc', | 100 'browser/geolocation/fake_access_token_store.cc', |
| 97 'browser/geolocation/fake_access_token_store.h', | 101 'browser/geolocation/fake_access_token_store.h', |
| 98 'browser/geolocation/mock_location_arbitrator.cc', | 102 'browser/geolocation/mock_location_arbitrator.cc', |
| (...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2082 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2086 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2083 }, | 2087 }, |
| 2084 ], | 2088 ], |
| 2085 }], | 2089 }], |
| 2086 ], | 2090 ], |
| 2087 }, | 2091 }, |
| 2088 ], | 2092 ], |
| 2089 }], | 2093 }], |
| 2090 ], | 2094 ], |
| 2091 } | 2095 } |
| OLD | NEW |