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

Side by Side Diff: chrome/utility/BUILD.gn

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . Created 3 years, 8 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/test/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/sysroot.gni") 7 import("//build/config/sysroot.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 sources -= [ 172 sources -= [
173 "printing_handler.cc", 173 "printing_handler.cc",
174 "printing_handler.h", 174 "printing_handler.h",
175 ] 175 ]
176 } 176 }
177 177
178 if (is_mac && safe_browsing_mode == 1) { 178 if (is_mac && safe_browsing_mode == 1) {
179 deps += [ "//chrome/utility/safe_browsing/mac" ] 179 deps += [ "//chrome/utility/safe_browsing/mac" ]
180 } 180 }
181 181
182 if (enable_media_router && !is_android) { 182 if (!is_android) {
183 sources += [ 183 sources += [
184 "media_router/dial_device_description_parser_impl.cc", 184 "media_router/dial_device_description_parser_impl.cc",
185 "media_router/dial_device_description_parser_impl.h", 185 "media_router/dial_device_description_parser_impl.h",
186 ] 186 ]
187 } 187 }
188 } 188 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698