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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8236002: Create StringOrdinal to allow placement of strings in sorted lists (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Modifying DropUnneededDigits logic and code review changes 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') | chrome/common/string_ordinal.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 '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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'common/service_process_util.cc', 203 'common/service_process_util.cc',
204 'common/service_process_util.h', 204 'common/service_process_util.h',
205 'common/service_process_util_linux.cc', 205 'common/service_process_util_linux.cc',
206 'common/service_process_util_mac.mm', 206 'common/service_process_util_mac.mm',
207 'common/service_process_util_posix.cc', 207 'common/service_process_util_posix.cc',
208 'common/service_process_util_posix.h', 208 'common/service_process_util_posix.h',
209 'common/service_process_util_win.cc', 209 'common/service_process_util_win.cc',
210 'common/spellcheck_common.cc', 210 'common/spellcheck_common.cc',
211 'common/spellcheck_common.h', 211 'common/spellcheck_common.h',
212 'common/spellcheck_messages.h', 212 'common/spellcheck_messages.h',
213 'common/string_ordinal.cc',
214 'common/string_ordinal.h',
213 'common/switch_utils.cc', 215 'common/switch_utils.cc',
214 'common/switch_utils.h', 216 'common/switch_utils.h',
215 'common/thumbnail_score.cc', 217 'common/thumbnail_score.cc',
216 'common/thumbnail_score.h', 218 'common/thumbnail_score.h',
217 'common/time_format.cc', 219 'common/time_format.cc',
218 'common/time_format.h', 220 'common/time_format.h',
219 'common/url_constants.cc', 221 'common/url_constants.cc',
220 'common/url_constants.h', 222 'common/url_constants.h',
221 'common/chrome_view_types.cc', 223 'common/chrome_view_types.cc',
222 'common/chrome_view_types.h', 224 'common/chrome_view_types.h',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'common/safe_browsing/csd.proto' 419 'common/safe_browsing/csd.proto'
418 ], 420 ],
419 'variables': { 421 'variables': {
420 'proto_in_dir': 'common/safe_browsing', 422 'proto_in_dir': 'common/safe_browsing',
421 'proto_out_dir': 'chrome/common/safe_browsing', 423 'proto_out_dir': 'chrome/common/safe_browsing',
422 }, 424 },
423 'includes': [ '../build/protoc.gypi' ], 425 'includes': [ '../build/protoc.gypi' ],
424 }, 426 },
425 ], 427 ],
426 } 428 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/string_ordinal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698