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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
264 # TODO(joi): Move to //components/components.gypi once | 264 # TODO(joi): Move to //components/components.gypi once |
265 # remaining dependencies back to //chrome are eliminated. | 265 # remaining dependencies back to //chrome are eliminated. |
266 '../components/autofill/browser/autofill_common_test.cc', | 266 '../components/autofill/browser/autofill_common_test.cc', |
267 '../components/autofill/browser/autofill_common_test.h', | 267 '../components/autofill/browser/autofill_common_test.h', |
268 '../components/autofill/browser/data_driven_test.cc', | 268 '../components/autofill/browser/data_driven_test.cc', |
269 '../components/autofill/browser/data_driven_test.h', | 269 '../components/autofill/browser/data_driven_test.h', |
270 '../components/autofill/browser/test_autofill_external_delegate.cc', | 270 '../components/autofill/browser/test_autofill_external_delegate.cc', |
271 '../components/autofill/browser/test_autofill_external_delegate.h', | 271 '../components/autofill/browser/test_autofill_external_delegate.h', |
272 '../components/autofill/browser/test_autofill_manager_delegate.cc', | 272 '../components/autofill/browser/test_autofill_manager_delegate.cc', |
273 '../components/autofill/browser/test_autofill_manager_delegate.h', | 273 '../components/autofill/browser/test_autofill_manager_delegate.h', |
274 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.cc', | |
Yaron
2013/03/13 21:23:23
I don't see why these are here. THey don't depend
apiccion
2013/03/15 00:59:13
Done.
apiccion
2013/03/15 00:59:13
Done.
| |
275 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.h', | |
274 | 276 |
275 '../ui/gfx/image/image_unittest_util.h', | 277 '../ui/gfx/image/image_unittest_util.h', |
276 '../ui/gfx/image/image_unittest_util.cc', | 278 '../ui/gfx/image/image_unittest_util.cc', |
277 '../webkit/quota/mock_quota_manager.cc', | 279 '../webkit/quota/mock_quota_manager.cc', |
278 '../webkit/quota/mock_quota_manager.h', | 280 '../webkit/quota/mock_quota_manager.h', |
279 ], | 281 ], |
280 'conditions': [ | 282 'conditions': [ |
281 ['OS!="ios"', { | 283 ['OS!="ios"', { |
282 'dependencies': [ | 284 'dependencies': [ |
283 'common/extensions/api/api.gyp:api', | 285 'common/extensions/api/api.gyp:api', |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1615 'tools/convert_dict/convert_dict_unittest.cc', | 1617 'tools/convert_dict/convert_dict_unittest.cc', |
1616 | 1618 |
1617 # Duplicate these tests here because PathService has more items in | 1619 # Duplicate these tests here because PathService has more items in |
1618 # unit_tests than in base_unittests. | 1620 # unit_tests than in base_unittests. |
1619 '../base/path_service_unittest.cc', | 1621 '../base/path_service_unittest.cc', |
1620 | 1622 |
1621 # TODO(joi): Move to //components/components.gypi once | 1623 # TODO(joi): Move to //components/components.gypi once |
1622 # remaining dependencies back to //chrome are eliminated. | 1624 # remaining dependencies back to //chrome are eliminated. |
1623 '../components/autofill/browser/address_field_unittest.cc', | 1625 '../components/autofill/browser/address_field_unittest.cc', |
1624 '../components/autofill/browser/address_unittest.cc', | 1626 '../components/autofill/browser/address_unittest.cc', |
1627 '../components/autofill/browser/android/auxiliary_profile_unittest_andro id.cc', | |
Yaron
2013/03/13 21:23:23
same here
apiccion
2013/03/15 00:59:13
Done.
| |
1625 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc', | 1628 '../components/autofill/browser/autocheckout/whitelist_manager_unittest. cc', |
1626 '../components/autofill/browser/autocheckout_manager_unittest.cc', | 1629 '../components/autofill/browser/autocheckout_manager_unittest.cc', |
1627 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' , | 1630 '../components/autofill/browser/autocheckout_page_meta_data_unittest.cc' , |
1628 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ', | 1631 '../components/autofill/browser/autocomplete_history_manager_unittest.cc ', |
1629 '../components/autofill/browser/autofill_country_unittest.cc', | 1632 '../components/autofill/browser/autofill_country_unittest.cc', |
1630 '../components/autofill/browser/autofill_download_unittest.cc', | 1633 '../components/autofill/browser/autofill_download_unittest.cc', |
1631 '../components/autofill/browser/autofill_download_url_unittest.cc', | 1634 '../components/autofill/browser/autofill_download_url_unittest.cc', |
1632 '../components/autofill/browser/autofill_external_delegate_unittest.cc', | 1635 '../components/autofill/browser/autofill_external_delegate_unittest.cc', |
1633 '../components/autofill/browser/autofill_field_unittest.cc', | 1636 '../components/autofill/browser/autofill_field_unittest.cc', |
1634 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc', | 1637 '../components/autofill/browser/autofill_ie_toolbar_import_win_unittest. cc', |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2410 # more details. | 2413 # more details. |
2411 'DebugInformationFormat': '3', | 2414 'DebugInformationFormat': '3', |
2412 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2415 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2413 }, | 2416 }, |
2414 }, | 2417 }, |
2415 }, | 2418 }, |
2416 ], | 2419 ], |
2417 }], | 2420 }], |
2418 ], # 'conditions' | 2421 ], # 'conditions' |
2419 } | 2422 } |
OLD | NEW |