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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'test/render_view_fake_resources_test.cc', | 85 'test/render_view_fake_resources_test.cc', |
86 'test/render_view_fake_resources_test.h', | 86 'test/render_view_fake_resources_test.h', |
87 'test/render_view_test.cc', | 87 'test/render_view_test.cc', |
88 'test/render_view_test.h', | 88 'test/render_view_test.h', |
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_file_error_injector.cc', |
| 96 'test/test_file_error_injector.h', |
95 'test/test_navigation_observer.cc', | 97 'test/test_navigation_observer.cc', |
96 'test/test_navigation_observer.h', | 98 'test/test_navigation_observer.h', |
97 'test/test_notification_tracker.cc', | 99 'test/test_notification_tracker.cc', |
98 'test/test_notification_tracker.h', | 100 'test/test_notification_tracker.h', |
99 'test/test_renderer_host.cc', | 101 'test/test_renderer_host.cc', |
100 'test/test_renderer_host.h', | 102 'test/test_renderer_host.h', |
101 'test/test_url_fetcher_factory.cc', | 103 'test/test_url_fetcher_factory.cc', |
102 'test/test_url_fetcher_factory.h', | 104 'test/test_url_fetcher_factory.h', |
103 'test/test_web_contents_view.cc', | 105 'test/test_web_contents_view.cc', |
104 'test/test_web_contents_view.h', | 106 'test/test_web_contents_view.h', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 ], | 484 ], |
483 'sources': [ | 485 'sources': [ |
484 'common/gpu/media/video_decode_accelerator_unittest.cc', | 486 'common/gpu/media/video_decode_accelerator_unittest.cc', |
485 ], | 487 ], |
486 } | 488 } |
487 ], | 489 ], |
488 }, | 490 }, |
489 ], | 491 ], |
490 ], | 492 ], |
491 } | 493 } |
OLD | NEW |