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

Side by Side Diff: net/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « media/midi/BUILD.gn ('k') | printing/BUILD.gn » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/buildflag_header.gni") 5 import("//build/buildflag_header.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/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 set_sources_assignment_filter(sources_assignment_filter) 330 set_sources_assignment_filter(sources_assignment_filter)
331 331
332 cflags = [] 332 cflags = []
333 configs += net_configs 333 configs += net_configs
334 public_configs = [ ":net_config" ] 334 public_configs = [ ":net_config" ]
335 335
336 public_deps += [ "//url" ] 336 public_deps += [ "//url" ]
337 337
338 if (is_mac) { 338 if (is_mac) {
339 libs = [ 339 libs = [
340 "CFNetwork.framework",
341 "CoreServices.framework",
340 "Foundation.framework", 342 "Foundation.framework",
341 "Security.framework", 343 "Security.framework",
342 "SystemConfiguration.framework", 344 "SystemConfiguration.framework",
343 "resolv", 345 "resolv",
344 ] 346 ]
345 } 347 }
346 348
347 if (is_ios) { 349 if (is_ios) {
348 libs = [ 350 libs = [
349 "CFNetwork.framework", 351 "CFNetwork.framework",
(...skipping 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 "url_request/url_request_fuzzer.cc", 2000 "url_request/url_request_fuzzer.cc",
1999 ] 2001 ]
2000 deps = [ 2002 deps = [
2001 ":net_fuzzer_test_support", 2003 ":net_fuzzer_test_support",
2002 ":test_support", 2004 ":test_support",
2003 "//base", 2005 "//base",
2004 "//net", 2006 "//net",
2005 ] 2007 ]
2006 dict = "data/http/http.dict" 2008 dict = "data/http/http.dict"
2007 } 2009 }
OLDNEW
« no previous file with comments | « media/midi/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698