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 # TODO(phajdan.jr): All of those files should live in content/test (if | 18 # TODO(phajdan.jr): All of those files should live in content/test (if |
19 # they're only used by content) or content/public/test (if they're used | 19 # they're only used by content) or content/public/test (if they're used |
20 # by other embedders). | 20 # by other embedders). |
21 'browser/download/mock_download_file.cc', | 21 'browser/download/mock_download_file.cc', |
22 'browser/download/mock_download_file.h', | 22 'browser/download/mock_download_file.h', |
23 'browser/geolocation/fake_access_token_store.cc', | 23 'browser/geolocation/fake_access_token_store.cc', |
24 'browser/geolocation/fake_access_token_store.h', | 24 'browser/geolocation/fake_access_token_store.h', |
25 'browser/geolocation/mock_location_arbitrator.cc', | 25 'browser/geolocation/mock_location_arbitrator.cc', |
26 'browser/geolocation/mock_location_arbitrator.h', | 26 'browser/geolocation/mock_location_arbitrator.h', |
27 'browser/geolocation/mock_location_provider.cc', | 27 'browser/geolocation/mock_location_provider.cc', |
28 'browser/geolocation/mock_location_provider.h', | 28 'browser/geolocation/mock_location_provider.h', |
29 'browser/renderer_host/media/mock_media_observer.cc', | |
30 'browser/renderer_host/media/mock_media_observer.h', | |
31 'public/test/async_file_test_helper.cc', | 29 'public/test/async_file_test_helper.cc', |
32 'public/test/async_file_test_helper.h', | 30 'public/test/async_file_test_helper.h', |
33 'public/test/browser_test.h', | 31 'public/test/browser_test.h', |
34 'public/test/browser_test_base.cc', | 32 'public/test/browser_test_base.cc', |
35 'public/test/browser_test_base.h', | 33 'public/test/browser_test_base.h', |
36 'public/test/browser_test_utils.cc', | 34 'public/test/browser_test_utils.cc', |
37 'public/test/browser_test_utils.h', | 35 'public/test/browser_test_utils.h', |
38 'public/test/content_browser_sanity_checker.cc', | 36 'public/test/content_browser_sanity_checker.cc', |
39 'public/test/content_browser_sanity_checker.h', | 37 'public/test/content_browser_sanity_checker.h', |
40 'public/test/content_test_suite_base.cc', | 38 'public/test/content_test_suite_base.cc', |
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2157 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2160 }, | 2158 }, |
2161 ], | 2159 ], |
2162 }], | 2160 }], |
2163 ], | 2161 ], |
2164 }, | 2162 }, |
2165 ], | 2163 ], |
2166 }], | 2164 }], |
2167 ], | 2165 ], |
2168 } | 2166 } |
OLD | NEW |