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

Side by Side Diff: chrome/common/features.gni

Issue 2745943002: Remove enable_webvr from build/config, and move it to the buildflag_header system. (Closed)
Patch Set: rebase Created 3 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 | « chrome/common/DEPS ('k') | chrome/common/url_constants.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//device/vr/features.gni")
9 import("//extensions/features/features.gni") 10 import("//extensions/features/features.gni")
10 import("//media/media_options.gni") 11 import("//media/media_options.gni")
11 import("//net/features.gni") 12 import("//net/features.gni")
12 import("//ppapi/features/features.gni") 13 import("//ppapi/features/features.gni")
13 import("//printing/features/features.gni") 14 import("//printing/features/features.gni")
14 import("//ui/base/ui_features.gni") 15 import("//ui/base/ui_features.gni")
15 16
16 # Please keep features in alphabetical order. 17 # Please keep features in alphabetical order.
17 declare_args() { 18 declare_args() {
18 enable_app_list = is_chromeos 19 enable_app_list = is_chromeos
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "enable_plugins=$enable_plugins", 92 "enable_plugins=$enable_plugins",
92 "enable_print_preview=$enable_print_preview", 93 "enable_print_preview=$enable_print_preview",
93 "enable_printing=$_enable_printing", 94 "enable_printing=$_enable_printing",
94 "enable_service_discovery=$enable_service_discovery", 95 "enable_service_discovery=$enable_service_discovery",
95 "enable_webrtc=$enable_webrtc", 96 "enable_webrtc=$enable_webrtc",
96 "enable_webvr=$enable_webvr", 97 "enable_webvr=$enable_webvr",
97 "mac_views_browser=$mac_views_browser", 98 "mac_views_browser=$mac_views_browser",
98 "safe_browsing_mode=$safe_browsing_mode", 99 "safe_browsing_mode=$safe_browsing_mode",
99 "use_vulcanize=$use_vulcanize", 100 "use_vulcanize=$use_vulcanize",
100 ] 101 ]
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698