OLD | NEW |
---|---|
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 Loading... | |
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 Loading... | |
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 Loading... | |
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 } |
OLD | NEW |