OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'test/test_notification_tracker.cc', | 99 'test/test_notification_tracker.cc', |
100 'test/test_notification_tracker.h', | 100 'test/test_notification_tracker.h', |
101 'test/test_renderer_host.cc', | 101 'test/test_renderer_host.cc', |
102 'test/test_renderer_host.h', | 102 'test/test_renderer_host.h', |
103 'test/test_url_fetcher_factory.cc', | 103 'test/test_url_fetcher_factory.cc', |
104 'test/test_url_fetcher_factory.h', | 104 'test/test_url_fetcher_factory.h', |
105 'test/test_web_contents_view.cc', | 105 'test/test_web_contents_view.cc', |
106 'test/test_web_contents_view.h', | 106 'test/test_web_contents_view.h', |
107 'test/unittest_test_suite.cc', | 107 'test/unittest_test_suite.cc', |
108 'test/unittest_test_suite.h', | 108 'test/unittest_test_suite.h', |
| 109 'test/web_contents_tester.cc', |
| 110 'test/web_contents_tester.h', |
109 | 111 |
110 # TODO(phajdan.jr): Those files should be moved to webkit | 112 # TODO(phajdan.jr): Those files should be moved to webkit |
111 # test support target. | 113 # test support target. |
112 '../webkit/appcache/appcache_test_helper.cc', | 114 '../webkit/appcache/appcache_test_helper.cc', |
113 '../webkit/appcache/appcache_test_helper.h', | 115 '../webkit/appcache/appcache_test_helper.h', |
114 '../webkit/quota/mock_special_storage_policy.cc', | 116 '../webkit/quota/mock_special_storage_policy.cc', |
115 '../webkit/quota/mock_special_storage_policy.h', | 117 '../webkit/quota/mock_special_storage_policy.h', |
116 ], | 118 ], |
117 'conditions': [ | 119 'conditions': [ |
118 ['enable_webrtc==1', { | 120 ['enable_webrtc==1', { |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 ], | 493 ], |
492 'sources': [ | 494 'sources': [ |
493 'common/gpu/media/video_decode_accelerator_unittest.cc', | 495 'common/gpu/media/video_decode_accelerator_unittest.cc', |
494 ], | 496 ], |
495 } | 497 } |
496 ], | 498 ], |
497 }, | 499 }, |
498 ], | 500 ], |
499 ], | 501 ], |
500 } | 502 } |
OLD | NEW |