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

Side by Side Diff: base/base.gypi

Issue 628263004: [Android] Simplify logic for grabbing initial country-code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « base/base.gyp ('k') | chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 27 matching lines...) Expand all
38 'android/content_uri_utils.h', 38 'android/content_uri_utils.h',
39 'android/cpu_features.cc', 39 'android/cpu_features.cc',
40 'android/event_log.cc', 40 'android/event_log.cc',
41 'android/event_log.h', 41 'android/event_log.h',
42 'android/field_trial_list.cc', 42 'android/field_trial_list.cc',
43 'android/field_trial_list.h', 43 'android/field_trial_list.h',
44 'android/fifo_utils.cc', 44 'android/fifo_utils.cc',
45 'android/fifo_utils.h', 45 'android/fifo_utils.h',
46 'android/important_file_writer_android.cc', 46 'android/important_file_writer_android.cc',
47 'android/important_file_writer_android.h', 47 'android/important_file_writer_android.h',
48 'android/locale_utils.h',
49 'android/locale_utils.cc',
48 'android/scoped_java_ref.cc', 50 'android/scoped_java_ref.cc',
49 'android/scoped_java_ref.h', 51 'android/scoped_java_ref.h',
50 'android/jni_android.cc', 52 'android/jni_android.cc',
51 'android/jni_android.h', 53 'android/jni_android.h',
52 'android/jni_array.cc', 54 'android/jni_array.cc',
53 'android/jni_array.h', 55 'android/jni_array.h',
54 'android/jni_registrar.cc', 56 'android/jni_registrar.cc',
55 'android/jni_registrar.h', 57 'android/jni_registrar.h',
56 'android/jni_string.cc', 58 'android/jni_string.cc',
57 'android/jni_string.h', 59 'android/jni_string.h',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'i18n/time_formatting.h', 1008 'i18n/time_formatting.h',
1007 'i18n/timezone.cc', 1009 'i18n/timezone.cc',
1008 'i18n/timezone.h', 1010 'i18n/timezone.h',
1009 'i18n/utf8_validator_tables.cc', 1011 'i18n/utf8_validator_tables.cc',
1010 'i18n/utf8_validator_tables.h', 1012 'i18n/utf8_validator_tables.h',
1011 ], 1013 ],
1012 }] 1014 }]
1013 ], 1015 ],
1014 }, 1016 },
1015 } 1017 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | chrome/android/shell/chrome_main_delegate_chrome_shell_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698