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

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

Issue 2460653003: Move enable_mdns build flag to net. (Closed)
Patch Set: Created 4 years, 1 month 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
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
11 import("//components/os_crypt/features.gni") 11 import("//components/os_crypt/features.gni")
12 import("//media/media_options.gni") 12 import("//media/media_options.gni")
13 import("//net/features.gni")
13 import("//ppapi/features/features.gni") 14 import("//ppapi/features/features.gni")
14 import("//third_party/protobuf/proto_library.gni") 15 import("//third_party/protobuf/proto_library.gni")
15 16
16 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 17 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
17 # produces a conflict for the "grit" template so we have to only include one. 18 # produces a conflict for the "grit" template so we have to only include one.
18 if (is_android) { 19 if (is_android) {
19 import("//build/config/android/rules.gni") 20 import("//build/config/android/rules.gni")
20 } else { 21 } else {
21 import("//tools/grit/grit_rule.gni") 22 import("//tools/grit/grit_rule.gni")
22 } 23 }
(...skipping 4336 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 # linking all of the test support. 4360 # linking all of the test support.
4360 static_library("pepper_cdm_test_constants") { 4361 static_library("pepper_cdm_test_constants") {
4361 testonly = true 4362 testonly = true
4362 visibility = [ "//chrome/*" ] 4363 visibility = [ "//chrome/*" ]
4363 sources = [ 4364 sources = [
4364 "media/pepper_cdm_test_constants.cc", 4365 "media/pepper_cdm_test_constants.cc",
4365 "media/pepper_cdm_test_constants.h", 4366 "media/pepper_cdm_test_constants.h",
4366 ] 4367 ]
4367 } 4368 }
4368 } 4369 }
OLDNEW
« no previous file with comments | « build/config/features.gni ('k') | chrome/browser/local_discovery/service_discovery_shared_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698