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

Side by Side Diff: ui/ui.gyp

Issue 10916160: Upstreaming SelectFileDialog for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'gfx/screen_ios.mm', 88 'gfx/screen_ios.mm',
89 'gfx/screen_mac.mm', 89 'gfx/screen_mac.mm',
90 'gfx/screen_win.cc', 90 'gfx/screen_win.cc',
91 'gfx/size.cc', 91 'gfx/size.cc',
92 'gfx/size.h', 92 'gfx/size.h',
93 'gfx/size_base.h', 93 'gfx/size_base.h',
94 'gfx/size_base_impl.h', 94 'gfx/size_base_impl.h',
95 ], 95 ],
96 'all_sources': [ 96 'all_sources': [
97 '<@(_common_sources)', 97 '<@(_common_sources)',
98 'android/ui_jni_registrar.cc',
99 'android/ui_jni_registrar.h',
98 'base/accelerators/accelerator.cc', 100 'base/accelerators/accelerator.cc',
99 'base/accelerators/accelerator.h', 101 'base/accelerators/accelerator.h',
100 'base/accelerators/accelerator_cocoa.h', 102 'base/accelerators/accelerator_cocoa.h',
101 'base/accelerators/accelerator_cocoa.mm', 103 'base/accelerators/accelerator_cocoa.mm',
102 'base/accelerators/accelerator_gtk.cc', 104 'base/accelerators/accelerator_gtk.cc',
103 'base/accelerators/accelerator_gtk.h', 105 'base/accelerators/accelerator_gtk.h',
104 'base/accelerators/accelerator_manager.cc', 106 'base/accelerators/accelerator_manager.cc',
105 'base/accelerators/accelerator_manager.h', 107 'base/accelerators/accelerator_manager.h',
106 'base/accessibility/accessibility_types.h', 108 'base/accessibility/accessibility_types.h',
107 'base/accessibility/accessible_text_utils.cc', 109 'base/accessibility/accessible_text_utils.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'base/dialogs/base_shell_dialog.cc', 170 'base/dialogs/base_shell_dialog.cc',
169 'base/dialogs/base_shell_dialog.h', 171 'base/dialogs/base_shell_dialog.h',
170 'base/dialogs/base_shell_dialog_win.cc', 172 'base/dialogs/base_shell_dialog_win.cc',
171 'base/dialogs/base_shell_dialog_win.h', 173 'base/dialogs/base_shell_dialog_win.h',
172 'base/dialogs/gtk/select_file_dialog_impl.cc', 174 'base/dialogs/gtk/select_file_dialog_impl.cc',
173 'base/dialogs/gtk/select_file_dialog_impl.h', 175 'base/dialogs/gtk/select_file_dialog_impl.h',
174 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc', 176 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc',
175 'base/dialogs/gtk/select_file_dialog_impl_kde.cc', 177 'base/dialogs/gtk/select_file_dialog_impl_kde.cc',
176 'base/dialogs/select_file_dialog.cc', 178 'base/dialogs/select_file_dialog.cc',
177 'base/dialogs/select_file_dialog.h', 179 'base/dialogs/select_file_dialog.h',
180 'base/dialogs/select_file_dialog_android.cc',
181 'base/dialogs/select_file_dialog_android.h',
178 'base/dialogs/select_file_dialog_factory.cc', 182 'base/dialogs/select_file_dialog_factory.cc',
179 'base/dialogs/select_file_dialog_factory.h', 183 'base/dialogs/select_file_dialog_factory.h',
180 'base/dialogs/select_file_dialog_mac.h', 184 'base/dialogs/select_file_dialog_mac.h',
181 'base/dialogs/select_file_dialog_mac.mm', 185 'base/dialogs/select_file_dialog_mac.mm',
182 'base/dialogs/select_file_dialog_win.cc', 186 'base/dialogs/select_file_dialog_win.cc',
183 'base/dialogs/select_file_dialog_win.h', 187 'base/dialogs/select_file_dialog_win.h',
184 'base/dialogs/select_file_policy.cc', 188 'base/dialogs/select_file_policy.cc',
185 'base/dialogs/select_file_policy.h', 189 'base/dialogs/select_file_policy.h',
186 'base/dialogs/selected_file_info.cc', 190 'base/dialogs/selected_file_info.cc',
187 'base/dialogs/selected_file_info.h', 191 'base/dialogs/selected_file_info.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'base/x/work_area_watcher_x.h', 395 'base/x/work_area_watcher_x.h',
392 'base/x/x11_atom_cache.cc', 396 'base/x/x11_atom_cache.cc',
393 'base/x/x11_atom_cache.h', 397 'base/x/x11_atom_cache.h',
394 'base/x/x11_util.cc', 398 'base/x/x11_util.cc',
395 'base/x/x11_util.h', 399 'base/x/x11_util.h',
396 'base/x/x11_util_internal.h', 400 'base/x/x11_util_internal.h',
397 'gfx/android/gfx_jni_registrar.cc', 401 'gfx/android/gfx_jni_registrar.cc',
398 'gfx/android/gfx_jni_registrar.h', 402 'gfx/android/gfx_jni_registrar.h',
399 'gfx/android/java_bitmap.cc', 403 'gfx/android/java_bitmap.cc',
400 'gfx/android/java_bitmap.h', 404 'gfx/android/java_bitmap.h',
405 'gfx/android/window_android.cc',
406 'gfx/android/window_android.h',
401 'gfx/blit.cc', 407 'gfx/blit.cc',
402 'gfx/blit.h', 408 'gfx/blit.h',
403 'gfx/canvas.cc', 409 'gfx/canvas.cc',
404 'gfx/canvas.h', 410 'gfx/canvas.h',
405 'gfx/canvas_android.cc', 411 'gfx/canvas_android.cc',
406 'gfx/canvas_mac.mm', 412 'gfx/canvas_mac.mm',
407 'gfx/canvas_paint.h', 413 'gfx/canvas_paint.h',
408 'gfx/canvas_paint_win.cc', 414 'gfx/canvas_paint_win.cc',
409 'gfx/canvas_skia.cc', 415 'gfx/canvas_skia.cc',
410 'gfx/canvas_skia_paint.h', 416 'gfx/canvas_skia_paint.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'sources!': [ 784 'sources!': [
779 'base/dragdrop/drag_utils.cc', 785 'base/dragdrop/drag_utils.cc',
780 'base/dragdrop/drag_utils.h', 786 'base/dragdrop/drag_utils.h',
781 'base/touch/touch_factory.cc', 787 'base/touch/touch_factory.cc',
782 'base/touch/touch_factory.h', 788 'base/touch/touch_factory.h',
783 'gfx/pango_util.cc', 789 'gfx/pango_util.cc',
784 'gfx/pango_util.h', 790 'gfx/pango_util.h',
785 'gfx/platform_font_pango.cc', 791 'gfx/platform_font_pango.cc',
786 'gfx/platform_font_pango.h', 792 'gfx/platform_font_pango.h',
787 ], 793 ],
794 'dependencies': [
795 'ui_java',
796 'ui_jni_headers',
797 ],
798 'include_dirs': [
799 '<(SHARED_INTERMEDIATE_DIR)/ui',
800 ],
801 'export_dependent_settings': [
802 'ui_java',
803 ],
788 }], 804 }],
789 ['OS=="android" or OS=="ios"', { 805 ['OS=="android" or OS=="ios"', {
790 'sources!': [ 806 'sources!': [
791 'gfx/render_text.cc', 807 'gfx/render_text.cc',
792 'gfx/render_text.h', 808 'gfx/render_text.h',
793 ], 809 ],
794 }], 810 }],
795 ['OS=="linux"', { 811 ['OS=="linux"', {
796 'libraries': [ 812 'libraries': [
797 '-ldl', 813 '-ldl',
798 ], 814 ],
799 }], 815 }],
800 ['inside_chromium_build==0', { 816 ['inside_chromium_build==0', {
801 'dependencies': [ 817 'dependencies': [
802 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 818 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
803 ], 819 ],
804 }], 820 }],
805 ], 821 ],
806 }, 822 },
807 ], 823 ],
808 'conditions': [ 824 'conditions': [
809 ['inside_chromium_build == 1', { 825 ['inside_chromium_build == 1', {
810 'includes': [ 826 'includes': [
811 'ui_unittests.gypi', 827 'ui_unittests.gypi',
812 ]}, 828 ]},
813 ], 829 ],
830 ['OS=="android"' , {
831 'targets': [
832 {
833 'target_name': 'ui_jni_headers',
834 'type': 'none',
835 'sources': [
836 'android/java/src/org/chromium/ui/gfx/NativeWindow.java',
837 'android/java/src/org/chromium/ui/SelectFileDialog.java',
838 ],
839 'variables': {
840 'jni_gen_dir': 'ui',
841 },
842 'includes': [ '../build/jni_generator.gypi' ],
843 },
844 {
845 'target_name': 'ui_java',
846 'type': 'none',
847 'variables': {
848 'package_name': 'ui',
849 'java_in_dir': '../ui/android/java',
850 },
851 'dependencies': [
852 '../base/base.gyp:base_java',
853 ],
854 'export_dependent_settings': [
855 '../base/base.gyp:base_java',
856 ],
857 'includes': [ '../build/java.gypi' ],
858 },
859 ],
860 }],
814 ], 861 ],
815 } 862 }
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