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

Side by Side Diff: base/base.gyp

Issue 371057: Fix NSString conversions to treat a null NSString as a string of length 0, in... (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/sys_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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'sha2_unittest.cc', 612 'sha2_unittest.cc',
613 'shared_memory_unittest.cc', 613 'shared_memory_unittest.cc',
614 'simple_thread_unittest.cc', 614 'simple_thread_unittest.cc',
615 'singleton_unittest.cc', 615 'singleton_unittest.cc',
616 'stack_container_unittest.cc', 616 'stack_container_unittest.cc',
617 'stats_table_unittest.cc', 617 'stats_table_unittest.cc',
618 'string_piece_unittest.cc', 618 'string_piece_unittest.cc',
619 'string_tokenizer_unittest.cc', 619 'string_tokenizer_unittest.cc',
620 'string_util_unittest.cc', 620 'string_util_unittest.cc',
621 'sys_info_unittest.cc', 621 'sys_info_unittest.cc',
622 'sys_string_conversions_mac_unittest.mm',
622 'sys_string_conversions_unittest.cc', 623 'sys_string_conversions_unittest.cc',
623 'system_monitor_unittest.cc', 624 'system_monitor_unittest.cc',
624 'task_unittest.cc', 625 'task_unittest.cc',
625 'thread_collision_warner_unittest.cc', 626 'thread_collision_warner_unittest.cc',
626 'thread_local_storage_unittest.cc', 627 'thread_local_storage_unittest.cc',
627 'thread_local_unittest.cc', 628 'thread_local_unittest.cc',
628 'thread_unittest.cc', 629 'thread_unittest.cc',
629 'time_unittest.cc', 630 'time_unittest.cc',
630 'time_win_unittest.cc', 631 'time_win_unittest.cc',
631 'timer_unittest.cc', 632 'timer_unittest.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ], 837 ],
837 }], 838 }],
838 ], 839 ],
839 } 840 }
840 841
841 # Local Variables: 842 # Local Variables:
842 # tab-width:2 843 # tab-width:2
843 # indent-tabs-mode:nil 844 # indent-tabs-mode:nil
844 # End: 845 # End:
845 # vim: set expandtab tabstop=2 shiftwidth=2: 846 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/sys_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698