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

Side by Side Diff: chrome/chrome_common.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
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/plural_formatter.h » ('J')
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'common/metrics_helpers.h', 60 'common/metrics_helpers.h',
61 'common/multi_process_lock.h', 61 'common/multi_process_lock.h',
62 'common/multi_process_lock_linux.cc', 62 'common/multi_process_lock_linux.cc',
63 'common/multi_process_lock_mac.cc', 63 'common/multi_process_lock_mac.cc',
64 'common/multi_process_lock_win.cc', 64 'common/multi_process_lock_win.cc',
65 'common/nacl_cmd_line.cc', 65 'common/nacl_cmd_line.cc',
66 'common/nacl_cmd_line.h', 66 'common/nacl_cmd_line.h',
67 'common/nacl_messages.cc', 67 'common/nacl_messages.cc',
68 'common/nacl_messages.h', 68 'common/nacl_messages.h',
69 'common/nacl_types.h', 69 'common/nacl_types.h',
70 'common/plural_formatter.cc',
71 'common/plural_formatter.h',
70 'common/profiling.cc', 72 'common/profiling.cc',
71 'common/profiling.h', 73 'common/profiling.h',
72 'common/ref_counted_util.h', 74 'common/ref_counted_util.h',
73 'common/result_codes.h', 75 'common/result_codes.h',
74 'common/safebrowsing_messages.h', 76 'common/safebrowsing_messages.h',
75 'common/sandbox_policy.cc', 77 'common/sandbox_policy.cc',
76 'common/sandbox_policy.h', 78 'common/sandbox_policy.h',
77 'common/switch_utils.cc', 79 'common/switch_utils.cc',
78 'common/switch_utils.h', 80 'common/switch_utils.h',
79 'common/time_format.cc', 81 'common/time_format.cc',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'configurations': { 480 'configurations': {
479 'Common_Base': { 481 'Common_Base': {
480 'msvs_target_platform': 'x64', 482 'msvs_target_platform': 'x64',
481 }, 483 },
482 }, 484 },
483 }, 485 },
484 ], 486 ],
485 }], 487 }],
486 ], 488 ],
487 } 489 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/plural_formatter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698