| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 }, { | 55 }, { |
| 56 'toolkit_views%': 0, | 56 'toolkit_views%': 0, |
| 57 }], | 57 }], |
| 58 ], | 58 ], |
| 59 }, | 59 }, |
| 60 | 60 |
| 61 # Copy conditionally-set variables out one scope. | 61 # Copy conditionally-set variables out one scope. |
| 62 'chromeos%': '<(chromeos)', | 62 'chromeos%': '<(chromeos)', |
| 63 'touchui%': '<(touchui)', | 63 'touchui%': '<(touchui)', |
| 64 'host_arch%': '<(host_arch)', | 64 'host_arch%': '<(host_arch)', |
| 65 'library%': '<(library)', | 65 'library%': 'static_library', |
| 66 'toolkit_views%': '<(toolkit_views)', | 66 'toolkit_views%': '<(toolkit_views)', |
| 67 | 67 |
| 68 # Override branding to select the desired branding flavor. | 68 # Override branding to select the desired branding flavor. |
| 69 'branding%': 'Chromium', | 69 'branding%': 'Chromium', |
| 70 | 70 |
| 71 # Override buildtype to select the desired build flavor. | 71 # Override buildtype to select the desired build flavor. |
| 72 # Dev - everyday build for development/testing | 72 # Dev - everyday build for development/testing |
| 73 # Official - release build (generally implies additional processing) | 73 # Official - release build (generally implies additional processing) |
| 74 # TODO(mmoss) Once 'buildtype' is fully supported (e.g. Windows gyp | 74 # TODO(mmoss) Once 'buildtype' is fully supported (e.g. Windows gyp |
| 75 # conversion is done), some of the things which are now controlled by | 75 # conversion is done), some of the things which are now controlled by |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'disable_sse2%': 0, | 110 'disable_sse2%': 0, |
| 111 | 111 |
| 112 # Use libjpeg-turbo as the JPEG codec used by Chromium. | 112 # Use libjpeg-turbo as the JPEG codec used by Chromium. |
| 113 'use_libjpeg_turbo%': 1, | 113 'use_libjpeg_turbo%': 1, |
| 114 | 114 |
| 115 # Variable 'component' is for cases where we would like to build some | 115 # Variable 'component' is for cases where we would like to build some |
| 116 # components as dynamic shared libraries but still need variable | 116 # components as dynamic shared libraries but still need variable |
| 117 # 'library' for static libraries. | 117 # 'library' for static libraries. |
| 118 # By default, component is set to whatever library is set to and | 118 # By default, component is set to whatever library is set to and |
| 119 # it can be overriden by the GYP command line or by ~/.gyp/include.gypi. | 119 # it can be overriden by the GYP command line or by ~/.gyp/include.gypi. |
| 120 'component%': '<(library)', | 120 'component%': 'static_library', |
| 121 | 121 |
| 122 # Set to select the Title Case versions of strings in GRD files. | 122 # Set to select the Title Case versions of strings in GRD files. |
| 123 'use_titlecase_in_grd_files%': 0, | 123 'use_titlecase_in_grd_files%': 0, |
| 124 | 124 |
| 125 # Use translations provided by volunteers at launchpad.net. This | 125 # Use translations provided by volunteers at launchpad.net. This |
| 126 # currently only works on Linux. | 126 # currently only works on Linux. |
| 127 'use_third_party_translations%': 0, | 127 'use_third_party_translations%': 0, |
| 128 | 128 |
| 129 # Remoting compilation is enabled by default. Set to 0 to disable. | 129 # Remoting compilation is enabled by default. Set to 0 to disable. |
| 130 'remoting%': 1, | 130 'remoting%': 1, |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'chromeos%': '<(chromeos)', | 210 'chromeos%': '<(chromeos)', |
| 211 'touchui%': '<(touchui)', | 211 'touchui%': '<(touchui)', |
| 212 'file_manager_extension%': '<(file_manager_extension)', | 212 'file_manager_extension%': '<(file_manager_extension)', |
| 213 'inside_chromium_build%': '<(inside_chromium_build)', | 213 'inside_chromium_build%': '<(inside_chromium_build)', |
| 214 'fastbuild%': '<(fastbuild)', | 214 'fastbuild%': '<(fastbuild)', |
| 215 'python_ver%': '<(python_ver)', | 215 'python_ver%': '<(python_ver)', |
| 216 'armv7%': '<(armv7)', | 216 'armv7%': '<(armv7)', |
| 217 'arm_neon%': '<(arm_neon)', | 217 'arm_neon%': '<(arm_neon)', |
| 218 'sysroot%': '<(sysroot)', | 218 'sysroot%': '<(sysroot)', |
| 219 'disable_sse2%': '<(disable_sse2)', | 219 'disable_sse2%': '<(disable_sse2)', |
| 220 'library%': '<(library)', | 220 'library%': 'static_library', |
| 221 'component%': '<(component)', | 221 'component%': '<(component)', |
| 222 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', | 222 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', |
| 223 'use_third_party_translations%': '<(use_third_party_translations)', | 223 'use_third_party_translations%': '<(use_third_party_translations)', |
| 224 'remoting%': '<(remoting)', | 224 'remoting%': '<(remoting)', |
| 225 'p2p_apis%': '<(p2p_apis)', | 225 'p2p_apis%': '<(p2p_apis)', |
| 226 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 226 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
| 227 | 227 |
| 228 # The release channel that this build targets. This is used to restrict | 228 # The release channel that this build targets. This is used to restrict |
| 229 # channel-specific build options, like which installer packages to create. | 229 # channel-specific build options, like which installer packages to create. |
| 230 # The default is 'all', which does no channel-specific filtering. | 230 # The default is 'all', which does no channel-specific filtering. |
| (...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1738 # and therefore SYMROOT, needs to be set at the project level. | 1738 # and therefore SYMROOT, needs to be set at the project level. |
| 1739 'SYMROOT': '<(DEPTH)/xcodebuild', | 1739 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 1740 }, | 1740 }, |
| 1741 } | 1741 } |
| 1742 | 1742 |
| 1743 # Local Variables: | 1743 # Local Variables: |
| 1744 # tab-width:2 | 1744 # tab-width:2 |
| 1745 # indent-tabs-mode:nil | 1745 # indent-tabs-mode:nil |
| 1746 # End: | 1746 # End: |
| 1747 # vim: set expandtab tabstop=2 shiftwidth=2: | 1747 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |