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

Side by Side Diff: base/base.gypi

Issue 663543003: Fix low-memory devices crashing on Chrome start up during UMA recodring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed LibraryLoader.onNativeInitializationComplete() with no arguments 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
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'android/jni_registrar.cc', 56 'android/jni_registrar.cc',
57 'android/jni_registrar.h', 57 'android/jni_registrar.h',
58 'android/jni_string.cc', 58 'android/jni_string.cc',
59 'android/jni_string.h', 59 'android/jni_string.h',
60 'android/jni_utils.cc', 60 'android/jni_utils.cc',
61 'android/jni_utils.h', 61 'android/jni_utils.h',
62 'android/jni_weak_ref.cc', 62 'android/jni_weak_ref.cc',
63 'android/jni_weak_ref.h', 63 'android/jni_weak_ref.h',
64 'android/library_loader/library_loader_hooks.cc', 64 'android/library_loader/library_loader_hooks.cc',
65 'android/library_loader/library_loader_hooks.h', 65 'android/library_loader/library_loader_hooks.h',
66 'android/library_loader/library_load_from_apk_status_codes.h',
66 'android/memory_pressure_listener_android.cc', 67 'android/memory_pressure_listener_android.cc',
67 'android/memory_pressure_listener_android.h', 68 'android/memory_pressure_listener_android.h',
68 'android/java_handler_thread.cc', 69 'android/java_handler_thread.cc',
69 'android/java_handler_thread.h', 70 'android/java_handler_thread.h',
70 'android/path_service_android.cc', 71 'android/path_service_android.cc',
71 'android/path_service_android.h', 72 'android/path_service_android.h',
72 'android/path_utils.cc', 73 'android/path_utils.cc',
73 'android/path_utils.h', 74 'android/path_utils.h',
74 'android/sys_utils.cc', 75 'android/sys_utils.cc',
75 'android/sys_utils.h', 76 'android/sys_utils.h',
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 'i18n/time_formatting.h', 1009 'i18n/time_formatting.h',
1009 'i18n/timezone.cc', 1010 'i18n/timezone.cc',
1010 'i18n/timezone.h', 1011 'i18n/timezone.h',
1011 'i18n/utf8_validator_tables.cc', 1012 'i18n/utf8_validator_tables.cc',
1012 'i18n/utf8_validator_tables.h', 1013 'i18n/utf8_validator_tables.h',
1013 ], 1014 ],
1014 }] 1015 }]
1015 ], 1016 ],
1016 }, 1017 },
1017 } 1018 }
OLDNEW
« base/base.gyp ('K') | « base/base.gyp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698