| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 ['OS=="android"', | 1074 ['OS=="android"', |
| 1075 { | 1075 { |
| 1076 'targets': [ | 1076 'targets': [ |
| 1077 { | 1077 { |
| 1078 'target_name': 'chrome_java', | 1078 'target_name': 'chrome_java', |
| 1079 'type': 'none', | 1079 'type': 'none', |
| 1080 'dependencies': [ | 1080 'dependencies': [ |
| 1081 '../base/base.gyp:base', | 1081 '../base/base.gyp:base', |
| 1082 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', | 1082 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', |
| 1083 '../content/content.gyp:content_java', | 1083 '../content/content.gyp:content_java', |
| 1084 '../ui/ui.gyp:ui_java', |
| 1084 ], | 1085 ], |
| 1085 'export_dependent_settings': [ | 1086 'export_dependent_settings': [ |
| 1086 '../base/base.gyp:base', | 1087 '../base/base.gyp:base', |
| 1087 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', | 1088 '../chrome/browser/component/components.gyp:web_contents_delegate_an
droid_java', |
| 1088 '../content/content.gyp:content_java', | 1089 '../content/content.gyp:content_java', |
| 1090 '../ui/ui.gyp:ui_java', |
| 1089 ], | 1091 ], |
| 1090 'variables': { | 1092 'variables': { |
| 1091 'package_name': 'chrome', | 1093 'package_name': 'chrome', |
| 1092 'java_in_dir': '../chrome/android/java', | 1094 'java_in_dir': '../chrome/android/java', |
| 1093 }, | 1095 }, |
| 1094 'includes': [ | 1096 'includes': [ |
| 1095 '../build/java.gypi', | 1097 '../build/java.gypi', |
| 1096 ], | 1098 ], |
| 1097 }, | 1099 }, |
| 1098 ], # 'targets' | 1100 ], # 'targets' |
| 1099 'includes': [ | 1101 'includes': [ |
| 1100 'chrome_android.gypi', | 1102 'chrome_android.gypi', |
| 1101 ]}, # 'includes' | 1103 ]}, # 'includes' |
| 1102 ], # OS=="android" | 1104 ], # OS=="android" |
| 1103 ], # 'conditions' | 1105 ], # 'conditions' |
| 1104 } | 1106 } |
| OLD | NEW |