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

Side by Side Diff: build/common.gypi

Issue 145973020: Exclude IDS_CERT strings that are not used on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: newt's nits Created 6 years, 10 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/app/generated_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 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 }], 1664 }],
1665 ['chromeos==1', { 1665 ['chromeos==1', {
1666 'grit_defines': ['-D', 'chromeos', '-D', 'scale_factors=2x'], 1666 'grit_defines': ['-D', 'chromeos', '-D', 'scale_factors=2x'],
1667 }], 1667 }],
1668 ['desktop_linux==1', { 1668 ['desktop_linux==1', {
1669 'grit_defines': ['-D', 'desktop_linux'], 1669 'grit_defines': ['-D', 'desktop_linux'],
1670 }], 1670 }],
1671 ['toolkit_views==1', { 1671 ['toolkit_views==1', {
1672 'grit_defines': ['-D', 'toolkit_views'], 1672 'grit_defines': ['-D', 'toolkit_views'],
1673 }], 1673 }],
1674 ['toolkit_uses_gtk==1', {
1675 'grit_defines': ['-D', 'toolkit_uses_gtk'],
1676 }],
1674 ['use_aura==1', { 1677 ['use_aura==1', {
1675 'grit_defines': ['-D', 'use_aura'], 1678 'grit_defines': ['-D', 'use_aura'],
1676 }], 1679 }],
1677 ['use_ash==1', { 1680 ['use_ash==1', {
1678 'grit_defines': ['-D', 'use_ash'], 1681 'grit_defines': ['-D', 'use_ash'],
1679 }], 1682 }],
1680 ['use_nss==1', { 1683 ['use_nss==1', {
1681 'grit_defines': ['-D', 'use_nss'], 1684 'grit_defines': ['-D', 'use_nss'],
1682 }], 1685 }],
1683 ['use_ozone==1', { 1686 ['use_ozone==1', {
(...skipping 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after
4880 # settings in target dicts. SYMROOT is a special case, because many other 4883 # settings in target dicts. SYMROOT is a special case, because many other
4881 # Xcode variables depend on it, including variables such as 4884 # Xcode variables depend on it, including variables such as
4882 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4885 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4883 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4886 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4884 # files to appear (when present) in the UI as actual files and not red 4887 # files to appear (when present) in the UI as actual files and not red
4885 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4888 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4886 # and therefore SYMROOT, needs to be set at the project level. 4889 # and therefore SYMROOT, needs to be set at the project level.
4887 'SYMROOT': '<(DEPTH)/xcodebuild', 4890 'SYMROOT': '<(DEPTH)/xcodebuild',
4888 }, 4891 },
4889 } 4892 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698