| 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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 ['OS=="android"', | 1116 ['OS=="android"', |
| 1117 { | 1117 { |
| 1118 'targets': [ | 1118 'targets': [ |
| 1119 { | 1119 { |
| 1120 'target_name': 'chrome_java', | 1120 'target_name': 'chrome_java', |
| 1121 'type': 'none', | 1121 'type': 'none', |
| 1122 'dependencies': [ | 1122 'dependencies': [ |
| 1123 'chrome_resources.gyp:chrome_strings', | 1123 'chrome_resources.gyp:chrome_strings', |
| 1124 'profile_sync_service_model_type_selection_java', | 1124 'profile_sync_service_model_type_selection_java', |
| 1125 'toolbar_model_security_levels_java', | 1125 'toolbar_model_security_levels_java', |
| 1126 'top_controls_state_java', |
| 1126 '../base/base.gyp:base', | 1127 '../base/base.gyp:base', |
| 1127 '../components/components.gyp:autofill_java', | 1128 '../components/components.gyp:autofill_java', |
| 1128 '../components/components.gyp:navigation_interception_java', | 1129 '../components/components.gyp:navigation_interception_java', |
| 1129 '../components/components.gyp:sessions', | 1130 '../components/components.gyp:sessions', |
| 1130 '../components/components.gyp:web_contents_delegate_android_java', | 1131 '../components/components.gyp:web_contents_delegate_android_java', |
| 1131 '../content/content.gyp:content_java', | 1132 '../content/content.gyp:content_java', |
| 1132 '../sync/sync.gyp:sync_java', | 1133 '../sync/sync.gyp:sync_java', |
| 1133 '../third_party/guava/guava.gyp:guava_javalib', | 1134 '../third_party/guava/guava.gyp:guava_javalib', |
| 1134 '../ui/ui.gyp:ui_java', | 1135 '../ui/ui.gyp:ui_java', |
| 1135 ], | 1136 ], |
| (...skipping 11 matching lines...) Expand all Loading... |
| 1147 '../build/java.gypi', | 1148 '../build/java.gypi', |
| 1148 ], | 1149 ], |
| 1149 }, | 1150 }, |
| 1150 ], # 'targets' | 1151 ], # 'targets' |
| 1151 'includes': [ | 1152 'includes': [ |
| 1152 'chrome_android.gypi', | 1153 'chrome_android.gypi', |
| 1153 ]}, # 'includes' | 1154 ]}, # 'includes' |
| 1154 ], # OS=="android" | 1155 ], # OS=="android" |
| 1155 ], # 'conditions' | 1156 ], # 'conditions' |
| 1156 } | 1157 } |
| OLD | NEW |