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

Side by Side Diff: build/common.gypi

Issue 10662039: Add HiDPI assets for the WebUI bookmarks manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 ['use_third_party_translations==1', { 1075 ['use_third_party_translations==1', {
1076 'grit_defines': ['-D', 'use_third_party_translations'], 1076 'grit_defines': ['-D', 'use_third_party_translations'],
1077 'locales': [ 1077 'locales': [
1078 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia', 1078 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia',
1079 'ka', 'ku', 'kw', 'ms', 'ug' 1079 'ka', 'ku', 'kw', 'ms', 'ug'
1080 ], 1080 ],
1081 }], 1081 }],
1082 ['OS=="android"', { 1082 ['OS=="android"', {
1083 'grit_defines': ['-D', 'android'], 1083 'grit_defines': ['-D', 'android'],
1084 }], 1084 }],
1085 ['OS=="mac"', {
1086 'grit_defines': ['-D', 'scale_factors=2x'],
1087 }],
1085 ['enable_extensions==1', { 1088 ['enable_extensions==1', {
1086 'grit_defines': ['-D', 'enable_extensions'], 1089 'grit_defines': ['-D', 'enable_extensions'],
1087 }], 1090 }],
1088 ['enable_printing==1', { 1091 ['enable_printing==1', {
1089 'grit_defines': ['-D', 'enable_printing'], 1092 'grit_defines': ['-D', 'enable_printing'],
1090 }], 1093 }],
1091 ['clang_use_chrome_plugins==1 and OS!="win"', { 1094 ['clang_use_chrome_plugins==1 and OS!="win"', {
1092 'variables': { 1095 'variables': {
1093 'clang_chrome_plugins_flags': [ 1096 'clang_chrome_plugins_flags': [
1094 '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)' 1097 '<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
(...skipping 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3136 # settings in target dicts. SYMROOT is a special case, because many other 3139 # settings in target dicts. SYMROOT is a special case, because many other
3137 # Xcode variables depend on it, including variables such as 3140 # Xcode variables depend on it, including variables such as
3138 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 3141 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
3139 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 3142 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
3140 # files to appear (when present) in the UI as actual files and not red 3143 # files to appear (when present) in the UI as actual files and not red
3141 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 3144 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
3142 # and therefore SYMROOT, needs to be set at the project level. 3145 # and therefore SYMROOT, needs to be set at the project level.
3143 'SYMROOT': '<(DEPTH)/xcodebuild', 3146 'SYMROOT': '<(DEPTH)/xcodebuild',
3144 }, 3147 },
3145 } 3148 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698