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

Side by Side Diff: ui/ui.gyp

Issue 14169011: [Android] Rename NativeWindow to WindowAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return Activity context for now 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/shell_dialogs/select_file_dialog_android.cc ('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/window_android.cc',
45 'android/window_android.h',
44 'base/accelerators/accelerator.cc', 46 'base/accelerators/accelerator.cc',
45 'base/accelerators/accelerator.h', 47 'base/accelerators/accelerator.h',
46 'base/accelerators/platform_accelerator.h', 48 'base/accelerators/platform_accelerator.h',
47 'base/accelerators/platform_accelerator_cocoa.h', 49 'base/accelerators/platform_accelerator_cocoa.h',
48 'base/accelerators/platform_accelerator_cocoa.mm', 50 'base/accelerators/platform_accelerator_cocoa.mm',
49 'base/accelerators/platform_accelerator_gtk.cc', 51 'base/accelerators/platform_accelerator_gtk.cc',
50 'base/accelerators/platform_accelerator_gtk.h', 52 'base/accelerators/platform_accelerator_gtk.h',
51 'base/accelerators/accelerator_manager.cc', 53 'base/accelerators/accelerator_manager.cc',
52 'base/accelerators/accelerator_manager.h', 54 'base/accelerators/accelerator_manager.h',
53 'base/accessibility/accessibility_types.h', 55 'base/accessibility/accessibility_types.h',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'base/x/work_area_watcher_x.h', 356 'base/x/work_area_watcher_x.h',
355 'base/x/x11_atom_cache.cc', 357 'base/x/x11_atom_cache.cc',
356 'base/x/x11_atom_cache.h', 358 'base/x/x11_atom_cache.h',
357 'base/x/x11_util.cc', 359 'base/x/x11_util.cc',
358 'base/x/x11_util.h', 360 'base/x/x11_util.h',
359 'base/x/x11_util_internal.h', 361 'base/x/x11_util_internal.h',
360 'gfx/android/device_display_info.cc', 362 'gfx/android/device_display_info.cc',
361 'gfx/android/device_display_info.h', 363 'gfx/android/device_display_info.h',
362 'gfx/android/java_bitmap.cc', 364 'gfx/android/java_bitmap.cc',
363 'gfx/android/java_bitmap.h', 365 'gfx/android/java_bitmap.h',
364 'gfx/android/window_android.cc',
365 'gfx/android/window_android.h',
366 'gfx/blit.cc', 366 'gfx/blit.cc',
367 'gfx/blit.h', 367 'gfx/blit.h',
368 'gfx/break_list.h', 368 'gfx/break_list.h',
369 'gfx/canvas.cc', 369 'gfx/canvas.cc',
370 'gfx/canvas.h', 370 'gfx/canvas.h',
371 'gfx/canvas_android.cc', 371 'gfx/canvas_android.cc',
372 'gfx/canvas_mac.mm', 372 'gfx/canvas_mac.mm',
373 'gfx/canvas_paint.h', 373 'gfx/canvas_paint.h',
374 'gfx/canvas_paint_gtk.h', 374 'gfx/canvas_paint_gtk.h',
375 'gfx/canvas_paint_mac.h', 375 'gfx/canvas_paint_mac.h',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'includes': [ 877 'includes': [
878 'ui_unittests.gypi', 878 'ui_unittests.gypi',
879 ]}, 879 ]},
880 ], 880 ],
881 ['OS=="android"' , { 881 ['OS=="android"' , {
882 'targets': [ 882 'targets': [
883 { 883 {
884 'target_name': 'ui_jni_headers', 884 'target_name': 'ui_jni_headers',
885 'type': 'none', 885 'type': 'none',
886 'sources': [ 886 'sources': [
887 'android/java/src/org/chromium/ui/Clipboard.java',
887 'android/java/src/org/chromium/ui/gfx/BitmapHelper.java', 888 'android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
888 'android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', 889 'android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
889 'android/java/src/org/chromium/ui/gfx/NativeWindow.java',
890 'android/java/src/org/chromium/ui/LocalizationUtils.java', 890 'android/java/src/org/chromium/ui/LocalizationUtils.java',
891 'android/java/src/org/chromium/ui/SelectFileDialog.java', 891 'android/java/src/org/chromium/ui/SelectFileDialog.java',
892 'android/java/src/org/chromium/ui/Clipboard.java', 892 'android/java/src/org/chromium/ui/WindowAndroid.java',
893 ], 893 ],
894 'variables': { 894 'variables': {
895 'jni_gen_package': 'ui', 895 'jni_gen_package': 'ui',
896 }, 896 },
897 'includes': [ '../build/jni_generator.gypi' ], 897 'includes': [ '../build/jni_generator.gypi' ],
898 }, 898 },
899 { 899 {
900 'target_name': 'ui_java', 900 'target_name': 'ui_java',
901 'type': 'none', 901 'type': 'none',
902 'variables': { 902 'variables': {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 'xcode_settings': { 978 'xcode_settings': {
979 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 979 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
980 }, 980 },
981 }], 981 }],
982 ], 982 ],
983 }, 983 },
984 ], 984 ],
985 }], 985 }],
986 ], 986 ],
987 } 987 }
OLDNEW
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698