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

Side by Side Diff: base/base.gyp

Issue 387012: Split *AndAdjustOffset() functions into their own header, to restore utf_stri... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | base/i18n/icu_string_conversions.h » ('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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'time_win.cc', 324 'time_win.cc',
325 'timer.cc', 325 'timer.cc',
326 'timer.h', 326 'timer.h',
327 'trace_event.cc', 327 'trace_event.cc',
328 'trace_event.h', 328 'trace_event.h',
329 'tracked.cc', 329 'tracked.cc',
330 'tracked.h', 330 'tracked.h',
331 'tracked_objects.cc', 331 'tracked_objects.cc',
332 'tracked_objects.h', 332 'tracked_objects.h',
333 'tuple.h', 333 'tuple.h',
334 'utf_offset_string_conversions.cc',
335 'utf_offset_string_conversions.h',
336 'utf_string_conversion_utils.cc',
337 'utf_string_conversion_utils.h',
334 'utf_string_conversions.cc', 338 'utf_string_conversions.cc',
335 'utf_string_conversions.h', 339 'utf_string_conversions.h',
336 'unix_domain_socket_posix.cc', 340 'unix_domain_socket_posix.cc',
337 'values.cc', 341 'values.cc',
338 'values.h', 342 'values.h',
339 'version.cc', 343 'version.cc',
340 'version.h', 344 'version.h',
341 'waitable_event.h', 345 'waitable_event.h',
342 'waitable_event_posix.cc', 346 'waitable_event_posix.cc',
343 'waitable_event_watcher.h', 347 'waitable_event_watcher.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'task_unittest.cc', 631 'task_unittest.cc',
628 'thread_collision_warner_unittest.cc', 632 'thread_collision_warner_unittest.cc',
629 'thread_local_storage_unittest.cc', 633 'thread_local_storage_unittest.cc',
630 'thread_local_unittest.cc', 634 'thread_local_unittest.cc',
631 'thread_unittest.cc', 635 'thread_unittest.cc',
632 'time_unittest.cc', 636 'time_unittest.cc',
633 'time_win_unittest.cc', 637 'time_win_unittest.cc',
634 'timer_unittest.cc', 638 'timer_unittest.cc',
635 'tracked_objects_unittest.cc', 639 'tracked_objects_unittest.cc',
636 'tuple_unittest.cc', 640 'tuple_unittest.cc',
641 'utf_offset_string_conversions_unittest.cc',
637 'utf_string_conversions_unittest.cc', 642 'utf_string_conversions_unittest.cc',
638 'values_unittest.cc', 643 'values_unittest.cc',
639 'version_unittest.cc', 644 'version_unittest.cc',
640 'waitable_event_unittest.cc', 645 'waitable_event_unittest.cc',
641 'waitable_event_watcher_unittest.cc', 646 'waitable_event_watcher_unittest.cc',
642 'watchdog_unittest.cc', 647 'watchdog_unittest.cc',
643 'weak_ptr_unittest.cc', 648 'weak_ptr_unittest.cc',
644 'win_util_unittest.cc', 649 'win_util_unittest.cc',
645 'wmi_util_unittest.cc', 650 'wmi_util_unittest.cc',
646 'worker_pool_unittest.cc', 651 'worker_pool_unittest.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 ], 845 ],
841 }], 846 }],
842 ], 847 ],
843 } 848 }
844 849
845 # Local Variables: 850 # Local Variables:
846 # tab-width:2 851 # tab-width:2
847 # indent-tabs-mode:nil 852 # indent-tabs-mode:nil
848 # End: 853 # End:
849 # vim: set expandtab tabstop=2 shiftwidth=2: 854 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/i18n/icu_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698