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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'browser/geolocation/mock_location_provider.cc', | 91 'browser/geolocation/mock_location_provider.cc', |
92 'browser/geolocation/mock_location_provider.h', | 92 'browser/geolocation/mock_location_provider.h', |
93 'browser/renderer_host/media/mock_media_observer.cc', | 93 'browser/renderer_host/media/mock_media_observer.cc', |
94 'browser/renderer_host/media/mock_media_observer.h', | 94 'browser/renderer_host/media/mock_media_observer.h', |
95 'browser/renderer_host/test_backing_store.cc', | 95 'browser/renderer_host/test_backing_store.cc', |
96 'browser/renderer_host/test_backing_store.h', | 96 'browser/renderer_host/test_backing_store.h', |
97 'browser/renderer_host/test_render_view_host.cc', | 97 'browser/renderer_host/test_render_view_host.cc', |
98 'browser/renderer_host/test_render_view_host.h', | 98 'browser/renderer_host/test_render_view_host.h', |
99 'browser/web_contents/test_web_contents.cc', | 99 'browser/web_contents/test_web_contents.cc', |
100 'browser/web_contents/test_web_contents.h', | 100 'browser/web_contents/test_web_contents.h', |
| 101 'common/string_constants.cc', |
| 102 'common/string_constants.h', |
101 'common/test_url_constants.cc', | 103 'common/test_url_constants.cc', |
102 'common/test_url_constants.h', | 104 'common/test_url_constants.h', |
103 'gpu/gpu_idirect3d9_mock_win.cc', | 105 'gpu/gpu_idirect3d9_mock_win.cc', |
104 'gpu/gpu_idirect3d9_mock_win.h', | 106 'gpu/gpu_idirect3d9_mock_win.h', |
105 'test/content_test_suite.cc', | 107 'test/content_test_suite.cc', |
106 'test/content_test_suite.h', | 108 'test/content_test_suite.h', |
107 'test/gpu/gpu_test_config.cc', | 109 'test/gpu/gpu_test_config.cc', |
108 'test/gpu/gpu_test_config.h', | 110 'test/gpu/gpu_test_config.h', |
109 'test/gpu/gpu_test_expectations_parser.cc', | 111 'test/gpu/gpu_test_expectations_parser.cc', |
110 'test/gpu/gpu_test_expectations_parser.h', | 112 'test/gpu/gpu_test_expectations_parser.h', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 '-buildfile', | 837 '-buildfile', |
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 838 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
837 ] | 839 ] |
838 } | 840 } |
839 ], | 841 ], |
840 }, | 842 }, |
841 ], | 843 ], |
842 }], | 844 }], |
843 ], | 845 ], |
844 } | 846 } |
OLD | NEW |