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

Side by Side Diff: net/BUILD.gn

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 4 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
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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 outputs = [ 420 outputs = [
421 "grit/net_resources.h", 421 "grit/net_resources.h",
422 "net_resources.pak", 422 "net_resources.pak",
423 ] 423 ]
424 } 424 }
425 425
426 proto_library("net_quic_proto") { 426 proto_library("net_quic_proto") {
427 visibility = [ ":net" ] 427 visibility = [ ":net" ]
428 428
429 sources = [ 429 sources = [
430 "quic/proto/cached_network_parameters.proto", 430 "quic/core/proto/cached_network_parameters.proto",
431 "quic/proto/source_address_token.proto", 431 "quic/core/proto/source_address_token.proto",
432 ] 432 ]
433 cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:" 433 cc_generator_options = "dllexport_decl=NET_EXPORT_PRIVATE:"
434 cc_include = "net/base/net_export.h" 434 cc_include = "net/base/net_export.h"
435 component_build_force_source_set = true 435 component_build_force_source_set = true
436 436
437 defines = [ "NET_IMPLEMENTATION" ] 437 defines = [ "NET_IMPLEMENTATION" ]
438 438
439 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] 439 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
440 } 440 }
441 441
(...skipping 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after
1957 ":net_fuzzer_test_support", 1957 ":net_fuzzer_test_support",
1958 ":test_support", 1958 ":test_support",
1959 "//base", 1959 "//base",
1960 "//net", 1960 "//net",
1961 ] 1961 ]
1962 dict = "data/fuzzer_dictionaries/net_http_proxy_client_socket_fuzzer.dict" 1962 dict = "data/fuzzer_dictionaries/net_http_proxy_client_socket_fuzzer.dict"
1963 } 1963 }
1964 1964
1965 fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") { 1965 fuzzer_test("net_quic_crypto_framer_parse_message_fuzzer") {
1966 sources = [ 1966 sources = [
1967 "quic/quic_crypto_framer_parse_message_fuzzer.cc", 1967 "quic/core/quic_crypto_framer_parse_message_fuzzer.cc",
1968 ] 1968 ]
1969 deps = [ 1969 deps = [
1970 ":net_fuzzer_test_support", 1970 ":net_fuzzer_test_support",
1971 "//base", 1971 "//base",
1972 "//net", 1972 "//net",
1973 ] 1973 ]
1974 } 1974 }
1975 1975
1976 fuzzer_test("net_socks_client_socket_fuzzer") { 1976 fuzzer_test("net_socks_client_socket_fuzzer") {
1977 sources = [ 1977 sources = [
(...skipping 24 matching lines...) Expand all
2002 "url_request/url_request_fuzzer.cc", 2002 "url_request/url_request_fuzzer.cc",
2003 ] 2003 ]
2004 deps = [ 2004 deps = [
2005 ":net_fuzzer_test_support", 2005 ":net_fuzzer_test_support",
2006 ":test_support", 2006 ":test_support",
2007 "//base", 2007 "//base",
2008 "//net", 2008 "//net",
2009 ] 2009 ]
2010 dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict" 2010 dict = "data/fuzzer_dictionaries/net_url_request_fuzzer.dict"
2011 } 2011 }
OLDNEW
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/base/net_error_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698