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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 { | 1077 { |
1078 'targets': [ | 1078 'targets': [ |
1079 { | 1079 { |
1080 'target_name': 'chrome_java', | 1080 'target_name': 'chrome_java', |
1081 'type': 'none', | 1081 'type': 'none', |
1082 'dependencies': [ | 1082 'dependencies': [ |
1083 '../base/base.gyp:base_java', | 1083 '../base/base.gyp:base_java', |
1084 '../content/content.gyp:content_java', | 1084 '../content/content.gyp:content_java', |
1085 '../net/net.gyp:net_java', | 1085 '../net/net.gyp:net_java', |
1086 ], | 1086 ], |
| 1087 'export_dependent_settings': [ |
| 1088 '../base/base.gyp:base_java', |
| 1089 '../content/content.gyp:content_java', |
| 1090 '../net/net.gyp:net_java', |
| 1091 ], |
1087 'variables': { | 1092 'variables': { |
1088 'package_name': 'chrome', | 1093 'package_name': 'chrome', |
1089 'java_in_dir': '../chrome/android/java', | 1094 'java_in_dir': '../chrome/android/java', |
1090 }, | 1095 }, |
1091 'includes': [ '../build/java.gypi' ], | 1096 'includes': [ '../build/java.gypi' ], |
1092 }, | 1097 }, |
1093 ]}, # 'targets' | 1098 ]}, # 'targets' |
1094 ], # OS=="android" | 1099 ], # OS=="android" |
1095 ], # 'conditions' | 1100 ], # 'conditions' |
1096 } | 1101 } |
OLD | NEW |