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

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

Issue 422013003: [Android] Use UIResource for overscroll glow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary layer disabling code 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
« no previous file with comments | « ui/base/android/window_android_compositor.h ('k') | ui/gfx/android/java_bitmap.h » ('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 29 matching lines...) Expand all
40 # Note: file list duplicated in GN build. 40 # Note: file list duplicated in GN build.
41 'accelerators/accelerator.cc', 41 'accelerators/accelerator.cc',
42 'accelerators/accelerator.h', 42 'accelerators/accelerator.h',
43 'accelerators/accelerator_manager.cc', 43 'accelerators/accelerator_manager.cc',
44 'accelerators/accelerator_manager.h', 44 'accelerators/accelerator_manager.h',
45 'accelerators/menu_label_accelerator_util_linux.cc', 45 'accelerators/menu_label_accelerator_util_linux.cc',
46 'accelerators/menu_label_accelerator_util_linux.h', 46 'accelerators/menu_label_accelerator_util_linux.h',
47 'accelerators/platform_accelerator.h', 47 'accelerators/platform_accelerator.h',
48 'accelerators/platform_accelerator_cocoa.h', 48 'accelerators/platform_accelerator_cocoa.h',
49 'accelerators/platform_accelerator_cocoa.mm', 49 'accelerators/platform_accelerator_cocoa.mm',
50 'android/system_ui_resource_manager.h',
50 'android/ui_base_jni_registrar.cc', 51 'android/ui_base_jni_registrar.cc',
51 'android/ui_base_jni_registrar.h', 52 'android/ui_base_jni_registrar.h',
52 'android/view_android.cc', 53 'android/view_android.cc',
53 'android/view_android.h', 54 'android/view_android.h',
54 'android/window_android.cc', 55 'android/window_android.cc',
55 'android/window_android.h', 56 'android/window_android.h',
56 'android/window_android_compositor.h', 57 'android/window_android_compositor.h',
57 'android/window_android_observer.h', 58 'android/window_android_observer.h',
58 'base_window.cc', 59 'base_window.cc',
59 'base_window.h', 60 'base_window.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 ], 752 ],
752 'variables': { 753 'variables': {
753 'jni_gen_package': 'ui', 754 'jni_gen_package': 'ui',
754 }, 755 },
755 'includes': [ '../../build/jni_generator.gypi' ], 756 'includes': [ '../../build/jni_generator.gypi' ],
756 }, 757 },
757 ], 758 ],
758 }], 759 }],
759 ], 760 ],
760 } 761 }
OLDNEW
« no previous file with comments | « ui/base/android/window_android_compositor.h ('k') | ui/gfx/android/java_bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698