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

Side by Side Diff: ui/ui.gyp

Issue 14018004: [Android] Refactor NativeView to be able to use it for AutofillDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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 | « ui/gfx/native_widget_types.h ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 23 matching lines...) Expand all
34 ], 34 ],
35 # Export these dependencies since text_elider.h includes ICU headers. 35 # Export these dependencies since text_elider.h includes ICU headers.
36 'export_dependent_settings': [ 36 'export_dependent_settings': [
37 '../net/net.gyp:net', 37 '../net/net.gyp:net',
38 '../third_party/icu/icu.gyp:icui18n', 38 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc', 39 '../third_party/icu/icu.gyp:icuuc',
40 ], 40 ],
41 'sources' : [ 41 'sources' : [
42 'android/ui_jni_registrar.cc', 42 'android/ui_jni_registrar.cc',
43 'android/ui_jni_registrar.h', 43 'android/ui_jni_registrar.h',
44 'android/view_android.cc',
45 'android/view_android.h',
44 'android/window_android.cc', 46 'android/window_android.cc',
45 'android/window_android.h', 47 'android/window_android.h',
46 'base/accelerators/accelerator.cc', 48 'base/accelerators/accelerator.cc',
47 'base/accelerators/accelerator.h', 49 'base/accelerators/accelerator.h',
48 'base/accelerators/platform_accelerator.h', 50 'base/accelerators/platform_accelerator.h',
49 'base/accelerators/platform_accelerator_cocoa.h', 51 'base/accelerators/platform_accelerator_cocoa.h',
50 'base/accelerators/platform_accelerator_cocoa.mm', 52 'base/accelerators/platform_accelerator_cocoa.mm',
51 'base/accelerators/platform_accelerator_gtk.cc', 53 'base/accelerators/platform_accelerator_gtk.cc',
52 'base/accelerators/platform_accelerator_gtk.h', 54 'base/accelerators/platform_accelerator_gtk.h',
53 'base/accelerators/accelerator_manager.cc', 55 'base/accelerators/accelerator_manager.cc',
(...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'targets': [ 884 'targets': [
883 { 885 {
884 'target_name': 'ui_jni_headers', 886 'target_name': 'ui_jni_headers',
885 'type': 'none', 887 'type': 'none',
886 'sources': [ 888 'sources': [
887 'android/java/src/org/chromium/ui/Clipboard.java', 889 'android/java/src/org/chromium/ui/Clipboard.java',
888 'android/java/src/org/chromium/ui/gfx/BitmapHelper.java', 890 'android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
889 'android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', 891 'android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
890 'android/java/src/org/chromium/ui/LocalizationUtils.java', 892 'android/java/src/org/chromium/ui/LocalizationUtils.java',
891 'android/java/src/org/chromium/ui/SelectFileDialog.java', 893 'android/java/src/org/chromium/ui/SelectFileDialog.java',
894 'android/java/src/org/chromium/ui/ViewAndroid.java',
892 'android/java/src/org/chromium/ui/WindowAndroid.java', 895 'android/java/src/org/chromium/ui/WindowAndroid.java',
893 ], 896 ],
894 'variables': { 897 'variables': {
895 'jni_gen_package': 'ui', 898 'jni_gen_package': 'ui',
896 }, 899 },
897 'includes': [ '../build/jni_generator.gypi' ], 900 'includes': [ '../build/jni_generator.gypi' ],
898 }, 901 },
899 { 902 {
900 'target_name': 'ui_java', 903 'target_name': 'ui_java',
901 'type': 'none', 904 'type': 'none',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 'xcode_settings': { 981 'xcode_settings': {
979 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 982 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
980 }, 983 },
981 }], 984 }],
982 ], 985 ],
983 }, 986 },
984 ], 987 ],
985 }], 988 }],
986 ], 989 ],
987 } 990 }
OLDNEW
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698