| 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 ['chromeos==1', { | 981 ['chromeos==1', { |
| 982 'includes': [ 'chrome_browser_chromeos.gypi' ], | 982 'includes': [ 'chrome_browser_chromeos.gypi' ], |
| 983 }], # chromeos==1 | 983 }], # chromeos==1 |
| 984 ['OS=="android"', | 984 ['OS=="android"', |
| 985 { | 985 { |
| 986 'targets': [ | 986 'targets': [ |
| 987 { | 987 { |
| 988 'target_name': 'chrome_java', | 988 'target_name': 'chrome_java', |
| 989 'type': 'none', | 989 'type': 'none', |
| 990 'dependencies': [ | 990 'dependencies': [ |
| 991 'activity_type_ids_java', |
| 991 'chrome_resources.gyp:chrome_strings', | 992 'chrome_resources.gyp:chrome_strings', |
| 992 'profile_sync_service_model_type_selection_java', | 993 'profile_sync_service_model_type_selection_java', |
| 993 'resource_id_java', | 994 'resource_id_java', |
| 994 'toolbar_model_security_levels_java', | 995 'toolbar_model_security_levels_java', |
| 995 '../base/base.gyp:base', | 996 '../base/base.gyp:base', |
| 996 '../components/components.gyp:autofill_java', | 997 '../components/components.gyp:autofill_java', |
| 997 '../components/components.gyp:navigation_interception_java', | 998 '../components/components.gyp:navigation_interception_java', |
| 998 '../components/components.gyp:sessions', | 999 '../components/components.gyp:sessions', |
| 999 '../components/components.gyp:web_contents_delegate_android_java', | 1000 '../components/components.gyp:web_contents_delegate_android_java', |
| 1000 '../content/content.gyp:content_java', | 1001 '../content/content.gyp:content_java', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'sources': [ | 1113 'sources': [ |
| 1113 'service/cloud_print/print_system_dummy.cc', | 1114 'service/cloud_print/print_system_dummy.cc', |
| 1114 ], | 1115 ], |
| 1115 }], | 1116 }], |
| 1116 ], | 1117 ], |
| 1117 }, | 1118 }, |
| 1118 ], | 1119 ], |
| 1119 }], | 1120 }], |
| 1120 ], # 'conditions' | 1121 ], # 'conditions' |
| 1121 } | 1122 } |
| OLD | NEW |