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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 'test/content_test_suite.h', | 57 'test/content_test_suite.h', |
58 'test/gpu/gpu_test_config.cc', | 58 'test/gpu/gpu_test_config.cc', |
59 'test/gpu/gpu_test_config.h', | 59 'test/gpu/gpu_test_config.h', |
60 'test/gpu/gpu_test_expectations_parser.cc', | 60 'test/gpu/gpu_test_expectations_parser.cc', |
61 'test/gpu/gpu_test_expectations_parser.h', | 61 'test/gpu/gpu_test_expectations_parser.h', |
62 'test/js_injection_ready_observer.h', | 62 'test/js_injection_ready_observer.h', |
63 'test/mock_download_item.cc', | 63 'test/mock_download_item.cc', |
64 'test/mock_download_item.h', | 64 'test/mock_download_item.h', |
65 'test/mock_download_manager.cc', | 65 'test/mock_download_manager.cc', |
66 'test/mock_download_manager.h', | 66 'test/mock_download_manager.h', |
67 'test/mock_geolocation.cc', | |
68 'test/mock_geolocation.h', | |
69 'test/mock_keyboard.cc', | 67 'test/mock_keyboard.cc', |
70 'test/mock_keyboard_driver_win.cc', | 68 'test/mock_keyboard_driver_win.cc', |
71 'test/mock_keyboard_driver_win.h', | 69 'test/mock_keyboard_driver_win.h', |
72 'test/mock_keyboard.h', | 70 'test/mock_keyboard.h', |
73 'test/mock_render_process.cc', | 71 'test/mock_render_process.cc', |
74 'test/mock_render_process.h', | 72 'test/mock_render_process.h', |
75 'test/mock_render_process_host.cc', | 73 'test/mock_render_process_host.cc', |
76 'test/mock_render_process_host.h', | 74 'test/mock_render_process_host.h', |
77 'test/mock_render_thread.cc', | 75 'test/mock_render_thread.cc', |
78 'test/mock_render_thread.h', | 76 'test/mock_render_thread.h', |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 ], | 494 ], |
497 'sources': [ | 495 'sources': [ |
498 'common/gpu/media/video_decode_accelerator_unittest.cc', | 496 'common/gpu/media/video_decode_accelerator_unittest.cc', |
499 ], | 497 ], |
500 } | 498 } |
501 ], | 499 ], |
502 }, | 500 }, |
503 ], | 501 ], |
504 ], | 502 ], |
505 } | 503 } |
OLD | NEW |