OLD | NEW |
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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 }, | 886 }, |
887 { | 887 { |
888 'target_name': 'ui_java', | 888 'target_name': 'ui_java', |
889 'type': 'none', | 889 'type': 'none', |
890 'variables': { | 890 'variables': { |
891 'package_name': 'ui', | 891 'package_name': 'ui', |
892 'java_in_dir': '../ui/android/java', | 892 'java_in_dir': '../ui/android/java', |
893 'has_java_resources': 1, | 893 'has_java_resources': 1, |
894 'R_package': 'org.chromium.ui', | 894 'R_package': 'org.chromium.ui', |
895 'R_package_relpath': 'org/chromium/ui', | 895 'R_package_relpath': 'org/chromium/ui', |
896 'java_strings_grd': 'android_ui_strings.grd', | |
897 }, | 896 }, |
898 'dependencies': [ | 897 'dependencies': [ |
899 '../base/base.gyp:base_java', | 898 '../base/base.gyp:base_java', |
900 ], | 899 ], |
901 'includes': [ '../build/java.gypi' ], | 900 'includes': [ '../build/java.gypi' ], |
902 }, | 901 }, |
903 ], | 902 ], |
904 }], | 903 }], |
905 ], | 904 ], |
906 } | 905 } |
OLD | NEW |