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

Side by Side Diff: base/base.gyp

Issue 243102: Convert base dependencies to use sys_string_conversions instead of the ICU... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | base/file_util.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 16 matching lines...) Expand all
27 'crypto/signature_creator_mac.cc', 27 'crypto/signature_creator_mac.cc',
28 'crypto/signature_creator_nss.cc', 28 'crypto/signature_creator_nss.cc',
29 'crypto/signature_creator_win.cc', 29 'crypto/signature_creator_win.cc',
30 'crypto/signature_verifier.h', 30 'crypto/signature_verifier.h',
31 'crypto/signature_verifier_mac.cc', 31 'crypto/signature_verifier_mac.cc',
32 'crypto/signature_verifier_nss.cc', 32 'crypto/signature_verifier_nss.cc',
33 'crypto/signature_verifier_win.cc', 33 'crypto/signature_verifier_win.cc',
34 'third_party/dmg_fp/dmg_fp.h', 34 'third_party/dmg_fp/dmg_fp.h',
35 'third_party/dmg_fp/dtoa.cc', 35 'third_party/dmg_fp/dtoa.cc',
36 'third_party/dmg_fp/g_fmt.cc', 36 'third_party/dmg_fp/g_fmt.cc',
37 'third_party/icu/icu_utf.cc',
38 'third_party/icu/icu_utf.h',
37 'third_party/nspr/prcpucfg.h', 39 'third_party/nspr/prcpucfg.h',
38 'third_party/nspr/prcpucfg_win.h', 40 'third_party/nspr/prcpucfg_win.h',
39 'third_party/nspr/prtime.cc', 41 'third_party/nspr/prtime.cc',
40 'third_party/nspr/prtime.h', 42 'third_party/nspr/prtime.h',
41 'third_party/nspr/prtypes.h', 43 'third_party/nspr/prtypes.h',
42 'third_party/nss/blapi.h', 44 'third_party/nss/blapi.h',
43 'third_party/nss/blapit.h', 45 'third_party/nss/blapit.h',
44 'third_party/nss/sha256.h', 46 'third_party/nss/sha256.h',
45 'third_party/nss/sha512.cc', 47 'third_party/nss/sha512.cc',
46 'third_party/purify/pure.h', 48 'third_party/purify/pure.h',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'foundation_utils_mac.h', 133 'foundation_utils_mac.h',
132 'global_descriptors_posix.h', 134 'global_descriptors_posix.h',
133 'global_descriptors_posix.cc', 135 'global_descriptors_posix.cc',
134 'hash_tables.h', 136 'hash_tables.h',
135 'histogram.cc', 137 'histogram.cc',
136 'histogram.h', 138 'histogram.h',
137 'hmac.h', 139 'hmac.h',
138 'hmac_mac.cc', 140 'hmac_mac.cc',
139 'hmac_nss.cc', 141 'hmac_nss.cc',
140 'hmac_win.cc', 142 'hmac_win.cc',
141 'i18n/string_conversions.cc', 143 'i18n/icu_string_conversions.cc',
142 'i18n/string_conversions.h', 144 'i18n/icu_string_conversions.h',
143 'iat_patch.cc', 145 'iat_patch.cc',
144 'iat_patch.h', 146 'iat_patch.h',
145 'icu_util.cc', 147 'icu_util.cc',
146 'icu_util.h', 148 'icu_util.h',
147 'id_map.h', 149 'id_map.h',
148 'image_util.cc', 150 'image_util.cc',
149 'image_util.h', 151 'image_util.h',
150 'json_reader.cc', 152 'json_reader.cc',
151 'json_reader.h', 153 'json_reader.h',
152 'json_writer.cc', 154 'json_writer.cc',
153 'json_writer.h', 155 'json_writer.h',
154 » 'keyboard_code_conversion_gtk.cc', 156 'keyboard_code_conversion_gtk.cc',
155 » 'keyboard_code_conversion_gtk.h', 157 'keyboard_code_conversion_gtk.h',
156 'keyboard_codes.h', 158 'keyboard_codes.h',
157 'keyboard_codes_win.h', 159 'keyboard_codes_win.h',
158 'keyboard_codes_posix.h', 160 'keyboard_codes_posix.h',
159 'lazy_instance.cc', 161 'lazy_instance.cc',
160 'lazy_instance.h', 162 'lazy_instance.h',
161 'leak_tracker.h', 163 'leak_tracker.h',
162 'linked_list.h', 164 'linked_list.h',
163 'linked_ptr.h', 165 'linked_ptr.h',
164 'linux_util.cc', 166 'linux_util.cc',
165 'linux_util.h', 167 'linux_util.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'time_win.cc', 318 'time_win.cc',
317 'timer.cc', 319 'timer.cc',
318 'timer.h', 320 'timer.h',
319 'trace_event.cc', 321 'trace_event.cc',
320 'trace_event.h', 322 'trace_event.h',
321 'tracked.cc', 323 'tracked.cc',
322 'tracked.h', 324 'tracked.h',
323 'tracked_objects.cc', 325 'tracked_objects.cc',
324 'tracked_objects.h', 326 'tracked_objects.h',
325 'tuple.h', 327 'tuple.h',
328 'utf_string_conversions.cc',
329 'utf_string_conversions.h',
326 'unix_domain_socket_posix.cc', 330 'unix_domain_socket_posix.cc',
327 'values.cc', 331 'values.cc',
328 'values.h', 332 'values.h',
329 'version.cc', 333 'version.cc',
330 'version.h', 334 'version.h',
331 'waitable_event.h', 335 'waitable_event.h',
332 'waitable_event_posix.cc', 336 'waitable_event_posix.cc',
333 'waitable_event_watcher.h', 337 'waitable_event_watcher.h',
334 'waitable_event_watcher_posix.cc', 338 'waitable_event_watcher_posix.cc',
335 'waitable_event_watcher_win.cc', 339 'waitable_event_watcher_win.cc',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 ], 855 ],
852 }], 856 }],
853 ], 857 ],
854 } 858 }
855 859
856 # Local Variables: 860 # Local Variables:
857 # tab-width:2 861 # tab-width:2
858 # indent-tabs-mode:nil 862 # indent-tabs-mode:nil
859 # End: 863 # End:
860 # vim: set expandtab tabstop=2 shiftwidth=2: 864 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698