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