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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'renderer/mock_content_renderer_client.h', | 58 'renderer/mock_content_renderer_client.h', |
59 'test/browser_test.h', | 59 'test/browser_test.h', |
60 'test/browser_test_base.cc', | 60 'test/browser_test_base.cc', |
61 'test/browser_test_base.h', | 61 'test/browser_test_base.h', |
62 'test/content_test_suite.cc', | 62 'test/content_test_suite.cc', |
63 'test/content_test_suite.h', | 63 'test/content_test_suite.h', |
64 'test/mock_keyboard.cc', | 64 'test/mock_keyboard.cc', |
65 'test/mock_keyboard.h', | 65 'test/mock_keyboard.h', |
66 'test/mock_keyboard_driver_win.cc', | 66 'test/mock_keyboard_driver_win.cc', |
67 'test/mock_keyboard_driver_win.h', | 67 'test/mock_keyboard_driver_win.h', |
| 68 'test/mock_plugin_service.cc', |
| 69 'test/mock_plugin_service.h', |
68 'test/mock_render_process.cc', | 70 'test/mock_render_process.cc', |
69 'test/mock_render_process.h', | 71 'test/mock_render_process.h', |
70 'test/mock_render_thread.cc', | 72 'test/mock_render_thread.cc', |
71 'test/mock_render_thread.h', | 73 'test/mock_render_thread.h', |
72 'test/render_view_fake_resources_test.cc', | 74 'test/render_view_fake_resources_test.cc', |
73 'test/render_view_fake_resources_test.h', | 75 'test/render_view_fake_resources_test.h', |
74 'test/render_view_test.cc', | 76 'test/render_view_test.cc', |
75 'test/render_view_test.h', | 77 'test/render_view_test.h', |
76 'test/test_browser_context.cc', | 78 'test/test_browser_context.cc', |
77 'test/test_browser_context.h', | 79 'test/test_browser_context.h', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 ], | 357 ], |
356 'sources': [ | 358 'sources': [ |
357 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 359 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
358 ], | 360 ], |
359 } | 361 } |
360 ], | 362 ], |
361 }, | 363 }, |
362 ], | 364 ], |
363 ], | 365 ], |
364 } | 366 } |
OLD | NEW |