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

Side by Side Diff: base/base.gypi

Issue 472553002: Make class lookup lazy in jni_generator when using lazy method lookup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | ui/gl/android/scoped_java_surface.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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'android/scoped_java_ref.cc', 48 'android/scoped_java_ref.cc',
49 'android/scoped_java_ref.h', 49 'android/scoped_java_ref.h',
50 'android/jni_android.cc', 50 'android/jni_android.cc',
51 'android/jni_android.h', 51 'android/jni_android.h',
52 'android/jni_array.cc', 52 'android/jni_array.cc',
53 'android/jni_array.h', 53 'android/jni_array.h',
54 'android/jni_registrar.cc', 54 'android/jni_registrar.cc',
55 'android/jni_registrar.h', 55 'android/jni_registrar.h',
56 'android/jni_string.cc', 56 'android/jni_string.cc',
57 'android/jni_string.h', 57 'android/jni_string.h',
58 'android/jni_utils.cc',
59 'android/jni_utils.h',
58 'android/jni_weak_ref.cc', 60 'android/jni_weak_ref.cc',
59 'android/jni_weak_ref.h', 61 'android/jni_weak_ref.h',
60 'android/library_loader/library_loader_hooks.cc', 62 'android/library_loader/library_loader_hooks.cc',
61 'android/library_loader/library_loader_hooks.h', 63 'android/library_loader/library_loader_hooks.h',
62 'android/memory_pressure_listener_android.cc', 64 'android/memory_pressure_listener_android.cc',
63 'android/memory_pressure_listener_android.h', 65 'android/memory_pressure_listener_android.h',
64 'android/java_handler_thread.cc', 66 'android/java_handler_thread.cc',
65 'android/java_handler_thread.h', 67 'android/java_handler_thread.h',
66 'android/path_service_android.cc', 68 'android/path_service_android.cc',
67 'android/path_service_android.h', 69 'android/path_service_android.h',
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 'i18n/time_formatting.h', 997 'i18n/time_formatting.h',
996 'i18n/timezone.cc', 998 'i18n/timezone.cc',
997 'i18n/timezone.h', 999 'i18n/timezone.h',
998 'i18n/utf8_validator_tables.cc', 1000 'i18n/utf8_validator_tables.cc',
999 'i18n/utf8_validator_tables.h', 1001 'i18n/utf8_validator_tables.h',
1000 ], 1002 ],
1001 }] 1003 }]
1002 ], 1004 ],
1003 }, 1005 },
1004 } 1006 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | ui/gl/android/scoped_java_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698