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

Side by Side Diff: ui/ui.gyp

Issue 10958058: JavaBitmap class JNI clean up, add new functionality (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« no previous file with comments | « ui/gfx/android/java_bitmap.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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'ui_unittests.gypi', 829 'ui_unittests.gypi',
830 ]}, 830 ]},
831 ], 831 ],
832 ['OS=="android"' , { 832 ['OS=="android"' , {
833 'targets': [ 833 'targets': [
834 { 834 {
835 'target_name': 'ui_jni_headers', 835 'target_name': 'ui_jni_headers',
836 'type': 'none', 836 'type': 'none',
837 'sources': [ 837 'sources': [
838 'android/java/src/org/chromium/ui/gfx/NativeWindow.java', 838 'android/java/src/org/chromium/ui/gfx/NativeWindow.java',
839 'android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
sky 2012/09/24 13:46:22 sort
839 'android/java/src/org/chromium/ui/SelectFileDialog.java', 840 'android/java/src/org/chromium/ui/SelectFileDialog.java',
840 ], 841 ],
841 'variables': { 842 'variables': {
842 'jni_gen_dir': 'ui', 843 'jni_gen_dir': 'ui',
843 }, 844 },
844 'includes': [ '../build/jni_generator.gypi' ], 845 'includes': [ '../build/jni_generator.gypi' ],
845 }, 846 },
846 { 847 {
847 'target_name': 'ui_java', 848 'target_name': 'ui_java',
848 'type': 'none', 849 'type': 'none',
849 'variables': { 850 'variables': {
850 'package_name': 'ui', 851 'package_name': 'ui',
851 'java_in_dir': '../ui/android/java', 852 'java_in_dir': '../ui/android/java',
852 }, 853 },
853 'dependencies': [ 854 'dependencies': [
854 '../base/base.gyp:base_java', 855 '../base/base.gyp:base_java',
855 ], 856 ],
856 'export_dependent_settings': [ 857 'export_dependent_settings': [
857 '../base/base.gyp:base_java', 858 '../base/base.gyp:base_java',
858 ], 859 ],
859 'includes': [ '../build/java.gypi' ], 860 'includes': [ '../build/java.gypi' ],
860 }, 861 },
861 ], 862 ],
862 }], 863 }],
863 ], 864 ],
864 } 865 }
OLDNEW
« no previous file with comments | « ui/gfx/android/java_bitmap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698