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

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: 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 | « no previous file | chrome/chrome_tests.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'common/metrics_log_manager.h', 176 'common/metrics_log_manager.h',
177 'common/multi_process_lock.h', 177 'common/multi_process_lock.h',
178 'common/multi_process_lock_linux.cc', 178 'common/multi_process_lock_linux.cc',
179 'common/multi_process_lock_mac.cc', 179 'common/multi_process_lock_mac.cc',
180 'common/multi_process_lock_win.cc', 180 'common/multi_process_lock_win.cc',
181 'common/nacl_cmd_line.cc', 181 'common/nacl_cmd_line.cc',
182 'common/nacl_cmd_line.h', 182 'common/nacl_cmd_line.h',
183 'common/nacl_messages.cc', 183 'common/nacl_messages.cc',
184 'common/nacl_messages.h', 184 'common/nacl_messages.h',
185 'common/nacl_types.h', 185 'common/nacl_types.h',
186 'common/plural_formatter.cc',
187 'common/plural_formatter.h',
186 'common/libxml_utils.cc', 188 'common/libxml_utils.cc',
187 'common/libxml_utils.h', 189 'common/libxml_utils.h',
188 'common/native_window_notification_source.h', 190 'common/native_window_notification_source.h',
189 'common/persistent_pref_store.h', 191 'common/persistent_pref_store.h',
190 'common/pref_store.cc', 192 'common/pref_store.cc',
191 'common/pref_store.h', 193 'common/pref_store.h',
192 'common/print_messages.cc', 194 'common/print_messages.cc',
193 'common/print_messages.h', 195 'common/print_messages.h',
194 'common/profiling.cc', 196 'common/profiling.cc',
195 'common/profiling.h', 197 'common/profiling.h',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'common/safe_browsing/csd.proto' 416 'common/safe_browsing/csd.proto'
415 ], 417 ],
416 'variables': { 418 'variables': {
417 'proto_in_dir': 'common/safe_browsing', 419 'proto_in_dir': 'common/safe_browsing',
418 'proto_out_dir': 'chrome/common/safe_browsing', 420 'proto_out_dir': 'chrome/common/safe_browsing',
419 }, 421 },
420 'includes': [ '../build/protoc.gypi' ], 422 'includes': [ '../build/protoc.gypi' ],
421 }, 423 },
422 ], 424 ],
423 } 425 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698