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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/i18n/rtl.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'waitable_event.h', 287 'waitable_event.h',
288 'waitable_event_posix.cc', 288 'waitable_event_posix.cc',
289 'waitable_event_watcher.h', 289 'waitable_event_watcher.h',
290 'waitable_event_watcher_posix.cc', 290 'waitable_event_watcher_posix.cc',
291 'waitable_event_watcher_win.cc', 291 'waitable_event_watcher_win.cc',
292 'waitable_event_win.cc', 292 'waitable_event_win.cc',
293 'watchdog.cc', 293 'watchdog.cc',
294 'watchdog.h', 294 'watchdog.h',
295 'weak_ptr.cc', 295 'weak_ptr.cc',
296 'weak_ptr.h', 296 'weak_ptr.h',
297 'win/i18n.cc',
298 'win/i18n.h',
297 'win/pe_image.cc', 299 'win/pe_image.cc',
298 'win/event_trace_consumer.h', 300 'win/event_trace_consumer.h',
299 'win/event_trace_controller.cc', 301 'win/event_trace_controller.cc',
300 'win/event_trace_controller.h', 302 'win/event_trace_controller.h',
301 'win/event_trace_provider.cc', 303 'win/event_trace_provider.cc',
302 'win/event_trace_provider.h', 304 'win/event_trace_provider.h',
303 'win/pe_image.h', 305 'win/pe_image.h',
304 'win/registry.cc', 306 'win/registry.cc',
305 'win/registry.h', 307 'win/registry.h',
306 'win/scoped_bstr.cc', 308 'win/scoped_bstr.cc',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'third_party/xdg_mime/xdgmimemagic.c', 815 'third_party/xdg_mime/xdgmimemagic.c',
814 'third_party/xdg_mime/xdgmimemagic.h', 816 'third_party/xdg_mime/xdgmimemagic.h',
815 'third_party/xdg_mime/xdgmimeparent.c', 817 'third_party/xdg_mime/xdgmimeparent.c',
816 'third_party/xdg_mime/xdgmimeparent.h', 818 'third_party/xdg_mime/xdgmimeparent.h',
817 ], 819 ],
818 }, 820 },
819 ], 821 ],
820 }], 822 }],
821 ], 823 ],
822 } 824 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/rtl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698