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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 ], | 878 ], |
879 'variables': { | 879 'variables': { |
880 'jni_gen_dir': 'ui', | 880 'jni_gen_dir': 'ui', |
881 }, | 881 }, |
882 'includes': [ '../build/jni_generator.gypi' ], | 882 'includes': [ '../build/jni_generator.gypi' ], |
883 }, | 883 }, |
884 { | 884 { |
885 'target_name': 'ui_java', | 885 'target_name': 'ui_java', |
886 'type': 'none', | 886 'type': 'none', |
887 'variables': { | 887 'variables': { |
888 'package_name': 'ui', | |
889 'java_in_dir': '../ui/android/java', | 888 'java_in_dir': '../ui/android/java', |
890 }, | 889 }, |
891 'dependencies': [ | 890 'dependencies': [ |
892 '../base/base.gyp:base_java', | 891 '../base/base.gyp:base_java', |
893 ], | 892 ], |
894 'includes': [ '../build/java.gypi' ], | 893 'includes': [ '../build/java.gypi' ], |
895 }, | 894 }, |
896 ], | 895 ], |
897 }], | 896 }], |
898 ], | 897 ], |
899 } | 898 } |
OLD | NEW |