Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/chrome.gyp

Issue 14772036: Let Android port access properly sized images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/android/website_settings_popup_android.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 }], # chromeos==1 1115 }], # chromeos==1
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 'resource_id_java',
1125 'toolbar_model_security_levels_java', 1126 'toolbar_model_security_levels_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',
(...skipping 12 matching lines...) Expand all
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/android/website_settings_popup_android.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698