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

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

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Fixed accesses to iothread globals from UI thread 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/net/net_pref_observer.h » ('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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "net/dns_probe_service.h", 635 "net/dns_probe_service.h",
636 "net/file_downloader.cc", 636 "net/file_downloader.cc",
637 "net/file_downloader.h", 637 "net/file_downloader.h",
638 "net/http_server_properties_manager_factory.cc", 638 "net/http_server_properties_manager_factory.cc",
639 "net/http_server_properties_manager_factory.h", 639 "net/http_server_properties_manager_factory.h",
640 "net/net_error_diagnostics_dialog.h", 640 "net/net_error_diagnostics_dialog.h",
641 "net/net_error_diagnostics_dialog_mac.cc", 641 "net/net_error_diagnostics_dialog_mac.cc",
642 "net/net_error_diagnostics_dialog_win.cc", 642 "net/net_error_diagnostics_dialog_win.cc",
643 "net/net_error_tab_helper.cc", 643 "net/net_error_tab_helper.cc",
644 "net/net_error_tab_helper.h", 644 "net/net_error_tab_helper.h",
645 "net/net_pref_observer.cc",
646 "net/net_pref_observer.h",
645 "net/nqe/ui_network_quality_estimator_service.cc", 647 "net/nqe/ui_network_quality_estimator_service.cc",
646 "net/nqe/ui_network_quality_estimator_service.h", 648 "net/nqe/ui_network_quality_estimator_service.h",
647 "net/nqe/ui_network_quality_estimator_service_factory.cc", 649 "net/nqe/ui_network_quality_estimator_service_factory.cc",
648 "net/nqe/ui_network_quality_estimator_service_factory.h", 650 "net/nqe/ui_network_quality_estimator_service_factory.h",
649 "net/prediction_options.cc", 651 "net/prediction_options.cc",
650 "net/prediction_options.h", 652 "net/prediction_options.h",
651 "net/predictor.cc", 653 "net/predictor.cc",
652 "net/predictor.h", 654 "net/predictor.h",
653 "net/predictor_tab_helper.cc", 655 "net/predictor_tab_helper.cc",
654 "net/predictor_tab_helper.h", 656 "net/predictor_tab_helper.h",
(...skipping 3771 matching lines...) Expand 10 before | Expand all | Expand 10 after
4426 # linking all of the test support. 4428 # linking all of the test support.
4427 static_library("pepper_cdm_test_constants") { 4429 static_library("pepper_cdm_test_constants") {
4428 testonly = true 4430 testonly = true
4429 visibility = [ "//chrome/*" ] 4431 visibility = [ "//chrome/*" ]
4430 sources = [ 4432 sources = [
4431 "media/pepper_cdm_test_constants.cc", 4433 "media/pepper_cdm_test_constants.cc",
4432 "media/pepper_cdm_test_constants.h", 4434 "media/pepper_cdm_test_constants.h",
4433 ] 4435 ]
4434 } 4436 }
4435 } 4437 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | chrome/browser/net/net_pref_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698