| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'test/ppapi/ppapi_test.h', | 268 'test/ppapi/ppapi_test.h', |
| 269 | 269 |
| 270 # TODO(joi): Move to //components/components.gypi once | 270 # TODO(joi): Move to //components/components.gypi once |
| 271 # remaining dependencies back to //chrome are eliminated. | 271 # remaining dependencies back to //chrome are eliminated. |
| 272 '../components/autofill/browser/android/test_auxiliary_profile_loader_an
droid.cc', | 272 '../components/autofill/browser/android/test_auxiliary_profile_loader_an
droid.cc', |
| 273 '../components/autofill/browser/android/test_auxiliary_profile_loader_an
droid.h', | 273 '../components/autofill/browser/android/test_auxiliary_profile_loader_an
droid.h', |
| 274 '../components/autofill/browser/autofill_common_test.cc', | 274 '../components/autofill/browser/autofill_common_test.cc', |
| 275 '../components/autofill/browser/autofill_common_test.h', | 275 '../components/autofill/browser/autofill_common_test.h', |
| 276 '../components/autofill/browser/data_driven_test.cc', | 276 '../components/autofill/browser/data_driven_test.cc', |
| 277 '../components/autofill/browser/data_driven_test.h', | 277 '../components/autofill/browser/data_driven_test.h', |
| 278 '../components/autofill/browser/test_autofill_driver.cc', |
| 279 '../components/autofill/browser/test_autofill_driver.h', |
| 278 '../components/autofill/browser/test_autofill_external_delegate.cc', | 280 '../components/autofill/browser/test_autofill_external_delegate.cc', |
| 279 '../components/autofill/browser/test_autofill_external_delegate.h', | 281 '../components/autofill/browser/test_autofill_external_delegate.h', |
| 280 '../components/autofill/browser/test_autofill_manager_delegate.cc', | 282 '../components/autofill/browser/test_autofill_manager_delegate.cc', |
| 281 '../components/autofill/browser/test_autofill_manager_delegate.h', | 283 '../components/autofill/browser/test_autofill_manager_delegate.h', |
| 282 '../components/autofill/browser/test_personal_data_manager.cc', | 284 '../components/autofill/browser/test_personal_data_manager.cc', |
| 283 '../components/autofill/browser/test_personal_data_manager.h', | 285 '../components/autofill/browser/test_personal_data_manager.h', |
| 284 | 286 |
| 285 '../ui/gfx/image/image_unittest_util.h', | 287 '../ui/gfx/image/image_unittest_util.h', |
| 286 '../ui/gfx/image/image_unittest_util.cc', | 288 '../ui/gfx/image/image_unittest_util.cc', |
| 287 '../webkit/browser/quota/mock_quota_manager.cc', | 289 '../webkit/browser/quota/mock_quota_manager.cc', |
| (...skipping 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2578 # more details. | 2580 # more details. |
| 2579 'DebugInformationFormat': '3', | 2581 'DebugInformationFormat': '3', |
| 2580 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2582 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2581 }, | 2583 }, |
| 2582 }, | 2584 }, |
| 2583 }, | 2585 }, |
| 2584 ], | 2586 ], |
| 2585 }], | 2587 }], |
| 2586 ], # 'conditions' | 2588 ], # 'conditions' |
| 2587 } | 2589 } |
| OLD | NEW |