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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'test/test_browser_context.cc', | 89 'test/test_browser_context.cc', |
90 'test/test_browser_context.h', | 90 'test/test_browser_context.h', |
91 'test/test_browser_thread.cc', | 91 'test/test_browser_thread.cc', |
92 'test/test_browser_thread.h', | 92 'test/test_browser_thread.h', |
93 'test/test_content_client.cc', | 93 'test/test_content_client.cc', |
94 'test/test_content_client.h', | 94 'test/test_content_client.h', |
95 'test/test_navigation_observer.cc', | 95 'test/test_navigation_observer.cc', |
96 'test/test_navigation_observer.h', | 96 'test/test_navigation_observer.h', |
97 'test/test_notification_tracker.cc', | 97 'test/test_notification_tracker.cc', |
98 'test/test_notification_tracker.h', | 98 'test/test_notification_tracker.h', |
| 99 'test/test_renderer_host.cc', |
| 100 'test/test_renderer_host.h', |
99 'test/test_url_fetcher_factory.cc', | 101 'test/test_url_fetcher_factory.cc', |
100 'test/test_url_fetcher_factory.h', | 102 'test/test_url_fetcher_factory.h', |
101 'test/test_web_contents_view.cc', | 103 'test/test_web_contents_view.cc', |
102 'test/test_web_contents_view.h', | 104 'test/test_web_contents_view.h', |
103 'test/unittest_test_suite.cc', | 105 'test/unittest_test_suite.cc', |
104 'test/unittest_test_suite.h', | 106 'test/unittest_test_suite.h', |
105 | 107 |
106 # TODO(phajdan.jr): Those files should be moved to webkit | 108 # TODO(phajdan.jr): Those files should be moved to webkit |
107 # test support target. | 109 # test support target. |
108 '../webkit/appcache/appcache_test_helper.cc', | 110 '../webkit/appcache/appcache_test_helper.cc', |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 ], | 482 ], |
481 'sources': [ | 483 'sources': [ |
482 'common/gpu/media/video_decode_accelerator_unittest.cc', | 484 'common/gpu/media/video_decode_accelerator_unittest.cc', |
483 ], | 485 ], |
484 } | 486 } |
485 ], | 487 ], |
486 }, | 488 }, |
487 ], | 489 ], |
488 ], | 490 ], |
489 } | 491 } |
OLD | NEW |