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

Side by Side Diff: base/base.gypi

Issue 2202793002: base: Remove unneeded RegisterNatives() calls on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg2
Patch Set: rebase Created 4 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
« no previous file with comments | « base/android/thread_utils.h ('k') | base/test/run_all_unittests.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 '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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'android/path_utils.cc', 82 'android/path_utils.cc',
83 'android/path_utils.h', 83 'android/path_utils.h',
84 'android/record_histogram.cc', 84 'android/record_histogram.cc',
85 'android/record_histogram.h', 85 'android/record_histogram.h',
86 'android/record_user_action.cc', 86 'android/record_user_action.cc',
87 'android/record_user_action.h', 87 'android/record_user_action.h',
88 'android/scoped_java_ref.cc', 88 'android/scoped_java_ref.cc',
89 'android/scoped_java_ref.h', 89 'android/scoped_java_ref.h',
90 'android/sys_utils.cc', 90 'android/sys_utils.cc',
91 'android/sys_utils.h', 91 'android/sys_utils.h',
92 'android/thread_utils.h',
93 'android/trace_event_binding.cc', 92 'android/trace_event_binding.cc',
94 'android/trace_event_binding.h', 93 'android/trace_event_binding.h',
95 'at_exit.cc', 94 'at_exit.cc',
96 'at_exit.h', 95 'at_exit.h',
97 'atomic_ref_count.h', 96 'atomic_ref_count.h',
98 'atomic_sequence_num.h', 97 'atomic_sequence_num.h',
99 'atomicops.h', 98 'atomicops.h',
100 'atomicops_internals_portable.h', 99 'atomicops_internals_portable.h',
101 'atomicops_internals_x86_msvc.h', 100 'atomicops_internals_x86_msvc.h',
102 'barrier_closure.cc', 101 'barrier_closure.cc',
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'i18n/time_formatting.h', 1103 'i18n/time_formatting.h',
1105 'i18n/timezone.cc', 1104 'i18n/timezone.cc',
1106 'i18n/timezone.h', 1105 'i18n/timezone.h',
1107 'i18n/utf8_validator_tables.cc', 1106 'i18n/utf8_validator_tables.cc',
1108 'i18n/utf8_validator_tables.h', 1107 'i18n/utf8_validator_tables.h',
1109 ], 1108 ],
1110 }] 1109 }]
1111 ], 1110 ],
1112 }, 1111 },
1113 } 1112 }
OLDNEW
« no previous file with comments | « base/android/thread_utils.h ('k') | base/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698