| 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 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 # Use a raw surface abstraction. | 33 # Use a raw surface abstraction. |
| 34 'use_ozone%': 0, | 34 'use_ozone%': 0, |
| 35 }, | 35 }, |
| 36 # Copy conditionally-set variables out one scope. | 36 # Copy conditionally-set variables out one scope. |
| 37 'chromeos%': '<(chromeos)', | 37 'chromeos%': '<(chromeos)', |
| 38 'use_aura%': '<(use_aura)', | 38 'use_aura%': '<(use_aura)', |
| 39 'use_ash%': '<(use_ash)', | 39 'use_ash%': '<(use_ash)', |
| 40 'use_cras%': '<(use_cras)', | 40 'use_cras%': '<(use_cras)', |
| 41 'use_ozone%': '<(use_ozone)', | 41 'use_ozone%': '<(use_ozone)', |
| 42 'use_ozone_evdev%': '<(use_ozone)', |
| 42 | 43 |
| 43 # Whether we are using Views Toolkit | 44 # Whether we are using Views Toolkit |
| 44 'toolkit_views%': 0, | 45 'toolkit_views%': 0, |
| 45 | 46 |
| 46 # Use OpenSSL instead of NSS. Under development: see http://crbug.com/
62803 | 47 # Use OpenSSL instead of NSS. Under development: see http://crbug.com/
62803 |
| 47 'use_openssl%': 0, | 48 'use_openssl%': 0, |
| 48 | 49 |
| 49 # Disable viewport meta tag by default. | 50 # Disable viewport meta tag by default. |
| 50 'enable_viewport%': 0, | 51 'enable_viewport%': 0, |
| 51 | 52 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 }], | 96 }], |
| 96 ], | 97 ], |
| 97 }, | 98 }, |
| 98 # Copy conditionally-set variables out one scope. | 99 # Copy conditionally-set variables out one scope. |
| 99 'chromeos%': '<(chromeos)', | 100 'chromeos%': '<(chromeos)', |
| 100 'desktop_linux%': '<(desktop_linux)', | 101 'desktop_linux%': '<(desktop_linux)', |
| 101 'use_aura%': '<(use_aura)', | 102 'use_aura%': '<(use_aura)', |
| 102 'use_ash%': '<(use_ash)', | 103 'use_ash%': '<(use_ash)', |
| 103 'use_cras%': '<(use_cras)', | 104 'use_cras%': '<(use_cras)', |
| 104 'use_ozone%': '<(use_ozone)', | 105 'use_ozone%': '<(use_ozone)', |
| 106 'use_ozone_evdev%': '<(use_ozone_evdev)', |
| 105 'use_openssl%': '<(use_openssl)', | 107 'use_openssl%': '<(use_openssl)', |
| 106 'enable_viewport%': '<(enable_viewport)', | 108 'enable_viewport%': '<(enable_viewport)', |
| 107 'enable_hidpi%': '<(enable_hidpi)', | 109 'enable_hidpi%': '<(enable_hidpi)', |
| 108 'enable_touch_ui%': '<(enable_touch_ui)', | 110 'enable_touch_ui%': '<(enable_touch_ui)', |
| 109 'buildtype%': '<(buildtype)', | 111 'buildtype%': '<(buildtype)', |
| 110 'branding%': '<(branding)', | 112 'branding%': '<(branding)', |
| 111 'host_arch%': '<(host_arch)', | 113 'host_arch%': '<(host_arch)', |
| 112 | 114 |
| 113 # Default architecture we're building for is the architecture we're | 115 # Default architecture we're building for is the architecture we're |
| 114 # building on. | 116 # building on. |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'chromeos%': '<(chromeos)', | 178 'chromeos%': '<(chromeos)', |
| 177 'host_arch%': '<(host_arch)', | 179 'host_arch%': '<(host_arch)', |
| 178 'target_arch%': '<(target_arch)', | 180 'target_arch%': '<(target_arch)', |
| 179 'toolkit_views%': '<(toolkit_views)', | 181 'toolkit_views%': '<(toolkit_views)', |
| 180 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 182 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
| 181 'desktop_linux%': '<(desktop_linux)', | 183 'desktop_linux%': '<(desktop_linux)', |
| 182 'use_aura%': '<(use_aura)', | 184 'use_aura%': '<(use_aura)', |
| 183 'use_ash%': '<(use_ash)', | 185 'use_ash%': '<(use_ash)', |
| 184 'use_cras%': '<(use_cras)', | 186 'use_cras%': '<(use_cras)', |
| 185 'use_ozone%': '<(use_ozone)', | 187 'use_ozone%': '<(use_ozone)', |
| 188 'use_ozone_evdev%': '<(use_ozone_evdev)', |
| 186 'use_openssl%': '<(use_openssl)', | 189 'use_openssl%': '<(use_openssl)', |
| 187 'enable_viewport%': '<(enable_viewport)', | 190 'enable_viewport%': '<(enable_viewport)', |
| 188 'enable_hidpi%': '<(enable_hidpi)', | 191 'enable_hidpi%': '<(enable_hidpi)', |
| 189 'enable_touch_ui%': '<(enable_touch_ui)', | 192 'enable_touch_ui%': '<(enable_touch_ui)', |
| 190 'android_webview_build%': '<(android_webview_build)', | 193 'android_webview_build%': '<(android_webview_build)', |
| 191 'google_tv%': '<(google_tv)', | 194 'google_tv%': '<(google_tv)', |
| 192 'enable_app_list%': '<(enable_app_list)', | 195 'enable_app_list%': '<(enable_app_list)', |
| 193 'use_default_render_theme%': '<(use_default_render_theme)', | 196 'use_default_render_theme%': '<(use_default_render_theme)', |
| 194 'buildtype%': '<(buildtype)', | 197 'buildtype%': '<(buildtype)', |
| 195 'branding%': '<(branding)', | 198 'branding%': '<(branding)', |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 'use_aura%': '<(use_aura)', | 793 'use_aura%': '<(use_aura)', |
| 791 'use_ash%': '<(use_ash)', | 794 'use_ash%': '<(use_ash)', |
| 792 'use_cras%': '<(use_cras)', | 795 'use_cras%': '<(use_cras)', |
| 793 'use_openssl%': '<(use_openssl)', | 796 'use_openssl%': '<(use_openssl)', |
| 794 'use_nss%': '<(use_nss)', | 797 'use_nss%': '<(use_nss)', |
| 795 'os_bsd%': '<(os_bsd)', | 798 'os_bsd%': '<(os_bsd)', |
| 796 'os_posix%': '<(os_posix)', | 799 'os_posix%': '<(os_posix)', |
| 797 'use_glib%': '<(use_glib)', | 800 'use_glib%': '<(use_glib)', |
| 798 'use_pango%': '<(use_pango)', | 801 'use_pango%': '<(use_pango)', |
| 799 'use_ozone%': '<(use_ozone)', | 802 'use_ozone%': '<(use_ozone)', |
| 803 'use_ozone_evdev%': '<(use_ozone_evdev)', |
| 800 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', | 804 'toolkit_uses_gtk%': '<(toolkit_uses_gtk)', |
| 801 'desktop_linux%': '<(desktop_linux)', | 805 'desktop_linux%': '<(desktop_linux)', |
| 802 'use_x11%': '<(use_x11)', | 806 'use_x11%': '<(use_x11)', |
| 803 'use_gnome_keyring%': '<(use_gnome_keyring)', | 807 'use_gnome_keyring%': '<(use_gnome_keyring)', |
| 804 'linux_fpic%': '<(linux_fpic)', | 808 'linux_fpic%': '<(linux_fpic)', |
| 805 'chromeos%': '<(chromeos)', | 809 'chromeos%': '<(chromeos)', |
| 806 'enable_viewport%': '<(enable_viewport)', | 810 'enable_viewport%': '<(enable_viewport)', |
| 807 'enable_hidpi%': '<(enable_hidpi)', | 811 'enable_hidpi%': '<(enable_hidpi)', |
| 808 'enable_touch_ui%': '<(enable_touch_ui)', | 812 'enable_touch_ui%': '<(enable_touch_ui)', |
| 809 'use_xi2_mt%':'<(use_xi2_mt)', | 813 'use_xi2_mt%':'<(use_xi2_mt)', |
| (...skipping 3919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4729 # settings in target dicts. SYMROOT is a special case, because many other | 4733 # settings in target dicts. SYMROOT is a special case, because many other |
| 4730 # Xcode variables depend on it, including variables such as | 4734 # Xcode variables depend on it, including variables such as |
| 4731 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4735 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4732 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4736 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4733 # files to appear (when present) in the UI as actual files and not red | 4737 # files to appear (when present) in the UI as actual files and not red |
| 4734 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4738 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4735 # and therefore SYMROOT, needs to be set at the project level. | 4739 # and therefore SYMROOT, needs to be set at the project level. |
| 4736 'SYMROOT': '<(DEPTH)/xcodebuild', | 4740 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4737 }, | 4741 }, |
| 4738 } | 4742 } |
| OLD | NEW |