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

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

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: IOS io_thread also initializes DynamicSharedParams Created 4 years 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 | « no previous file | chrome/browser/io_thread.h » ('j') | chrome/browser/io_thread.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 "net/dns_probe_service.h", 645 "net/dns_probe_service.h",
646 "net/file_downloader.cc", 646 "net/file_downloader.cc",
647 "net/file_downloader.h", 647 "net/file_downloader.h",
648 "net/http_server_properties_manager_factory.cc", 648 "net/http_server_properties_manager_factory.cc",
649 "net/http_server_properties_manager_factory.h", 649 "net/http_server_properties_manager_factory.h",
650 "net/net_error_diagnostics_dialog.h", 650 "net/net_error_diagnostics_dialog.h",
651 "net/net_error_diagnostics_dialog_mac.cc", 651 "net/net_error_diagnostics_dialog_mac.cc",
652 "net/net_error_diagnostics_dialog_win.cc", 652 "net/net_error_diagnostics_dialog_win.cc",
653 "net/net_error_tab_helper.cc", 653 "net/net_error_tab_helper.cc",
654 "net/net_error_tab_helper.h", 654 "net/net_error_tab_helper.h",
655 "net/net_pref_observer.cc",
656 "net/net_pref_observer.h",
655 "net/nqe/ui_network_quality_estimator_service.cc", 657 "net/nqe/ui_network_quality_estimator_service.cc",
656 "net/nqe/ui_network_quality_estimator_service.h", 658 "net/nqe/ui_network_quality_estimator_service.h",
657 "net/nqe/ui_network_quality_estimator_service_factory.cc", 659 "net/nqe/ui_network_quality_estimator_service_factory.cc",
658 "net/nqe/ui_network_quality_estimator_service_factory.h", 660 "net/nqe/ui_network_quality_estimator_service_factory.h",
659 "net/prediction_options.cc", 661 "net/prediction_options.cc",
660 "net/prediction_options.h", 662 "net/prediction_options.h",
661 "net/predictor.cc", 663 "net/predictor.cc",
662 "net/predictor.h", 664 "net/predictor.h",
663 "net/predictor_tab_helper.cc", 665 "net/predictor_tab_helper.cc",
664 "net/predictor_tab_helper.h", 666 "net/predictor_tab_helper.h",
(...skipping 3792 matching lines...) Expand 10 before | Expand all | Expand 10 after
4457 # linking all of the test support. 4459 # linking all of the test support.
4458 static_library("pepper_cdm_test_constants") { 4460 static_library("pepper_cdm_test_constants") {
4459 testonly = true 4461 testonly = true
4460 visibility = [ "//chrome/*" ] 4462 visibility = [ "//chrome/*" ]
4461 sources = [ 4463 sources = [
4462 "media/pepper_cdm_test_constants.cc", 4464 "media/pepper_cdm_test_constants.cc",
4463 "media/pepper_cdm_test_constants.h", 4465 "media/pepper_cdm_test_constants.h",
4464 ] 4466 ]
4465 } 4467 }
4466 } 4468 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698