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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'browser/renderer_host/test_render_view_host.h', | 45 'browser/renderer_host/test_render_view_host.h', |
46 'browser/renderer_host/mock_render_process_host.cc', | 46 'browser/renderer_host/mock_render_process_host.cc', |
47 'browser/renderer_host/mock_render_process_host.h', | 47 'browser/renderer_host/mock_render_process_host.h', |
48 'browser/tab_contents/test_tab_contents.cc', | 48 'browser/tab_contents/test_tab_contents.cc', |
49 'browser/tab_contents/test_tab_contents.h', | 49 'browser/tab_contents/test_tab_contents.h', |
50 'common/test_url_constants.cc', | 50 'common/test_url_constants.cc', |
51 'common/test_url_constants.h', | 51 'common/test_url_constants.h', |
52 'gpu/gpu_idirect3d9_mock_win.cc', | 52 'gpu/gpu_idirect3d9_mock_win.cc', |
53 'gpu/gpu_idirect3d9_mock_win.h', | 53 'gpu/gpu_idirect3d9_mock_win.h', |
54 'renderer/mock_content_renderer_client.cc', | 54 'renderer/mock_content_renderer_client.cc', |
| 55 'test/browser_test.h', |
| 56 'test/browser_test_base.cc', |
| 57 'test/browser_test_base.h', |
55 'test/content_test_suite.cc', | 58 'test/content_test_suite.cc', |
56 'test/content_test_suite.h', | 59 'test/content_test_suite.h', |
57 'test/test_browser_context.cc', | 60 'test/test_browser_context.cc', |
58 'test/test_browser_context.h', | 61 'test/test_browser_context.h', |
59 'test/test_content_client.cc', | 62 'test/test_content_client.cc', |
60 'test/test_content_client.h', | 63 'test/test_content_client.h', |
61 'test/test_notification_tracker.cc', | 64 'test/test_notification_tracker.cc', |
62 'test/test_notification_tracker.h', | 65 'test/test_notification_tracker.h', |
63 'test/test_tab_contents_view.cc', | 66 'test/test_tab_contents_view.cc', |
64 'test/test_tab_contents_view.h', | 67 'test/test_tab_contents_view.h', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], | 198 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes
t.cc'], |
196 ], | 199 ], |
197 }], | 200 }], |
198 ['OS=="mac"', { | 201 ['OS=="mac"', { |
199 'dependencies': [ | 202 'dependencies': [ |
200 'closure_blocks_leopard_compat', | 203 'closure_blocks_leopard_compat', |
201 ], | 204 ], |
202 }], | 205 }], |
203 ], | 206 ], |
204 }, | 207 }, |
| 208 { |
| 209 'target_name': 'content_browsertests', |
| 210 'type': 'executable', |
| 211 'dependencies': [ |
| 212 'content_browser', |
| 213 'content_gpu', |
| 214 'content_plugin', |
| 215 'content_renderer', |
| 216 'test_support_content', |
| 217 '../base/base.gyp:test_support_base', |
| 218 '../net/net.gyp:net_test_support', |
| 219 '../testing/gtest.gyp:gtest', |
| 220 ], |
| 221 'include_dirs': [ |
| 222 '..', |
| 223 ], |
| 224 'defines': [ |
| 225 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 226 ], |
| 227 'sources': [ |
| 228 'test/content_browser_test.h', |
| 229 'test/content_browser_test.cc', |
| 230 'test/content_test_launcher.cc', |
| 231 'test/test_launcher.cc', |
| 232 'test/test_launcher.h', |
| 233 ], |
| 234 'conditions': [ |
| 235 ['OS=="win"', { |
| 236 'dependencies': [ |
| 237 '../sandbox/sandbox.gyp:sandbox', |
| 238 ], |
| 239 'link_settings': { |
| 240 'libraries': [ |
| 241 '-lcomctl32.lib', |
| 242 ], |
| 243 }, |
| 244 }], |
| 245 ['OS=="win" and win_use_allocator_shim==1', { |
| 246 'dependencies': [ |
| 247 '../base/allocator/allocator.gyp:allocator', |
| 248 ], |
| 249 }], |
| 250 ], |
| 251 }, |
205 ], | 252 ], |
206 'conditions': [ | 253 'conditions': [ |
207 ['target_arch=="arm"', { | 254 ['target_arch=="arm"', { |
208 'targets': [ | 255 'targets': [ |
209 { | 256 { |
210 'target_name': 'omx_video_decode_accelerator_unittest', | 257 'target_name': 'omx_video_decode_accelerator_unittest', |
211 'defines!': ['CONTENT_IMPLEMENTATION'], | 258 'defines!': ['CONTENT_IMPLEMENTATION'], |
212 'type': 'executable', | 259 'type': 'executable', |
213 'dependencies': [ | 260 'dependencies': [ |
214 '../base/base.gyp:base', | 261 '../base/base.gyp:base', |
215 'content', | 262 'content', |
216 '../testing/gtest.gyp:gtest', | 263 '../testing/gtest.gyp:gtest', |
217 ], | 264 ], |
218 'include_dirs': [ | 265 'include_dirs': [ |
219 '<(DEPTH)/third_party/angle/include', | 266 '<(DEPTH)/third_party/angle/include', |
220 '<(DEPTH)/third_party/openmax/il', | 267 '<(DEPTH)/third_party/openmax/il', |
221 ], | 268 ], |
222 'sources': [ | 269 'sources': [ |
223 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 270 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
224 ], | 271 ], |
225 } | 272 } |
226 ], | 273 ], |
227 }, | 274 }, |
228 ], | 275 ], |
229 ], | 276 ], |
230 } | 277 } |
OLD | NEW |