Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1105)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6736003: This adds a formatter for plurals that works for all locales. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing bogus DCHECK Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'common/json_schema_validator_unittest_base.h', 1735 'common/json_schema_validator_unittest_base.h',
1736 'common/json_schema_validator_unittest.cc', 1736 'common/json_schema_validator_unittest.cc',
1737 'common/json_value_serializer_unittest.cc', 1737 'common/json_value_serializer_unittest.cc',
1738 'common/multi_process_lock_unittest.cc', 1738 'common/multi_process_lock_unittest.cc',
1739 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1739 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1740 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1740 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1741 'common/net/gaia/gaia_authenticator_unittest.cc', 1741 'common/net/gaia/gaia_authenticator_unittest.cc',
1742 'common/net/gaia/gaia_oauth_client_unittest.cc', 1742 'common/net/gaia/gaia_oauth_client_unittest.cc',
1743 'common/net/gaia/google_service_auth_error_unittest.cc', 1743 'common/net/gaia/google_service_auth_error_unittest.cc',
1744 'common/net/url_fetcher_unittest.cc', 1744 'common/net/url_fetcher_unittest.cc',
1745 'common/plural_formatter_unittest.cc',
1745 'common/service_process_util_unittest.cc', 1746 'common/service_process_util_unittest.cc',
1746 'common/switch_utils_unittest.cc', 1747 'common/switch_utils_unittest.cc',
1747 'common/thumbnail_score_unittest.cc', 1748 'common/thumbnail_score_unittest.cc',
1748 'common/time_format_unittest.cc', 1749 'common/time_format_unittest.cc',
1749 'common/web_apps_unittest.cc', 1750 'common/web_apps_unittest.cc',
1750 'common/worker_thread_ticker_unittest.cc', 1751 'common/worker_thread_ticker_unittest.cc',
1751 'common/zip_unittest.cc', 1752 'common/zip_unittest.cc',
1752 'renderer/extensions/extension_api_json_validity_unittest.cc', 1753 'renderer/extensions/extension_api_json_validity_unittest.cc',
1753 'renderer/extensions/json_schema_unittest.cc', 1754 'renderer/extensions/json_schema_unittest.cc',
1754 'renderer/net/predictor_queue_unittest.cc', 1755 'renderer/net/predictor_queue_unittest.cc',
(...skipping 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after
3756 ] 3757 ]
3757 }], # 'coverage!=0' 3758 }], # 'coverage!=0'
3758 ], # 'conditions' 3759 ], # 'conditions'
3759 } 3760 }
3760 3761
3761 # Local Variables: 3762 # Local Variables:
3762 # tab-width:2 3763 # tab-width:2
3763 # indent-tabs-mode:nil 3764 # indent-tabs-mode:nil
3764 # End: 3765 # End:
3765 # vim: set expandtab tabstop=2 shiftwidth=2: 3766 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698