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

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: Tue Nov 4 16:01:27 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
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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'enable_extensions%': 1, 485 'enable_extensions%': 1,
486 486
487 # Enable Google Now. 487 # Enable Google Now.
488 'enable_google_now%': 1, 488 'enable_google_now%': 1,
489 489
490 # Enable printing support and UI. This variable is used to configure 490 # Enable printing support and UI. This variable is used to configure
491 # which parts of printing will be built. 0 disables printing completely, 491 # which parts of printing will be built. 0 disables printing completely,
492 # 1 enables it fully, and 2 enables only the codepath to generate a 492 # 1 enables it fully, and 2 enables only the codepath to generate a
493 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud 493 # Metafile (e.g. usually a PDF or EMF) and disables print preview, cloud
494 # print, UI, etc. 494 # print, UI, etc.
495 'enable_printing%': 1, 495 'enable_printing%': 1,
Lei Zhang 2014/11/05 00:14:45 Please update the comment here.
Vitaly Buka (NO REVIEWS) 2014/11/05 01:22:08 Done.
496 496
497 # Set the version of CLD. 497 # Set the version of CLD.
498 # 0: Don't specify the version. This option is for the Finch testing. 498 # 0: Don't specify the version. This option is for the Finch testing.
499 # 1: Use only CLD1. 499 # 1: Use only CLD1.
500 # 2: Use only CLD2. 500 # 2: Use only CLD2.
501 'cld_version%': 2, 501 'cld_version%': 2,
502 502
503 # For CLD2, the size of the tables that should be included in the build 503 # For CLD2, the size of the tables that should be included in the build
504 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data 504 # Only evaluated if cld_version == 2 or if building the CLD2 dynamic data
505 # tool explicitly. 505 # tool explicitly.
(...skipping 2410 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!=1', {
2927 'defines': ['ENABLE_PRINTING=1'],
2928 }],
2926 ['enable_printing==1', { 2929 ['enable_printing==1', {
Lei Zhang 2014/11/05 00:14:45 This doesn't look right. It doesn't mention ENABLE
Vitaly Buka (NO REVIEWS) 2014/11/05 01:22:08 Done.
2927 'defines': ['ENABLE_FULL_PRINTING=1', 'ENABLE_PRINTING=1'], 2930 'defines': ['ENABLE_FULL_PRINTING=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

Powered by Google App Engine
This is Rietveld 408576698