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

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
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'version_unittest.cc', 156 'version_unittest.cc',
157 'vlog_unittest.cc', 157 'vlog_unittest.cc',
158 'waitable_event_unittest.cc', 158 'waitable_event_unittest.cc',
159 'waitable_event_watcher_unittest.cc', 159 'waitable_event_watcher_unittest.cc',
160 'watchdog_unittest.cc', 160 'watchdog_unittest.cc',
161 'weak_ptr_unittest.cc', 161 'weak_ptr_unittest.cc',
162 'win_util_unittest.cc', 162 'win_util_unittest.cc',
163 'win/event_trace_consumer_unittest.cc', 163 'win/event_trace_consumer_unittest.cc',
164 'win/event_trace_controller_unittest.cc', 164 'win/event_trace_controller_unittest.cc',
165 'win/event_trace_provider_unittest.cc', 165 'win/event_trace_provider_unittest.cc',
166 'win/i18n_unittest.cc',
166 'win/pe_image_unittest.cc', 167 'win/pe_image_unittest.cc',
167 'win/registry_unittest.cc', 168 'win/registry_unittest.cc',
168 'win/scoped_bstr_unittest.cc', 169 'win/scoped_bstr_unittest.cc',
169 'win/scoped_comptr_unittest.cc', 170 'win/scoped_comptr_unittest.cc',
170 'win/scoped_variant_unittest.cc', 171 'win/scoped_variant_unittest.cc',
171 'worker_pool_unittest.cc', 172 'worker_pool_unittest.cc',
172 ], 173 ],
173 'include_dirs': [ 174 'include_dirs': [
174 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU 175 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU
175 # #include for unicode/uchar.h. This should probably be cleaned up. 176 # #include for unicode/uchar.h. This should probably be cleaned up.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ], 323 ],
323 }], 324 }],
324 ], 325 ],
325 } 326 }
326 327
327 # Local Variables: 328 # Local Variables:
328 # tab-width:2 329 # tab-width:2
329 # indent-tabs-mode:nil 330 # indent-tabs-mode:nil
330 # End: 331 # End:
331 # vim: set expandtab tabstop=2 shiftwidth=2: 332 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/l10n_util_win.cc ('k') | base/base.gypi » ('j') | chrome/installer/util/l10n_string_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698