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

Side by Side Diff: base/base.gypi

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'android/path_utils.cc', 80 'android/path_utils.cc',
81 'android/path_utils.h', 81 'android/path_utils.h',
82 'android/record_histogram.cc', 82 'android/record_histogram.cc',
83 'android/record_histogram.h', 83 'android/record_histogram.h',
84 'android/record_user_action.cc', 84 'android/record_user_action.cc',
85 'android/record_user_action.h', 85 'android/record_user_action.h',
86 'android/scoped_java_ref.cc', 86 'android/scoped_java_ref.cc',
87 'android/scoped_java_ref.h', 87 'android/scoped_java_ref.h',
88 'android/sys_utils.cc', 88 'android/sys_utils.cc',
89 'android/sys_utils.h', 89 'android/sys_utils.h',
90 'android/thread_utils.h',
91 'android/trace_event_binding.cc', 90 'android/trace_event_binding.cc',
92 'android/trace_event_binding.h', 91 'android/trace_event_binding.h',
93 'at_exit.cc', 92 'at_exit.cc',
94 'at_exit.h', 93 'at_exit.h',
95 'atomic_ref_count.h', 94 'atomic_ref_count.h',
96 'atomic_sequence_num.h', 95 'atomic_sequence_num.h',
97 'atomicops.h', 96 'atomicops.h',
98 'atomicops_internals_portable.h', 97 'atomicops_internals_portable.h',
99 'atomicops_internals_x86_msvc.h', 98 'atomicops_internals_x86_msvc.h',
100 'barrier_closure.cc', 99 'barrier_closure.cc',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'i18n/time_formatting.h', 1096 'i18n/time_formatting.h',
1098 'i18n/timezone.cc', 1097 'i18n/timezone.cc',
1099 'i18n/timezone.h', 1098 'i18n/timezone.h',
1100 'i18n/utf8_validator_tables.cc', 1099 'i18n/utf8_validator_tables.cc',
1101 'i18n/utf8_validator_tables.h', 1100 'i18n/utf8_validator_tables.h',
1102 ], 1101 ],
1103 }] 1102 }]
1104 ], 1103 ],
1105 }, 1104 },
1106 } 1105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698