| 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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 # which would lead to all code be optimized with -O2. See crbug.com/407544 | 699 # which would lead to all code be optimized with -O2. See crbug.com/407544 |
| 700 'use_lto%': 0, | 700 'use_lto%': 0, |
| 701 'use_lto_o2%': 0, | 701 'use_lto_o2%': 0, |
| 702 | 702 |
| 703 # Allowed level of identical code folding in the gold linker. | 703 # Allowed level of identical code folding in the gold linker. |
| 704 'gold_icf_level%': 'all', | 704 'gold_icf_level%': 'all', |
| 705 | 705 |
| 706 # Libxkbcommon usage. | 706 # Libxkbcommon usage. |
| 707 'use_xkbcommon%': 0, | 707 'use_xkbcommon%': 0, |
| 708 | 708 |
| 709 # Whether we use GTKv3 on linux. |
| 710 'use_gtk3%': 0, |
| 711 |
| 709 # Control Flow Integrity for virtual calls and casts. | 712 # Control Flow Integrity for virtual calls and casts. |
| 710 # See http://clang.llvm.org/docs/ControlFlowIntegrity.html | 713 # See http://clang.llvm.org/docs/ControlFlowIntegrity.html |
| 711 'cfi_vptr%': 0, | 714 'cfi_vptr%': 0, |
| 712 'cfi_diag%': 0, | 715 'cfi_diag%': 0, |
| 713 | 716 |
| 714 'cfi_blacklist%': '<(PRODUCT_DIR)/../../tools/cfi/blacklist.txt', | 717 'cfi_blacklist%': '<(PRODUCT_DIR)/../../tools/cfi/blacklist.txt', |
| 715 | 718 |
| 716 # Whether the entire browser uses toolkit-views on Mac instead of Cocoa. | 719 # Whether the entire browser uses toolkit-views on Mac instead of Cocoa. |
| 717 'mac_views_browser%': 0, | 720 'mac_views_browser%': 0, |
| 718 | 721 |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 'use_udev%': '<(use_udev)', | 1131 'use_udev%': '<(use_udev)', |
| 1129 'os_bsd%': '<(os_bsd)', | 1132 'os_bsd%': '<(os_bsd)', |
| 1130 'os_posix%': '<(os_posix)', | 1133 'os_posix%': '<(os_posix)', |
| 1131 'use_dbus%': '<(use_dbus)', | 1134 'use_dbus%': '<(use_dbus)', |
| 1132 'use_glib%': '<(use_glib)', | 1135 'use_glib%': '<(use_glib)', |
| 1133 'use_pango%': '<(use_pango)', | 1136 'use_pango%': '<(use_pango)', |
| 1134 'use_cairo%': '<(use_cairo)', | 1137 'use_cairo%': '<(use_cairo)', |
| 1135 'use_ozone%': '<(use_ozone)', | 1138 'use_ozone%': '<(use_ozone)', |
| 1136 'use_ozone_evdev%': '<(use_ozone_evdev)', | 1139 'use_ozone_evdev%': '<(use_ozone_evdev)', |
| 1137 'use_xkbcommon%': '<(use_xkbcommon)', | 1140 'use_xkbcommon%': '<(use_xkbcommon)', |
| 1141 'use_gtk3%': '<(use_gtk3)', |
| 1138 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', | 1142 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', |
| 1139 'desktop_linux%': '<(desktop_linux)', | 1143 'desktop_linux%': '<(desktop_linux)', |
| 1140 'use_x11%': '<(use_x11)', | 1144 'use_x11%': '<(use_x11)', |
| 1141 'use_gnome_keyring%': '<(use_gnome_keyring)', | 1145 'use_gnome_keyring%': '<(use_gnome_keyring)', |
| 1142 'linux_fpic%': '<(linux_fpic)', | 1146 'linux_fpic%': '<(linux_fpic)', |
| 1143 'chromeos%': '<(chromeos)', | 1147 'chromeos%': '<(chromeos)', |
| 1144 'chromecast%': '<(chromecast)', | 1148 'chromecast%': '<(chromecast)', |
| 1145 'enable_viewport%': '<(enable_viewport)', | 1149 'enable_viewport%': '<(enable_viewport)', |
| 1146 'enable_hidpi%': '<(enable_hidpi)', | 1150 'enable_hidpi%': '<(enable_hidpi)', |
| 1147 'enable_topchrome_md%': '<(enable_topchrome_md)', | 1151 'enable_topchrome_md%': '<(enable_topchrome_md)', |
| (...skipping 5165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6313 # settings in target dicts. SYMROOT is a special case, because many other | 6317 # settings in target dicts. SYMROOT is a special case, because many other |
| 6314 # Xcode variables depend on it, including variables such as | 6318 # Xcode variables depend on it, including variables such as |
| 6315 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6319 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6316 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6320 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6317 # files to appear (when present) in the UI as actual files and not red | 6321 # files to appear (when present) in the UI as actual files and not red |
| 6318 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6322 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6319 # and therefore SYMROOT, needs to be set at the project level. | 6323 # and therefore SYMROOT, needs to be set at the project level. |
| 6320 'SYMROOT': '<(DEPTH)/xcodebuild', | 6324 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6321 }, | 6325 }, |
| 6322 } | 6326 } |
| OLD | NEW |