| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'common/test_url_constants.h', | 53 'common/test_url_constants.h', |
| 54 'gpu/gpu_idirect3d9_mock_win.cc', | 54 'gpu/gpu_idirect3d9_mock_win.cc', |
| 55 'gpu/gpu_idirect3d9_mock_win.h', | 55 'gpu/gpu_idirect3d9_mock_win.h', |
| 56 'renderer/mock_content_renderer_client.cc', | 56 'renderer/mock_content_renderer_client.cc', |
| 57 'renderer/mock_content_renderer_client.h', | 57 'renderer/mock_content_renderer_client.h', |
| 58 'test/browser_test.h', | 58 'test/browser_test.h', |
| 59 'test/browser_test_base.cc', | 59 'test/browser_test_base.cc', |
| 60 'test/browser_test_base.h', | 60 'test/browser_test_base.h', |
| 61 'test/content_test_suite.cc', | 61 'test/content_test_suite.cc', |
| 62 'test/content_test_suite.h', | 62 'test/content_test_suite.h', |
| 63 'test/mock_keyboard.cc', |
| 64 'test/mock_keyboard.h', |
| 65 'test/mock_keyboard_driver_win.cc', |
| 66 'test/mock_keyboard_driver_win.h', |
| 63 'test/mock_render_process.cc', | 67 'test/mock_render_process.cc', |
| 64 'test/mock_render_process.h', | 68 'test/mock_render_process.h', |
| 69 'test/mock_render_thread.cc', |
| 70 'test/mock_render_thread.h', |
| 65 'test/render_view_fake_resources_test.cc', | 71 'test/render_view_fake_resources_test.cc', |
| 66 'test/render_view_fake_resources_test.h', | 72 'test/render_view_fake_resources_test.h', |
| 73 'test/render_view_test.cc', |
| 74 'test/render_view_test.h', |
| 67 'test/test_browser_context.cc', | 75 'test/test_browser_context.cc', |
| 68 'test/test_browser_context.h', | 76 'test/test_browser_context.h', |
| 69 'test/test_content_client.cc', | 77 'test/test_content_client.cc', |
| 70 'test/test_content_client.h', | 78 'test/test_content_client.h', |
| 71 'test/test_notification_tracker.cc', | 79 'test/test_notification_tracker.cc', |
| 72 'test/test_notification_tracker.h', | 80 'test/test_notification_tracker.h', |
| 73 'test/test_tab_contents_view.cc', | 81 'test/test_tab_contents_view.cc', |
| 74 'test/test_tab_contents_view.h', | 82 'test/test_tab_contents_view.h', |
| 75 'test/test_url_fetcher_factory.cc', | 83 'test/test_url_fetcher_factory.cc', |
| 76 'test/test_url_fetcher_factory.h', | 84 'test/test_url_fetcher_factory.h', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 315 ], |
| 308 'sources': [ | 316 'sources': [ |
| 309 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 317 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 310 ], | 318 ], |
| 311 } | 319 } |
| 312 ], | 320 ], |
| 313 }, | 321 }, |
| 314 ], | 322 ], |
| 315 ], | 323 ], |
| 316 } | 324 } |
| OLD | NEW |