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

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: upload after rebase Created 9 years, 2 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/plural_formatter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 'common/metrics_log_manager_unittest.cc', 1808 'common/metrics_log_manager_unittest.cc',
1809 'common/multi_process_lock_unittest.cc', 1809 'common/multi_process_lock_unittest.cc',
1810 'common/mac/objc_method_swizzle_unittest.mm', 1810 'common/mac/objc_method_swizzle_unittest.mm',
1811 'common/mac/objc_zombie_unittest.mm', 1811 'common/mac/objc_zombie_unittest.mm',
1812 'common/net/gaia/gaia_auth_fetcher_unittest.cc', 1812 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
1813 'common/net/gaia/gaia_auth_fetcher_unittest.h', 1813 'common/net/gaia/gaia_auth_fetcher_unittest.h',
1814 'common/net/gaia/gaia_authenticator_unittest.cc', 1814 'common/net/gaia/gaia_authenticator_unittest.cc',
1815 'common/net/gaia/gaia_oauth_client_unittest.cc', 1815 'common/net/gaia/gaia_oauth_client_unittest.cc',
1816 'common/net/gaia/google_service_auth_error_unittest.cc', 1816 'common/net/gaia/google_service_auth_error_unittest.cc',
1817 'common/net/gaia/oauth_request_signer_unittest.cc', 1817 'common/net/gaia/oauth_request_signer_unittest.cc',
1818 'common/plural_formatter_unittest.cc',
1818 'common/random_unittest.cc', 1819 'common/random_unittest.cc',
1819 'common/service_process_util_unittest.cc', 1820 'common/service_process_util_unittest.cc',
1820 'common/switch_utils_unittest.cc', 1821 'common/switch_utils_unittest.cc',
1821 'common/thumbnail_score_unittest.cc', 1822 'common/thumbnail_score_unittest.cc',
1822 'common/time_format_unittest.cc', 1823 'common/time_format_unittest.cc',
1823 'common/web_apps_unittest.cc', 1824 'common/web_apps_unittest.cc',
1824 'common/worker_thread_ticker_unittest.cc', 1825 'common/worker_thread_ticker_unittest.cc',
1825 'common/zip_unittest.cc', 1826 'common/zip_unittest.cc',
1826 'renderer/extensions/extension_api_json_validity_unittest.cc', 1827 'renderer/extensions/extension_api_json_validity_unittest.cc',
1827 'renderer/extensions/json_schema_unittest.cc', 1828 'renderer/extensions/json_schema_unittest.cc',
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3950 # Use outputs of this action as inputs for the main target build. 3951 # Use outputs of this action as inputs for the main target build.
3951 # Seems as a misnomer but makes this happy on Linux (scons). 3952 # Seems as a misnomer but makes this happy on Linux (scons).
3952 'process_outputs_as_sources': 1, 3953 'process_outputs_as_sources': 1,
3953 }, 3954 },
3954 ], # 'actions' 3955 ], # 'actions'
3955 }, 3956 },
3956 ] 3957 ]
3957 }], # 'coverage!=0' 3958 }], # 'coverage!=0'
3958 ], # 'conditions' 3959 ], # 'conditions'
3959 } 3960 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/plural_formatter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698