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

Side by Side Diff: net/BUILD.gn

Issue 2784393003: Add missing header files to GN files (2 of N) (Closed)
Patch Set: manual fixes 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 | « media/cast/BUILD.gn ('k') | remoting/host/win/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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "base/network_change_notifier_mac.h", 451 "base/network_change_notifier_mac.h",
452 "base/network_change_notifier_win.cc", 452 "base/network_change_notifier_win.cc",
453 "base/network_change_notifier_win.h", 453 "base/network_change_notifier_win.h",
454 "base/network_config_watcher_mac.cc", 454 "base/network_config_watcher_mac.cc",
455 "base/network_config_watcher_mac.h", 455 "base/network_config_watcher_mac.h",
456 "base/network_delegate.cc", 456 "base/network_delegate.cc",
457 "base/network_delegate.h", 457 "base/network_delegate.h",
458 "base/network_delegate_impl.cc", 458 "base/network_delegate_impl.cc",
459 "base/network_delegate_impl.h", 459 "base/network_delegate_impl.h",
460 "base/network_interfaces_linux.cc", 460 "base/network_interfaces_linux.cc",
461 "base/network_interfaces_linux.h",
461 "base/network_interfaces_mac.cc", 462 "base/network_interfaces_mac.cc",
462 "base/network_interfaces_win.cc", 463 "base/network_interfaces_win.cc",
463 "base/network_interfaces_win.h", 464 "base/network_interfaces_win.h",
464 "base/network_throttle_manager.h", 465 "base/network_throttle_manager.h",
465 "base/network_throttle_manager_impl.cc", 466 "base/network_throttle_manager_impl.cc",
466 "base/network_throttle_manager_impl.h", 467 "base/network_throttle_manager_impl.h",
467 "base/percentile_estimator.cc", 468 "base/percentile_estimator.cc",
468 "base/percentile_estimator.h", 469 "base/percentile_estimator.h",
469 "base/platform_mime_util.h", 470 "base/platform_mime_util.h",
470 "base/platform_mime_util_linux.cc", 471 "base/platform_mime_util_linux.cc",
(...skipping 5233 matching lines...) Expand 10 before | Expand all | Expand 10 after
5704 ] 5705 ]
5705 deps = [ 5706 deps = [
5706 ":net_fuzzer_test_support", 5707 ":net_fuzzer_test_support",
5707 ":test_support", 5708 ":test_support",
5708 "//base", 5709 "//base",
5709 "//net", 5710 "//net",
5710 ] 5711 ]
5711 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5712 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5712 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5713 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5713 } 5714 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698