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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1083 ], | 1083 ], |
1084 'export_dependent_settings': [ | 1084 'export_dependent_settings': [ |
1085 '../base/base.gyp:base', | 1085 '../base/base.gyp:base', |
1086 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', | 1086 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', |
1087 '../content/content.gyp:content_java', | 1087 '../content/content.gyp:content_java', |
1088 ], | 1088 ], |
1089 'variables': { | 1089 'variables': { |
1090 'package_name': 'chrome', | 1090 'package_name': 'chrome', |
1091 'java_in_dir': '../chrome/android/java', | 1091 'java_in_dir': '../chrome/android/java', |
1092 }, | 1092 }, |
1093 'includes': [ '../build/java.gypi' ], | 1093 'includes': [ |
| 1094 '../build/java.gypi', |
| 1095 ], |
1094 }, | 1096 }, |
1095 ]}, # 'targets' | 1097 ], # 'targets' |
| 1098 'includes': [ |
| 1099 'chrome_android.gypi', |
| 1100 ]}, # 'includes' |
1096 ], # OS=="android" | 1101 ], # OS=="android" |
1097 ], # 'conditions' | 1102 ], # 'conditions' |
1098 } | 1103 } |
OLD | NEW |