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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'public/test/browser_test_base.h', | 76 'public/test/browser_test_base.h', |
77 'public/test/browser_test.h', | 77 'public/test/browser_test.h', |
78 'public/test/browser_test_utils.cc', | 78 'public/test/browser_test_utils.cc', |
79 'public/test/browser_test_utils.h', | 79 'public/test/browser_test_utils.h', |
80 'public/test/content_test_suite_base.cc', | 80 'public/test/content_test_suite_base.cc', |
81 'public/test/content_test_suite_base.h', | 81 'public/test/content_test_suite_base.h', |
82 'public/test/download_test_observer.cc', | 82 'public/test/download_test_observer.cc', |
83 'public/test/download_test_observer.h', | 83 'public/test/download_test_observer.h', |
84 'public/test/fake_speech_recognition_manager.cc', | 84 'public/test/fake_speech_recognition_manager.cc', |
85 'public/test/fake_speech_recognition_manager.h', | 85 'public/test/fake_speech_recognition_manager.h', |
| 86 'public/test/javascript_test_observer.cc', |
| 87 'public/test/javascript_test_observer.h', |
86 'public/test/mock_blob_url_request_context.cc', | 88 'public/test/mock_blob_url_request_context.cc', |
87 'public/test/mock_blob_url_request_context.h', | 89 'public/test/mock_blob_url_request_context.h', |
88 'public/test/mock_download_item.cc', | 90 'public/test/mock_download_item.cc', |
89 'public/test/mock_download_item.h', | 91 'public/test/mock_download_item.h', |
90 'public/test/mock_download_manager.cc', | 92 'public/test/mock_download_manager.cc', |
91 'public/test/mock_download_manager.h', | 93 'public/test/mock_download_manager.h', |
92 'public/test/mock_notification_observer.cc', | 94 'public/test/mock_notification_observer.cc', |
93 'public/test/mock_notification_observer.h', | 95 'public/test/mock_notification_observer.h', |
94 'public/test/mock_render_process_host.cc', | 96 'public/test/mock_render_process_host.cc', |
95 'public/test/mock_render_process_host.h', | 97 'public/test/mock_render_process_host.h', |
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1828 }, | 1830 }, |
1829 ], | 1831 ], |
1830 }], | 1832 }], |
1831 ], | 1833 ], |
1832 }, | 1834 }, |
1833 ], | 1835 ], |
1834 }], | 1836 }], |
1835 ], | 1837 ], |
1836 } | 1838 } |
OLD | NEW |