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

Side by Side Diff: base/base.gypi

Issue 1001343002: Prefetch the native library from native code by parsing /proc/pid/maps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 8 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 '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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'android/jni_registrar.h', 53 'android/jni_registrar.h',
54 'android/jni_string.cc', 54 'android/jni_string.cc',
55 'android/jni_string.h', 55 'android/jni_string.h',
56 'android/jni_utils.cc', 56 'android/jni_utils.cc',
57 'android/jni_utils.h', 57 'android/jni_utils.h',
58 'android/jni_weak_ref.cc', 58 'android/jni_weak_ref.cc',
59 'android/jni_weak_ref.h', 59 'android/jni_weak_ref.h',
60 'android/library_loader/library_load_from_apk_status_codes.h', 60 'android/library_loader/library_load_from_apk_status_codes.h',
61 'android/library_loader/library_loader_hooks.cc', 61 'android/library_loader/library_loader_hooks.cc',
62 'android/library_loader/library_loader_hooks.h', 62 'android/library_loader/library_loader_hooks.h',
63 'android/library_loader/library_prefetcher.cc',
64 'android/library_loader/library_prefetcher.h',
63 'android/locale_utils.cc', 65 'android/locale_utils.cc',
64 'android/locale_utils.h', 66 'android/locale_utils.h',
65 'android/memory_pressure_listener_android.cc', 67 'android/memory_pressure_listener_android.cc',
66 'android/memory_pressure_listener_android.h', 68 'android/memory_pressure_listener_android.h',
67 'android/path_service_android.cc', 69 'android/path_service_android.cc',
68 'android/path_service_android.h', 70 'android/path_service_android.h',
69 'android/path_utils.cc', 71 'android/path_utils.cc',
70 'android/path_utils.h', 72 'android/path_utils.h',
71 'android/record_histogram.cc', 73 'android/record_histogram.cc',
72 'android/record_histogram.h', 74 'android/record_histogram.h',
(...skipping 933 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
« base/android/library_loader/library_prefetcher.cc ('K') | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698