OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 '../components/autofill/browser/test_personal_data_manager.h', | 284 '../components/autofill/browser/test_personal_data_manager.h', |
285 | 285 |
286 '../ui/gfx/image/image_unittest_util.h', | 286 '../ui/gfx/image/image_unittest_util.h', |
287 '../ui/gfx/image/image_unittest_util.cc', | 287 '../ui/gfx/image/image_unittest_util.cc', |
288 '../webkit/quota/mock_quota_manager.cc', | 288 '../webkit/quota/mock_quota_manager.cc', |
289 '../webkit/quota/mock_quota_manager.h', | 289 '../webkit/quota/mock_quota_manager.h', |
290 ], | 290 ], |
291 'conditions': [ | 291 'conditions': [ |
292 ['OS!="ios"', { | 292 ['OS!="ios"', { |
293 'dependencies': [ | 293 'dependencies': [ |
| 294 'cloud_policy_proto', |
294 'common/extensions/api/api.gyp:api', | 295 'common/extensions/api/api.gyp:api', |
295 'plugin', | 296 'plugin', |
296 'renderer', | 297 'renderer', |
297 'utility', | 298 'utility', |
298 '../content/content.gyp:content_gpu', | 299 '../content/content.gyp:content_gpu', |
299 '../content/content.gyp:content_plugin', | 300 '../content/content.gyp:content_plugin', |
300 '../content/content.gyp:content_ppapi_plugin', | 301 '../content/content.gyp:content_ppapi_plugin', |
301 '../content/content.gyp:content_renderer', | 302 '../content/content.gyp:content_renderer', |
302 '../content/content.gyp:content_utility', | 303 '../content/content.gyp:content_utility', |
303 '../content/content.gyp:content_worker', | 304 '../content/content.gyp:content_worker', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'dependencies': [ | 352 'dependencies': [ |
352 '../build/linux/system.gyp:ssl', | 353 '../build/linux/system.gyp:ssl', |
353 ], | 354 ], |
354 }], | 355 }], |
355 ['OS!="android" and OS!="ios"', { | 356 ['OS!="android" and OS!="ios"', { |
356 'dependencies': [ | 357 'dependencies': [ |
357 'service', | 358 'service', |
358 ], | 359 ], |
359 }], | 360 }], |
360 ['OS=="win"', { | 361 ['OS=="win"', { |
| 362 'dependencies': [ |
| 363 '../ui/snapshot/snapshot.gyp:snapshot_test_support', |
| 364 ], |
361 'include_dirs': [ | 365 'include_dirs': [ |
362 '<(DEPTH)/third_party/wtl/include', | 366 '<(DEPTH)/third_party/wtl/include', |
363 ], | 367 ], |
364 }], | 368 }], |
365 ], | 369 ], |
366 }, | 370 }, |
367 { | 371 { |
368 'target_name': 'test_support_unit', | 372 'target_name': 'test_support_unit', |
369 'type': 'static_library', | 373 'type': 'static_library', |
370 'dependencies': [ | 374 'dependencies': [ |
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2448 # more details. | 2452 # more details. |
2449 'DebugInformationFormat': '3', | 2453 'DebugInformationFormat': '3', |
2450 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2454 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2451 }, | 2455 }, |
2452 }, | 2456 }, |
2453 }, | 2457 }, |
2454 ], | 2458 ], |
2455 }], | 2459 }], |
2456 ], # 'conditions' | 2460 ], # 'conditions' |
2457 } | 2461 } |
OLD | NEW |