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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1593 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 1593 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
1594 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', | 1594 'renderer/spellchecker/spellcheck_provider_mac_unittest.cc', |
1595 'renderer/spellchecker/spellcheck_provider_test.cc', | 1595 'renderer/spellchecker/spellcheck_provider_test.cc', |
1596 'renderer/spellchecker/spellcheck_provider_test.h', | 1596 'renderer/spellchecker/spellcheck_provider_test.h', |
1597 'renderer/spellchecker/spellcheck_unittest.cc', | 1597 'renderer/spellchecker/spellcheck_unittest.cc', |
1598 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', | 1598 'renderer/spellchecker/spellcheck_worditerator_unittest.cc', |
1599 'service/cloud_print/cloud_print_helpers_unittest.cc', | 1599 'service/cloud_print/cloud_print_helpers_unittest.cc', |
1600 'service/cloud_print/cloud_print_token_store_unittest.cc', | 1600 'service/cloud_print/cloud_print_token_store_unittest.cc', |
1601 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', | 1601 'service/cloud_print/cloud_print_url_fetcher_unittest.cc', |
1602 'service/cloud_print/connector_settings_unittest.cc', | 1602 'service/cloud_print/connector_settings_unittest.cc', |
1603 'service/cloud_print/printer_job_handler_unittest.cc', | |
1604 'service/cloud_print/printer_job_handler_unittest_constants.cc', | |
1605 'service/cloud_print/printer_job_handler_unittest_constants.h', | |
Vitaly Buka (NO REVIEWS)
2013/02/12 21:45:15
Why do you need separate constants file?
Noam Samuel (WRONG ACCOUNT)
2013/02/12 21:53:18
The constants were becoming very long and cumberso
Vitaly Buka (NO REVIEWS)
2013/02/12 22:00:22
usually we don't do that for unit tests.
So please
Noam Samuel (WRONG ACCOUNT)
2013/02/12 22:50:18
Done.
| |
1603 'service/service_process_prefs_unittest.cc', | 1606 'service/service_process_prefs_unittest.cc', |
1604 'service/service_process_unittest.cc', | 1607 'service/service_process_unittest.cc', |
1605 'test/base/browser_with_test_window_test.cc', | 1608 'test/base/browser_with_test_window_test.cc', |
1606 'test/base/browser_with_test_window_test.h', | 1609 'test/base/browser_with_test_window_test.h', |
1607 'test/base/chrome_render_view_test.cc', | 1610 'test/base/chrome_render_view_test.cc', |
1608 'test/base/chrome_render_view_test.h', | 1611 'test/base/chrome_render_view_test.h', |
1609 'test/base/menu_model_test.cc', | 1612 'test/base/menu_model_test.cc', |
1610 'test/base/menu_model_test.h', | 1613 'test/base/menu_model_test.h', |
1611 'test/base/v8_unit_test.cc', | 1614 'test/base/v8_unit_test.cc', |
1612 'test/base/v8_unit_test.h', | 1615 'test/base/v8_unit_test.h', |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2378 # more details. | 2381 # more details. |
2379 'DebugInformationFormat': '3', | 2382 'DebugInformationFormat': '3', |
2380 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2383 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2381 }, | 2384 }, |
2382 }, | 2385 }, |
2383 }, | 2386 }, |
2384 ], | 2387 ], |
2385 }], | 2388 }], |
2386 ], # 'conditions' | 2389 ], # 'conditions' |
2387 } | 2390 } |
OLD | NEW |