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

Side by Side Diff: build/common.gypi

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 02:31:54 PST 2014 Created 6 years, 1 month 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 | « athena/extensions/chrome/athena_chrome_app_delegate.cc ('k') | build/config/BUILD.gn » ('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 2082 matching lines...) Expand 10 before | Expand all | Expand 10 after
2093 ['enable_extensions==1', { 2093 ['enable_extensions==1', {
2094 'grit_defines': ['-D', 'enable_extensions'], 2094 'grit_defines': ['-D', 'enable_extensions'],
2095 }], 2095 }],
2096 ['enable_plugins!=0', { 2096 ['enable_plugins!=0', {
2097 'grit_defines': ['-D', 'enable_plugins'], 2097 'grit_defines': ['-D', 'enable_plugins'],
2098 }], 2098 }],
2099 ['enable_printing!=0', { 2099 ['enable_printing!=0', {
2100 'grit_defines': ['-D', 'enable_printing'], 2100 'grit_defines': ['-D', 'enable_printing'],
2101 }], 2101 }],
2102 ['enable_printing==1', { 2102 ['enable_printing==1', {
2103 'grit_defines': ['-D', 'enable_full_printing'], 2103 'grit_defines': ['-D', 'enable_print_preview'],
2104 }], 2104 }],
2105 ['enable_themes==1', { 2105 ['enable_themes==1', {
2106 'grit_defines': ['-D', 'enable_themes'], 2106 'grit_defines': ['-D', 'enable_themes'],
2107 }], 2107 }],
2108 ['enable_app_list==1', { 2108 ['enable_app_list==1', {
2109 'grit_defines': ['-D', 'enable_app_list'], 2109 'grit_defines': ['-D', 'enable_app_list'],
2110 }], 2110 }],
2111 ['enable_settings_app==1', { 2111 ['enable_settings_app==1', {
2112 'grit_defines': ['-D', 'enable_settings_app'], 2112 'grit_defines': ['-D', 'enable_settings_app'],
2113 }], 2113 }],
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 'defines': ['ENABLE_GOOGLE_NOW=1'], 2916 'defines': ['ENABLE_GOOGLE_NOW=1'],
2917 }], 2917 }],
2918 ['cld_version!=0', { 2918 ['cld_version!=0', {
2919 'defines': ['CLD_VERSION=<(cld_version)'], 2919 'defines': ['CLD_VERSION=<(cld_version)'],
2920 }], 2920 }],
2921 ['cld_version==2', { 2921 ['cld_version==2', {
2922 # This is used to populate the "CLD Data Source" field in: 2922 # This is used to populate the "CLD Data Source" field in:
2923 # chrome://translate-internals 2923 # chrome://translate-internals
2924 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'], 2924 'defines': ['CLD2_DATA_SOURCE=<(cld2_data_source)'],
2925 }], 2925 }],
2926 ['enable_printing!=0', {
2927 'defines': ['ENABLE_PRINTING=1', 'ENABLE_BASIC_PRINTING=1'],
brettw 2014/11/05 18:02:11 So does ENABLE_PRINTING have the same meaning as E
Vitaly Buka (NO REVIEWS) 2014/11/05 19:14:50 it's would be ENABLE_PRINTING = (ENABLE_PRINT_PREV
2928 }],
2926 ['enable_printing==1', { 2929 ['enable_printing==1', {
2927 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2930 'defines': ['ENABLE_PRINT_PREVIEW=1'],
2928 }],
2929 ['enable_printing==2', {
2930 'defines': ['ENABLE_PRINTING=1'],
2931 }], 2931 }],
2932 ['enable_spellcheck==1', { 2932 ['enable_spellcheck==1', {
2933 'defines': ['ENABLE_SPELLCHECK=1'], 2933 'defines': ['ENABLE_SPELLCHECK=1'],
2934 }], 2934 }],
2935 ['enable_captive_portal_detection==1', { 2935 ['enable_captive_portal_detection==1', {
2936 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], 2936 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'],
2937 }], 2937 }],
2938 ['enable_app_list==1', { 2938 ['enable_app_list==1', {
2939 'defines': ['ENABLE_APP_LIST=1'], 2939 'defines': ['ENABLE_APP_LIST=1'],
2940 }], 2940 }],
(...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after
5888 # settings in target dicts. SYMROOT is a special case, because many other 5888 # settings in target dicts. SYMROOT is a special case, because many other
5889 # Xcode variables depend on it, including variables such as 5889 # Xcode variables depend on it, including variables such as
5890 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5890 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5891 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5891 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5892 # files to appear (when present) in the UI as actual files and not red 5892 # files to appear (when present) in the UI as actual files and not red
5893 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5893 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5894 # and therefore SYMROOT, needs to be set at the project level. 5894 # and therefore SYMROOT, needs to be set at the project level.
5895 'SYMROOT': '<(DEPTH)/xcodebuild', 5895 'SYMROOT': '<(DEPTH)/xcodebuild',
5896 }, 5896 },
5897 } 5897 }
OLDNEW
« no previous file with comments | « athena/extensions/chrome/athena_chrome_app_delegate.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698