| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 }, | 83 }, |
| 84 | 84 |
| 85 # Copy conditionally-set variables out one scope. | 85 # Copy conditionally-set variables out one scope. |
| 86 'chromeos%': '<(chromeos)', | 86 'chromeos%': '<(chromeos)', |
| 87 'touchui%': '<(touchui)', | 87 'touchui%': '<(touchui)', |
| 88 'webui_certificate_viewer%': '<(webui_certificate_viewer)', | 88 'webui_certificate_viewer%': '<(webui_certificate_viewer)', |
| 89 'host_arch%': '<(host_arch)', | 89 'host_arch%': '<(host_arch)', |
| 90 'toolkit_views%': '<(toolkit_views)', | 90 'toolkit_views%': '<(toolkit_views)', |
| 91 'toolkit_uses_pure_views%': '<(toolkit_uses_pure_views)', | 91 'toolkit_uses_pure_views%': '<(toolkit_uses_pure_views)', |
| 92 'views_compositor%': '<(views_compositor)', | 92 'views_compositor%': '<(views_compositor)', |
| 93 # Whether to build for Wayland display server | |
| 94 'use_wayland%': 0, | |
| 95 | 93 |
| 96 # We used to provide a variable for changing how libraries were built. | 94 # We used to provide a variable for changing how libraries were built. |
| 97 # This variable remains until we can clean up all the users. | 95 # This variable remains until we can clean up all the users. |
| 98 # This needs to be one nested variables dict in so that dependent | 96 # This needs to be one nested variables dict in so that dependent |
| 99 # gyp files can make use of it in their outer variables. (Yikes!) | 97 # gyp files can make use of it in their outer variables. (Yikes!) |
| 100 # http://code.google.com/p/chromium/issues/detail?id=83308 | 98 # http://code.google.com/p/chromium/issues/detail?id=83308 |
| 101 'library%': 'static_library', | 99 'library%': 'static_library', |
| 102 | 100 |
| 103 # Override branding to select the desired branding flavor. | 101 # Override branding to select the desired branding flavor. |
| 104 'branding%': 'Chromium', | 102 'branding%': 'Chromium', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', | 301 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', |
| 304 'use_third_party_translations%': '<(use_third_party_translations)', | 302 'use_third_party_translations%': '<(use_third_party_translations)', |
| 305 'remoting%': '<(remoting)', | 303 'remoting%': '<(remoting)', |
| 306 'enable_webrtc%': '<(enable_webrtc)', | 304 'enable_webrtc%': '<(enable_webrtc)', |
| 307 'p2p_apis%': '<(p2p_apis)', | 305 'p2p_apis%': '<(p2p_apis)', |
| 308 'configuration_policy%': '<(configuration_policy)', | 306 'configuration_policy%': '<(configuration_policy)', |
| 309 'safe_browsing%': '<(safe_browsing)', | 307 'safe_browsing%': '<(safe_browsing)', |
| 310 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', | 308 'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)', |
| 311 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', | 309 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)', |
| 312 'enable_smooth_scrolling%': '<(enable_smooth_scrolling)', | 310 'enable_smooth_scrolling%': '<(enable_smooth_scrolling)', |
| 313 'use_wayland%': '<(use_wayland)', | 311 # Whether to build for Wayland display server |
| 312 'use_wayland%': 0, |
| 314 | 313 |
| 315 # The release channel that this build targets. This is used to restrict | 314 # The release channel that this build targets. This is used to restrict |
| 316 # channel-specific build options, like which installer packages to create. | 315 # channel-specific build options, like which installer packages to create. |
| 317 # The default is 'all', which does no channel-specific filtering. | 316 # The default is 'all', which does no channel-specific filtering. |
| 318 'channel%': 'all', | 317 'channel%': 'all', |
| 319 | 318 |
| 320 # Override chromium_mac_pch and set it to 0 to suppress the use of | 319 # Override chromium_mac_pch and set it to 0 to suppress the use of |
| 321 # precompiled headers on the Mac. Prefix header injection may still be | 320 # precompiled headers on the Mac. Prefix header injection may still be |
| 322 # used, but prefix headers will not be precompiled. This is useful when | 321 # used, but prefix headers will not be precompiled. This is useful when |
| 323 # using distcc to distribute a build to compile slaves that don't | 322 # using distcc to distribute a build to compile slaves that don't |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1941 # settings in target dicts. SYMROOT is a special case, because many other | 1940 # settings in target dicts. SYMROOT is a special case, because many other |
| 1942 # Xcode variables depend on it, including variables such as | 1941 # Xcode variables depend on it, including variables such as |
| 1943 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 1942 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 1944 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 1943 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 1945 # files to appear (when present) in the UI as actual files and not red | 1944 # files to appear (when present) in the UI as actual files and not red |
| 1946 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 1945 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 1947 # and therefore SYMROOT, needs to be set at the project level. | 1946 # and therefore SYMROOT, needs to be set at the project level. |
| 1948 'SYMROOT': '<(DEPTH)/xcodebuild', | 1947 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 1949 }, | 1948 }, |
| 1950 } | 1949 } |
| OLD | NEW |