| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'enable_touch_ui%': 1, | 149 'enable_touch_ui%': 1, |
| 150 }], | 150 }], |
| 151 | 151 |
| 152 # Enable App Launcher only on ChromeOS, Windows and OSX. | 152 # Enable App Launcher only on ChromeOS, Windows and OSX. |
| 153 ['use_ash==1 or OS=="win" or OS=="mac"', { | 153 ['use_ash==1 or OS=="win" or OS=="mac"', { |
| 154 'enable_app_list%': 1, | 154 'enable_app_list%': 1, |
| 155 }, { | 155 }, { |
| 156 'enable_app_list%': 0, | 156 'enable_app_list%': 0, |
| 157 }], | 157 }], |
| 158 | 158 |
| 159 # Enable Message Center only on ChromeOS, Windows, and Mac for now. | |
| 160 ['use_ash==1 or OS=="win" or OS=="mac"', { | |
| 161 'enable_message_center%': 1, | |
| 162 }, { | |
| 163 'enable_message_center%': 0, | |
| 164 }], | |
| 165 | |
| 166 ['use_aura==1 or (OS!="win" and OS!="mac" and OS!="ios" and OS!="andro
id")', { | 159 ['use_aura==1 or (OS!="win" and OS!="mac" and OS!="ios" and OS!="andro
id")', { |
| 167 'use_default_render_theme%': 1, | 160 'use_default_render_theme%': 1, |
| 168 }, { | 161 }, { |
| 169 'use_default_render_theme%': 0, | 162 'use_default_render_theme%': 0, |
| 170 }], | 163 }], |
| 171 ], | 164 ], |
| 172 }, | 165 }, |
| 173 | 166 |
| 174 # Copy conditionally-set variables out one scope. | 167 # Copy conditionally-set variables out one scope. |
| 175 'chromeos%': '<(chromeos)', | 168 'chromeos%': '<(chromeos)', |
| 176 'host_arch%': '<(host_arch)', | 169 'host_arch%': '<(host_arch)', |
| 177 'target_arch%': '<(target_arch)', | 170 'target_arch%': '<(target_arch)', |
| 178 'toolkit_views%': '<(toolkit_views)', | 171 'toolkit_views%': '<(toolkit_views)', |
| 179 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 172 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
| 180 'use_aura%': '<(use_aura)', | 173 'use_aura%': '<(use_aura)', |
| 181 'use_ash%': '<(use_ash)', | 174 'use_ash%': '<(use_ash)', |
| 182 'use_ozone%': '<(use_ozone)', | 175 'use_ozone%': '<(use_ozone)', |
| 183 'use_openssl%': '<(use_openssl)', | 176 'use_openssl%': '<(use_openssl)', |
| 184 'enable_viewport%': '<(enable_viewport)', | 177 'enable_viewport%': '<(enable_viewport)', |
| 185 'enable_hidpi%': '<(enable_hidpi)', | 178 'enable_hidpi%': '<(enable_hidpi)', |
| 186 'enable_touch_ui%': '<(enable_touch_ui)', | 179 'enable_touch_ui%': '<(enable_touch_ui)', |
| 187 'android_webview_build%': '<(android_webview_build)', | 180 'android_webview_build%': '<(android_webview_build)', |
| 188 'google_tv%': '<(google_tv)', | 181 'google_tv%': '<(google_tv)', |
| 189 'inside_chromium_build%': '<(inside_chromium_build)', | 182 'inside_chromium_build%': '<(inside_chromium_build)', |
| 190 'enable_app_list%': '<(enable_app_list)', | 183 'enable_app_list%': '<(enable_app_list)', |
| 191 'enable_message_center%': '<(enable_message_center)', | |
| 192 'use_default_render_theme%': '<(use_default_render_theme)', | 184 'use_default_render_theme%': '<(use_default_render_theme)', |
| 193 'buildtype%': '<(buildtype)', | 185 'buildtype%': '<(buildtype)', |
| 194 'arm_version%': '<(arm_version)', | 186 'arm_version%': '<(arm_version)', |
| 195 | 187 |
| 196 # Override branding to select the desired branding flavor. | 188 # Override branding to select the desired branding flavor. |
| 197 'branding%': 'Chromium', | 189 'branding%': 'Chromium', |
| 198 | 190 |
| 199 # Set to 1 to enable fast builds. Set to 2 for even faster builds | 191 # Set to 1 to enable fast builds. Set to 2 for even faster builds |
| 200 # (it disables debug info for fastest compilation - only for use | 192 # (it disables debug info for fastest compilation - only for use |
| 201 # on compile-only bots). | 193 # on compile-only bots). |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'disable_ftp_support%': '<(disable_ftp_support)', | 773 'disable_ftp_support%': '<(disable_ftp_support)', |
| 782 'enable_task_manager%': '<(enable_task_manager)', | 774 'enable_task_manager%': '<(enable_task_manager)', |
| 783 'sas_dll_path%': '<(sas_dll_path)', | 775 'sas_dll_path%': '<(sas_dll_path)', |
| 784 'wix_path%': '<(wix_path)', | 776 'wix_path%': '<(wix_path)', |
| 785 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', | 777 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', |
| 786 'use_system_libjpeg%': '<(use_system_libjpeg)', | 778 'use_system_libjpeg%': '<(use_system_libjpeg)', |
| 787 'android_webview_build%': '<(android_webview_build)', | 779 'android_webview_build%': '<(android_webview_build)', |
| 788 'gyp_managed_install%': 0, | 780 'gyp_managed_install%': 0, |
| 789 'google_tv%': '<(google_tv)', | 781 'google_tv%': '<(google_tv)', |
| 790 'enable_app_list%': '<(enable_app_list)', | 782 'enable_app_list%': '<(enable_app_list)', |
| 791 'enable_message_center%': '<(enable_message_center)', | |
| 792 'use_default_render_theme%': '<(use_default_render_theme)', | 783 'use_default_render_theme%': '<(use_default_render_theme)', |
| 793 'enable_settings_app%': '<(enable_settings_app)', | 784 'enable_settings_app%': '<(enable_settings_app)', |
| 794 'use_official_google_api_keys%': '<(use_official_google_api_keys)', | 785 'use_official_google_api_keys%': '<(use_official_google_api_keys)', |
| 795 'google_api_key%': '<(google_api_key)', | 786 'google_api_key%': '<(google_api_key)', |
| 796 'google_default_client_id%': '<(google_default_client_id)', | 787 'google_default_client_id%': '<(google_default_client_id)', |
| 797 'google_default_client_secret%': '<(google_default_client_secret)', | 788 'google_default_client_secret%': '<(google_default_client_secret)', |
| 798 'enable_managed_users%': '<(enable_managed_users)', | 789 'enable_managed_users%': '<(enable_managed_users)', |
| 799 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', | 790 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', |
| 800 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', | 791 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', |
| 801 | 792 |
| (...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2164 }], | 2155 }], |
| 2165 ['enable_printing==1', { | 2156 ['enable_printing==1', { |
| 2166 'defines': ['ENABLE_PRINTING=1'], | 2157 'defines': ['ENABLE_PRINTING=1'], |
| 2167 }], | 2158 }], |
| 2168 ['enable_captive_portal_detection==1', { | 2159 ['enable_captive_portal_detection==1', { |
| 2169 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], | 2160 'defines': ['ENABLE_CAPTIVE_PORTAL_DETECTION=1'], |
| 2170 }], | 2161 }], |
| 2171 ['enable_app_list==1', { | 2162 ['enable_app_list==1', { |
| 2172 'defines': ['ENABLE_APP_LIST=1'], | 2163 'defines': ['ENABLE_APP_LIST=1'], |
| 2173 }], | 2164 }], |
| 2174 ['enable_message_center==1', { | |
| 2175 'defines': ['ENABLE_MESSAGE_CENTER=1'], | |
| 2176 }], | |
| 2177 ['enable_settings_app==1', { | 2165 ['enable_settings_app==1', { |
| 2178 'defines': ['ENABLE_SETTINGS_APP=1'], | 2166 'defines': ['ENABLE_SETTINGS_APP=1'], |
| 2179 }], | 2167 }], |
| 2180 ['disable_ftp_support==1', { | 2168 ['disable_ftp_support==1', { |
| 2181 'defines': ['DISABLE_FTP_SUPPORT=1'], | 2169 'defines': ['DISABLE_FTP_SUPPORT=1'], |
| 2182 }], | 2170 }], |
| 2183 ['enable_managed_users==1', { | 2171 ['enable_managed_users==1', { |
| 2184 'defines': ['ENABLE_MANAGED_USERS=1'], | 2172 'defines': ['ENABLE_MANAGED_USERS=1'], |
| 2185 }], | 2173 }], |
| 2186 ['spdy_proxy_auth_origin != ""', { | 2174 ['spdy_proxy_auth_origin != ""', { |
| (...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4436 # settings in target dicts. SYMROOT is a special case, because many other | 4424 # settings in target dicts. SYMROOT is a special case, because many other |
| 4437 # Xcode variables depend on it, including variables such as | 4425 # Xcode variables depend on it, including variables such as |
| 4438 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4426 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4439 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4427 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4440 # files to appear (when present) in the UI as actual files and not red | 4428 # files to appear (when present) in the UI as actual files and not red |
| 4441 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4429 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4442 # and therefore SYMROOT, needs to be set at the project level. | 4430 # and therefore SYMROOT, needs to be set at the project level. |
| 4443 'SYMROOT': '<(DEPTH)/xcodebuild', | 4431 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4444 }, | 4432 }, |
| 4445 } | 4433 } |
| OLD | NEW |