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

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: Fixing StringOrdinal comments Created 9 years, 1 month 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'common/service_process_util.cc', 204 'common/service_process_util.cc',
205 'common/service_process_util.h', 205 'common/service_process_util.h',
206 'common/service_process_util_linux.cc', 206 'common/service_process_util_linux.cc',
207 'common/service_process_util_mac.mm', 207 'common/service_process_util_mac.mm',
208 'common/service_process_util_posix.cc', 208 'common/service_process_util_posix.cc',
209 'common/service_process_util_posix.h', 209 'common/service_process_util_posix.h',
210 'common/service_process_util_win.cc', 210 'common/service_process_util_win.cc',
211 'common/spellcheck_common.cc', 211 'common/spellcheck_common.cc',
212 'common/spellcheck_common.h', 212 'common/spellcheck_common.h',
213 'common/spellcheck_messages.h', 213 'common/spellcheck_messages.h',
214 'common/string_ordinal.cc',
215 'common/string_ordinal.h',
214 'common/switch_utils.cc', 216 'common/switch_utils.cc',
215 'common/switch_utils.h', 217 'common/switch_utils.h',
216 'common/thumbnail_score.cc', 218 'common/thumbnail_score.cc',
217 'common/thumbnail_score.h', 219 'common/thumbnail_score.h',
218 'common/time_format.cc', 220 'common/time_format.cc',
219 'common/time_format.h', 221 'common/time_format.h',
220 'common/url_constants.cc', 222 'common/url_constants.cc',
221 'common/url_constants.h', 223 'common/url_constants.h',
222 'common/chrome_view_types.cc', 224 'common/chrome_view_types.cc',
223 'common/chrome_view_types.h', 225 'common/chrome_view_types.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'common/safe_browsing/csd.proto' 417 'common/safe_browsing/csd.proto'
416 ], 418 ],
417 'variables': { 419 'variables': {
418 'proto_in_dir': 'common/safe_browsing', 420 'proto_in_dir': 'common/safe_browsing',
419 'proto_out_dir': 'chrome/common/safe_browsing', 421 'proto_out_dir': 'chrome/common/safe_browsing',
420 }, 422 },
421 'includes': [ '../build/protoc.gypi' ], 423 'includes': [ '../build/protoc.gypi' ],
422 }, 424 },
423 ], 425 ],
424 } 426 }
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