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

Side by Side Diff: base/base.gyp

Issue 1073005: Move RTL related functions from app/l10n_util to base/i18n/rtl... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « app/win_util.cc ('k') | base/file_path.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 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 13 matching lines...) Expand all
24 ], 24 ],
25 'sources': [ 25 'sources': [
26 'i18n/file_util_icu.cc', 26 'i18n/file_util_icu.cc',
27 'i18n/file_util_icu.h', 27 'i18n/file_util_icu.h',
28 'i18n/icu_string_conversions.cc', 28 'i18n/icu_string_conversions.cc',
29 'i18n/icu_string_conversions.h', 29 'i18n/icu_string_conversions.h',
30 'i18n/icu_util.cc', 30 'i18n/icu_util.cc',
31 'i18n/icu_util.h', 31 'i18n/icu_util.h',
32 'i18n/number_formatting.cc', 32 'i18n/number_formatting.cc',
33 'i18n/number_formatting.h', 33 'i18n/number_formatting.h',
34 'i18n/rtl.cc',
35 'i18n/rtl.h',
34 'i18n/time_formatting.cc', 36 'i18n/time_formatting.cc',
35 'i18n/time_formatting.h', 37 'i18n/time_formatting.h',
36 'i18n/word_iterator.cc', 38 'i18n/word_iterator.cc',
37 'i18n/word_iterator.h', 39 'i18n/word_iterator.h',
38 ], 40 ],
39 }, 41 },
40 { 42 {
41 'target_name': 'base_unittests', 43 'target_name': 'base_unittests',
42 'type': 'executable', 44 'type': 'executable',
43 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', 45 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
(...skipping 25 matching lines...) Expand all
69 'file_descriptor_shuffle_unittest.cc', 71 'file_descriptor_shuffle_unittest.cc',
70 'file_path_unittest.cc', 72 'file_path_unittest.cc',
71 'file_util_unittest.cc', 73 'file_util_unittest.cc',
72 'file_version_info_unittest.cc', 74 'file_version_info_unittest.cc',
73 'gmock_unittest.cc', 75 'gmock_unittest.cc',
74 'histogram_unittest.cc', 76 'histogram_unittest.cc',
75 'hmac_unittest.cc', 77 'hmac_unittest.cc',
76 'id_map_unittest.cc', 78 'id_map_unittest.cc',
77 'i18n/file_util_icu_unittest.cc', 79 'i18n/file_util_icu_unittest.cc',
78 'i18n/icu_string_conversions_unittest.cc', 80 'i18n/icu_string_conversions_unittest.cc',
81 'i18n/rtl_unittest.cc',
79 'i18n/word_iterator_unittest.cc', 82 'i18n/word_iterator_unittest.cc',
80 'json/json_reader_unittest.cc', 83 'json/json_reader_unittest.cc',
81 'json/json_writer_unittest.cc', 84 'json/json_writer_unittest.cc',
82 'json/string_escape_unittest.cc', 85 'json/string_escape_unittest.cc',
83 'lazy_instance_unittest.cc', 86 'lazy_instance_unittest.cc',
84 'leak_tracker_unittest.cc', 87 'leak_tracker_unittest.cc',
85 'linked_list_unittest.cc', 88 'linked_list_unittest.cc',
86 'linked_ptr_unittest.cc', 89 'linked_ptr_unittest.cc',
87 'mac_util_unittest.mm', 90 'mac_util_unittest.mm',
88 'message_loop_unittest.cc', 91 'message_loop_unittest.cc',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 326 ],
324 }], 327 }],
325 ], 328 ],
326 } 329 }
327 330
328 # Local Variables: 331 # Local Variables:
329 # tab-width:2 332 # tab-width:2
330 # indent-tabs-mode:nil 333 # indent-tabs-mode:nil
331 # End: 334 # End:
332 # vim: set expandtab tabstop=2 shiftwidth=2: 335 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/win_util.cc ('k') | base/file_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698