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

Side by Side Diff: ui/base/ui_base.gyp

Issue 2202033002: ui: Remove unneeded RegisterNatives() call on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: rebase, unused headers 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 | « ui/base/touch/touch_device_android.cc ('k') | ui/events/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'cursor/image_cursors.cc', 213 'cursor/image_cursors.cc',
214 'cursor/image_cursors.h', 214 'cursor/image_cursors.h',
215 'cursor/ozone/bitmap_cursor_factory_ozone.cc', 215 'cursor/ozone/bitmap_cursor_factory_ozone.cc',
216 'cursor/ozone/bitmap_cursor_factory_ozone.h', 216 'cursor/ozone/bitmap_cursor_factory_ozone.h',
217 'default_style.h', 217 'default_style.h',
218 'default_theme_provider.cc', 218 'default_theme_provider.cc',
219 'default_theme_provider.h', 219 'default_theme_provider.h',
220 'default_theme_provider_mac.mm', 220 'default_theme_provider_mac.mm',
221 'device_form_factor.h', 221 'device_form_factor.h',
222 'device_form_factor_android.cc', 222 'device_form_factor_android.cc',
223 'device_form_factor_android.h',
224 'device_form_factor_desktop.cc', 223 'device_form_factor_desktop.cc',
225 'device_form_factor_ios.mm', 224 'device_form_factor_ios.mm',
226 'dragdrop/cocoa_dnd_util.h', 225 'dragdrop/cocoa_dnd_util.h',
227 'dragdrop/cocoa_dnd_util.mm', 226 'dragdrop/cocoa_dnd_util.mm',
228 'dragdrop/drag_drop_types.h', 227 'dragdrop/drag_drop_types.h',
229 'dragdrop/drag_drop_types_mac.mm', 228 'dragdrop/drag_drop_types_mac.mm',
230 'dragdrop/drag_drop_types_win.cc', 229 'dragdrop/drag_drop_types_win.cc',
231 'dragdrop/drag_source_win.cc', 230 'dragdrop/drag_source_win.cc',
232 'dragdrop/drag_source_win.h', 231 'dragdrop/drag_source_win.h',
233 'dragdrop/drag_utils.cc', 232 'dragdrop/drag_utils.cc',
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ], 775 ],
777 'variables': { 776 'variables': {
778 'jni_gen_package': 'ui', 777 'jni_gen_package': 'ui',
779 }, 778 },
780 'includes': [ '../../build/jni_generator.gypi' ], 779 'includes': [ '../../build/jni_generator.gypi' ],
781 }, 780 },
782 ], 781 ],
783 }], 782 }],
784 ], 783 ],
785 } 784 }
OLDNEW
« no previous file with comments | « ui/base/touch/touch_device_android.cc ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698