| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 '../components/autofill/browser/data_driven_test.h', | 271 '../components/autofill/browser/data_driven_test.h', |
| 272 '../components/autofill/browser/test_autofill_external_delegate.cc', | 272 '../components/autofill/browser/test_autofill_external_delegate.cc', |
| 273 '../components/autofill/browser/test_autofill_external_delegate.h', | 273 '../components/autofill/browser/test_autofill_external_delegate.h', |
| 274 '../components/autofill/browser/test_autofill_manager_delegate.cc', | 274 '../components/autofill/browser/test_autofill_manager_delegate.cc', |
| 275 '../components/autofill/browser/test_autofill_manager_delegate.h', | 275 '../components/autofill/browser/test_autofill_manager_delegate.h', |
| 276 '../components/autofill/browser/test_personal_data_manager.cc', | 276 '../components/autofill/browser/test_personal_data_manager.cc', |
| 277 '../components/autofill/browser/test_personal_data_manager.h', | 277 '../components/autofill/browser/test_personal_data_manager.h', |
| 278 | 278 |
| 279 '../ui/gfx/image/image_unittest_util.h', | 279 '../ui/gfx/image/image_unittest_util.h', |
| 280 '../ui/gfx/image/image_unittest_util.cc', | 280 '../ui/gfx/image/image_unittest_util.cc', |
| 281 '../webkit/browser/fileapi/async_file_util_test_helper.h', |
| 282 '../webkit/browser/fileapi/async_file_util_test_helper.cc', |
| 281 '../webkit/quota/mock_quota_manager.cc', | 283 '../webkit/quota/mock_quota_manager.cc', |
| 282 '../webkit/quota/mock_quota_manager.h', | 284 '../webkit/quota/mock_quota_manager.h', |
| 283 ], | 285 ], |
| 284 'conditions': [ | 286 'conditions': [ |
| 285 ['OS!="ios"', { | 287 ['OS!="ios"', { |
| 286 'dependencies': [ | 288 'dependencies': [ |
| 287 'cloud_policy_proto', | 289 'cloud_policy_proto', |
| 288 'common/extensions/api/api.gyp:api', | 290 'common/extensions/api/api.gyp:api', |
| 289 'plugin', | 291 'plugin', |
| 290 'renderer', | 292 'renderer', |
| (...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2543 # more details. | 2545 # more details. |
| 2544 'DebugInformationFormat': '3', | 2546 'DebugInformationFormat': '3', |
| 2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2547 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2546 }, | 2548 }, |
| 2547 }, | 2549 }, |
| 2548 }, | 2550 }, |
| 2549 ], | 2551 ], |
| 2550 }], | 2552 }], |
| 2551 ], # 'conditions' | 2553 ], # 'conditions' |
| 2552 } | 2554 } |
| OLD | NEW |