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

Side by Side Diff: base/base.gyp

Issue 7054032: Fix ChromeOS clock menu so that it can show 12-hour clock in all locales. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary use of PlatformTest. Created 9 years, 6 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/i18n/time_formatting.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'file_util_unittest.cc', 126 'file_util_unittest.cc',
127 'file_version_info_unittest.cc', 127 'file_version_info_unittest.cc',
128 'gmock_unittest.cc', 128 'gmock_unittest.cc',
129 'id_map_unittest.cc', 129 'id_map_unittest.cc',
130 'i18n/break_iterator_unittest.cc', 130 'i18n/break_iterator_unittest.cc',
131 'i18n/char_iterator_unittest.cc', 131 'i18n/char_iterator_unittest.cc',
132 'i18n/case_conversion_unittest.cc', 132 'i18n/case_conversion_unittest.cc',
133 'i18n/file_util_icu_unittest.cc', 133 'i18n/file_util_icu_unittest.cc',
134 'i18n/icu_string_conversions_unittest.cc', 134 'i18n/icu_string_conversions_unittest.cc',
135 'i18n/rtl_unittest.cc', 135 'i18n/rtl_unittest.cc',
136 'i18n/time_formatting_unittest.cc',
136 'json/json_reader_unittest.cc', 137 'json/json_reader_unittest.cc',
137 'json/json_writer_unittest.cc', 138 'json/json_writer_unittest.cc',
138 'json/string_escape_unittest.cc', 139 'json/string_escape_unittest.cc',
139 'lazy_instance_unittest.cc', 140 'lazy_instance_unittest.cc',
140 'linked_list_unittest.cc', 141 'linked_list_unittest.cc',
141 'logging_unittest.cc', 142 'logging_unittest.cc',
142 'mac/mac_util_unittest.mm', 143 'mac/mac_util_unittest.mm',
143 'mac/objc_property_releaser_unittest.mm', 144 'mac/objc_property_releaser_unittest.mm',
144 'md5_unittest.cc', 145 'md5_unittest.cc',
145 'memory/linked_ptr_unittest.cc', 146 'memory/linked_ptr_unittest.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'win/wrapped_window_proc_unittest.cc', 227 'win/wrapped_window_proc_unittest.cc',
227 ], 228 ],
228 'dependencies': [ 229 'dependencies': [
229 'base', 230 'base',
230 'base_i18n', 231 'base_i18n',
231 'base_static', 232 'base_static',
232 'test_support_base', 233 'test_support_base',
233 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 234 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
234 '../testing/gmock.gyp:gmock', 235 '../testing/gmock.gyp:gmock',
235 '../testing/gtest.gyp:gtest', 236 '../testing/gtest.gyp:gtest',
237 '../third_party/icu/icu.gyp:icui18n',
238 '../third_party/icu/icu.gyp:icuuc',
236 ], 239 ],
237 'conditions': [ 240 'conditions': [
238 ['toolkit_uses_gtk==1', { 241 ['toolkit_uses_gtk==1', {
239 'sources!': [ 242 'sources!': [
240 'file_version_info_unittest.cc', 243 'file_version_info_unittest.cc',
241 ], 244 ],
242 'sources': [ 245 'sources': [
243 'nix/xdg_util_unittest.cc', 246 'nix/xdg_util_unittest.cc',
244 ], 247 ],
245 'conditions': [ 248 'conditions': [
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 ], 383 ],
381 }], 384 }],
382 ], 385 ],
383 } 386 }
384 387
385 # Local Variables: 388 # Local Variables:
386 # tab-width:2 389 # tab-width:2
387 # indent-tabs-mode:nil 390 # indent-tabs-mode:nil
388 # End: 391 # End:
389 # vim: set expandtab tabstop=2 shiftwidth=2: 392 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/i18n/time_formatting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698