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

Side by Side Diff: base/base.gypi

Issue 1458043003: Added --force-ui-direction flag for developers to force LTR or RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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
« no previous file with comments | « base/BUILD.gn ('k') | base/i18n/base_i18n_switches.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 'defines': ['SYSTEM_NATIVE_UTF8'], 1011 'defines': ['SYSTEM_NATIVE_UTF8'],
1012 }], 1012 }],
1013 ], 1013 ],
1014 }], 1014 }],
1015 ['base_i18n_target==1', { 1015 ['base_i18n_target==1', {
1016 'defines': [ 1016 'defines': [
1017 'BASE_I18N_IMPLEMENTATION', 1017 'BASE_I18N_IMPLEMENTATION',
1018 ], 1018 ],
1019 'sources': [ 1019 'sources': [
1020 'i18n/base_i18n_export.h', 1020 'i18n/base_i18n_export.h',
1021 'i18n/base_i18n_switches.cc',
1022 'i18n/base_i18n_switches.h',
1021 'i18n/bidi_line_iterator.cc', 1023 'i18n/bidi_line_iterator.cc',
1022 'i18n/bidi_line_iterator.h', 1024 'i18n/bidi_line_iterator.h',
1023 'i18n/break_iterator.cc', 1025 'i18n/break_iterator.cc',
1024 'i18n/break_iterator.h', 1026 'i18n/break_iterator.h',
1025 'i18n/case_conversion.cc', 1027 'i18n/case_conversion.cc',
1026 'i18n/case_conversion.h', 1028 'i18n/case_conversion.h',
1027 'i18n/char_iterator.cc', 1029 'i18n/char_iterator.cc',
1028 'i18n/char_iterator.h', 1030 'i18n/char_iterator.h',
1029 'i18n/file_util_icu.cc', 1031 'i18n/file_util_icu.cc',
1030 'i18n/file_util_icu.h', 1032 'i18n/file_util_icu.h',
(...skipping 21 matching lines...) Expand all
1052 'i18n/time_formatting.h', 1054 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1055 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1056 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1057 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1058 'i18n/utf8_validator_tables.h',
1057 ], 1059 ],
1058 }] 1060 }]
1059 ], 1061 ],
1060 }, 1062 },
1061 } 1063 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/i18n/base_i18n_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698