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

Side by Side Diff: base/base.gyp

Issue 4139010: The UI language rather than the locale is now used to pick Chrome's language ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « app/l10n_util_win.cc ('k') | base/base.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'version_unittest.cc', 157 'version_unittest.cc',
158 'vlog_unittest.cc', 158 'vlog_unittest.cc',
159 'waitable_event_unittest.cc', 159 'waitable_event_unittest.cc',
160 'waitable_event_watcher_unittest.cc', 160 'waitable_event_watcher_unittest.cc',
161 'watchdog_unittest.cc', 161 'watchdog_unittest.cc',
162 'weak_ptr_unittest.cc', 162 'weak_ptr_unittest.cc',
163 'win_util_unittest.cc', 163 'win_util_unittest.cc',
164 'win/event_trace_consumer_unittest.cc', 164 'win/event_trace_consumer_unittest.cc',
165 'win/event_trace_controller_unittest.cc', 165 'win/event_trace_controller_unittest.cc',
166 'win/event_trace_provider_unittest.cc', 166 'win/event_trace_provider_unittest.cc',
167 'win/i18n_unittest.cc',
167 'win/pe_image_unittest.cc', 168 'win/pe_image_unittest.cc',
168 'win/registry_unittest.cc', 169 'win/registry_unittest.cc',
169 'win/scoped_bstr_unittest.cc', 170 'win/scoped_bstr_unittest.cc',
170 'win/scoped_comptr_unittest.cc', 171 'win/scoped_comptr_unittest.cc',
171 'win/scoped_variant_unittest.cc', 172 'win/scoped_variant_unittest.cc',
172 'worker_pool_unittest.cc', 173 'worker_pool_unittest.cc',
173 ], 174 ],
174 'include_dirs': [ 175 'include_dirs': [
175 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU 176 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
176 # #include for unicode/uchar.h. This should probably be cleaned up. 177 # #include for unicode/uchar.h. This should probably be cleaned up.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 324 ],
324 }], 325 }],
325 ], 326 ],
326 } 327 }
327 328
328 # Local Variables: 329 # Local Variables:
329 # tab-width:2 330 # tab-width:2
330 # indent-tabs-mode:nil 331 # indent-tabs-mode:nil
331 # End: 332 # End:
332 # vim: set expandtab tabstop=2 shiftwidth=2: 333 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/l10n_util_win.cc ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698