OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'test/mock_render_process.cc', | 68 'test/mock_render_process.cc', |
69 'test/mock_render_process.h', | 69 'test/mock_render_process.h', |
70 'test/mock_render_thread.cc', | 70 'test/mock_render_thread.cc', |
71 'test/mock_render_thread.h', | 71 'test/mock_render_thread.h', |
72 'test/render_view_fake_resources_test.cc', | 72 'test/render_view_fake_resources_test.cc', |
73 'test/render_view_fake_resources_test.h', | 73 'test/render_view_fake_resources_test.h', |
74 'test/render_view_test.cc', | 74 'test/render_view_test.cc', |
75 'test/render_view_test.h', | 75 'test/render_view_test.h', |
76 'test/test_browser_context.cc', | 76 'test/test_browser_context.cc', |
77 'test/test_browser_context.h', | 77 'test/test_browser_context.h', |
| 78 'test/test_browser_thread.cc', |
| 79 'test/test_browser_thread.h', |
78 'test/test_content_client.cc', | 80 'test/test_content_client.cc', |
79 'test/test_content_client.h', | 81 'test/test_content_client.h', |
80 'test/test_notification_tracker.cc', | 82 'test/test_notification_tracker.cc', |
81 'test/test_notification_tracker.h', | 83 'test/test_notification_tracker.h', |
82 'test/test_tab_contents_view.cc', | 84 'test/test_tab_contents_view.cc', |
83 'test/test_tab_contents_view.h', | 85 'test/test_tab_contents_view.h', |
84 'test/test_url_fetcher_factory.cc', | 86 'test/test_url_fetcher_factory.cc', |
85 'test/test_url_fetcher_factory.h', | 87 'test/test_url_fetcher_factory.h', |
86 'test/unittest_test_suite.cc', | 88 'test/unittest_test_suite.cc', |
87 'test/unittest_test_suite.h', | 89 'test/unittest_test_suite.h', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 ], | 341 ], |
340 'sources': [ | 342 'sources': [ |
341 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 343 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
342 ], | 344 ], |
343 } | 345 } |
344 ], | 346 ], |
345 }, | 347 }, |
346 ], | 348 ], |
347 ], | 349 ], |
348 } | 350 } |
OLD | NEW |