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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'public/test/browser_test_base.h', | 73 'public/test/browser_test_base.h', |
74 'public/test/browser_test.h', | 74 'public/test/browser_test.h', |
75 'public/test/browser_test_utils.cc', | 75 'public/test/browser_test_utils.cc', |
76 'public/test/browser_test_utils.h', | 76 'public/test/browser_test_utils.h', |
77 'public/test/content_test_suite_base.cc', | 77 'public/test/content_test_suite_base.cc', |
78 'public/test/content_test_suite_base.h', | 78 'public/test/content_test_suite_base.h', |
79 'public/test/download_test_observer.cc', | 79 'public/test/download_test_observer.cc', |
80 'public/test/download_test_observer.h', | 80 'public/test/download_test_observer.h', |
81 'public/test/fake_speech_recognition_manager.cc', | 81 'public/test/fake_speech_recognition_manager.cc', |
82 'public/test/fake_speech_recognition_manager.h', | 82 'public/test/fake_speech_recognition_manager.h', |
| 83 'public/test/frame_load_waiter.cc', |
| 84 'public/test/frame_load_waiter.h', |
83 'public/test/mock_blob_url_request_context.cc', | 85 'public/test/mock_blob_url_request_context.cc', |
84 'public/test/mock_blob_url_request_context.h', | 86 'public/test/mock_blob_url_request_context.h', |
85 'public/test/mock_download_item.cc', | 87 'public/test/mock_download_item.cc', |
86 'public/test/mock_download_item.h', | 88 'public/test/mock_download_item.h', |
87 'public/test/mock_download_manager.cc', | 89 'public/test/mock_download_manager.cc', |
88 'public/test/mock_download_manager.h', | 90 'public/test/mock_download_manager.h', |
89 'public/test/mock_notification_observer.cc', | 91 'public/test/mock_notification_observer.cc', |
90 'public/test/mock_notification_observer.h', | 92 'public/test/mock_notification_observer.h', |
91 'public/test/mock_render_process_host.cc', | 93 'public/test/mock_render_process_host.cc', |
92 'public/test/mock_render_process_host.h', | 94 'public/test/mock_render_process_host.h', |
(...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1831 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1830 }, | 1832 }, |
1831 ], | 1833 ], |
1832 }], | 1834 }], |
1833 ], | 1835 ], |
1834 }, | 1836 }, |
1835 ], | 1837 ], |
1836 }], | 1838 }], |
1837 ], | 1839 ], |
1838 } | 1840 } |
OLD | NEW |