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

Side by Side Diff: net/BUILD.gn

Issue 2788093002: Add missing header files to GN files (3 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 | « native_client_sdk/src/libraries/nacl_io/BUILD.gn ('k') | remoting/base/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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_linux.h",
462 "base/network_interfaces_mac.cc", 462 "base/network_interfaces_mac.cc",
463 "base/network_interfaces_mac.h",
463 "base/network_interfaces_win.cc", 464 "base/network_interfaces_win.cc",
464 "base/network_interfaces_win.h", 465 "base/network_interfaces_win.h",
465 "base/network_throttle_manager.h", 466 "base/network_throttle_manager.h",
466 "base/network_throttle_manager_impl.cc", 467 "base/network_throttle_manager_impl.cc",
467 "base/network_throttle_manager_impl.h", 468 "base/network_throttle_manager_impl.h",
468 "base/percentile_estimator.cc", 469 "base/percentile_estimator.cc",
469 "base/percentile_estimator.h", 470 "base/percentile_estimator.h",
470 "base/platform_mime_util.h", 471 "base/platform_mime_util.h",
471 "base/platform_mime_util_linux.cc", 472 "base/platform_mime_util_linux.cc",
472 "base/platform_mime_util_mac.mm", 473 "base/platform_mime_util_mac.mm",
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 ] 1825 ]
1825 } 1826 }
1826 1827
1827 if (is_ios) { 1828 if (is_ios) {
1828 # Add back some sources that were otherwise filtered out. 1829 # Add back some sources that were otherwise filtered out.
1829 # iOS needs some Mac files. 1830 # iOS needs some Mac files.
1830 net_unfiltered_sources += [ 1831 net_unfiltered_sources += [
1831 "base/mac/url_conversions.h", 1832 "base/mac/url_conversions.h",
1832 "base/mac/url_conversions.mm", 1833 "base/mac/url_conversions.mm",
1833 "base/network_change_notifier_mac.cc", 1834 "base/network_change_notifier_mac.cc",
1835 "base/network_change_notifier_mac.h",
1834 "base/network_config_watcher_mac.cc", 1836 "base/network_config_watcher_mac.cc",
1837 "base/network_config_watcher_mac.h",
1835 "base/network_interfaces_mac.cc", 1838 "base/network_interfaces_mac.cc",
1836 "base/network_interfaces_mac.h", 1839 "base/network_interfaces_mac.h",
1837 "base/platform_mime_util_mac.mm", 1840 "base/platform_mime_util_mac.mm",
1838 "cert/test_root_certs_mac.cc", 1841 "cert/test_root_certs_mac.cc",
1839 "proxy/proxy_resolver_mac.cc", 1842 "proxy/proxy_resolver_mac.cc",
1843 "proxy/proxy_resolver_mac.h",
1840 "proxy/proxy_server_mac.cc", 1844 "proxy/proxy_server_mac.cc",
1841 ] 1845 ]
1842 1846
1843 sources -= [ "disk_cache/blockfile/file_posix.cc" ] 1847 sources -= [ "disk_cache/blockfile/file_posix.cc" ]
1844 } 1848 }
1845 1849
1846 if (is_ios || is_mac) { 1850 if (is_ios || is_mac) {
1847 sources += [ 1851 sources += [
1848 "base/mac/url_conversions.h", 1852 "base/mac/url_conversions.h",
1849 "base/mac/url_conversions.mm", 1853 "base/mac/url_conversions.mm",
(...skipping 3855 matching lines...) Expand 10 before | Expand all | Expand 10 after
5705 ] 5709 ]
5706 deps = [ 5710 deps = [
5707 ":net_fuzzer_test_support", 5711 ":net_fuzzer_test_support",
5708 ":test_support", 5712 ":test_support",
5709 "//base", 5713 "//base",
5710 "//net", 5714 "//net",
5711 ] 5715 ]
5712 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict" 5716 dict = "data/fuzzer_dictionaries/net_spdy_session_fuzzer.dict"
5713 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/" 5717 seed_corpus = "data/fuzzer_data/net_spdy_session_fuzzer/"
5714 } 5718 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/BUILD.gn ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698