Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: build/config/features.gni

Issue 1796123002: Implement WiFi Display elementary stream packetizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Comments Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/common.gypi ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file contains Chrome-feature-related build flags (see ui.gni for 5 # This file contains Chrome-feature-related build flags (see ui.gni for
6 # UI-related ones). These should theoretically be moved to the build files of 6 # UI-related ones). These should theoretically be moved to the build files of
7 # the features themselves. 7 # the features themselves.
8 # 8 #
9 # However, today we have many "bad" dependencies on some of these flags from, 9 # However, today we have many "bad" dependencies on some of these flags from,
10 # e.g. base, so they need to be global to match the GYP configuration. Also, 10 # e.g. base, so they need to be global to match the GYP configuration. Also,
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 92 }
93 93
94 # Set to true make a build that disables activation of field trial tests 94 # Set to true make a build that disables activation of field trial tests
95 # specified in testing/variations/fieldtrial_testing_config_*.json. 95 # specified in testing/variations/fieldtrial_testing_config_*.json.
96 # Note: this setting is ignored if is_chrome_branded. 96 # Note: this setting is ignored if is_chrome_branded.
97 fieldtrial_testing_like_official_build = is_chrome_branded 97 fieldtrial_testing_like_official_build = is_chrome_branded
98 98
99 use_cups = (is_desktop_linux || is_mac) && !is_chromecast && !is_headless 99 use_cups = (is_desktop_linux || is_mac) && !is_chromecast && !is_headless
100 100
101 # Enables Wi-Fi Display functionality 101 # Enables Wi-Fi Display functionality
102 # WARNING: This enables MPEG Transport Stream (MPEG-TS) encoding!
102 enable_wifi_display = false 103 enable_wifi_display = false
103 } 104 }
104 105
105 # Additional dependent variables ----------------------------------------------- 106 # Additional dependent variables -----------------------------------------------
106 107
107 # Set the version of CLD. 108 # Set the version of CLD.
108 # 1: (DEPRECATED! See http://crbug.com/528305 for info) Use only CLD1. 109 # 1: (DEPRECATED! See http://crbug.com/528305 for info) Use only CLD1.
109 # 2: Use only CLD2. 110 # 2: Use only CLD2.
110 cld_version = 2 111 cld_version = 2
111 112
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 172
172 # Option controlling the use of GConf (the classic GNOME configuration 173 # Option controlling the use of GConf (the classic GNOME configuration
173 # system). 174 # system).
174 use_gconf = is_linux && !is_chromeos && !is_chromecast && !is_headless 175 use_gconf = is_linux && !is_chromeos && !is_chromecast && !is_headless
175 176
176 # Enable WebVR support by default on Android 177 # Enable WebVR support by default on Android
177 # Still requires command line flag to access API 178 # Still requires command line flag to access API
178 enable_webvr = is_android 179 enable_webvr = is_android
179 180
180 use_gio = is_linux && !is_chromeos && !is_chromecast && !is_headless 181 use_gio = is_linux && !is_chromeos && !is_chromecast && !is_headless
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698