Chromium Code Reviews| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 579 '../extensions/common/url_pattern_set_unittest.cc', | 579 '../extensions/common/url_pattern_set_unittest.cc', |
| 580 '../extensions/common/url_pattern_unittest.cc', | 580 '../extensions/common/url_pattern_unittest.cc', |
| 581 '../extensions/common/user_script_unittest.cc', | 581 '../extensions/common/user_script_unittest.cc', |
| 582 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', | 582 '../extensions/renderer/activity_log_converter_strategy_unittest.cc', |
| 583 '../extensions/renderer/script_context_set_unittest.cc', | 583 '../extensions/renderer/script_context_set_unittest.cc', |
| 584 'app/chrome_dll.rc', | 584 'app/chrome_dll.rc', |
| 585 # All unittests in browser, common, renderer and service. | 585 # All unittests in browser, common, renderer and service. |
| 586 'browser/about_flags_unittest.cc', | 586 'browser/about_flags_unittest.cc', |
| 587 'browser/app_controller_mac_unittest.mm', | 587 'browser/app_controller_mac_unittest.mm', |
| 588 'browser/apps/ephemeral_app_service_unittest.cc', | 588 'browser/apps/ephemeral_app_service_unittest.cc', |
| 589 'browser/bitmap_fetcher/bitmap_fetcher_service_unittest.cc', | |
|
sky
2014/06/17 03:00:02
nit: sort
groby-ooo-7-16
2014/06/17 18:06:23
Done.
| |
| 589 'browser/autocomplete/autocomplete_input_unittest.cc', | 590 'browser/autocomplete/autocomplete_input_unittest.cc', |
| 590 'browser/autocomplete/autocomplete_match_unittest.cc', | 591 'browser/autocomplete/autocomplete_match_unittest.cc', |
| 591 'browser/autocomplete/autocomplete_provider_unittest.cc', | 592 'browser/autocomplete/autocomplete_provider_unittest.cc', |
| 592 'browser/autocomplete/autocomplete_result_unittest.cc', | 593 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 593 'browser/autocomplete/bookmark_provider_unittest.cc', | 594 'browser/autocomplete/bookmark_provider_unittest.cc', |
| 594 'browser/autocomplete/builtin_provider_unittest.cc', | 595 'browser/autocomplete/builtin_provider_unittest.cc', |
| 595 'browser/autocomplete/extension_app_provider_unittest.cc', | 596 'browser/autocomplete/extension_app_provider_unittest.cc', |
| 596 'browser/autocomplete/history_quick_provider_unittest.cc', | 597 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 597 'browser/autocomplete/history_url_provider_unittest.cc', | 598 'browser/autocomplete/history_url_provider_unittest.cc', |
| 598 'browser/autocomplete/keyword_provider_unittest.cc', | 599 'browser/autocomplete/keyword_provider_unittest.cc', |
| (...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2831 'unit_tests.isolate', | 2832 'unit_tests.isolate', |
| 2832 ], | 2833 ], |
| 2833 'sources': [ | 2834 'sources': [ |
| 2834 'unit_tests.isolate', | 2835 'unit_tests.isolate', |
| 2835 ], | 2836 ], |
| 2836 }, | 2837 }, |
| 2837 ], | 2838 ], |
| 2838 }], | 2839 }], |
| 2839 ], # 'conditions' | 2840 ], # 'conditions' |
| 2840 } | 2841 } |
| OLD | NEW |