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

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

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Make explicit that we are only disabling QUIC dynamically Created 3 years, 11 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 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 "profiles/gaia_info_update_service.cc", 992 "profiles/gaia_info_update_service.cc",
993 "profiles/gaia_info_update_service.h", 993 "profiles/gaia_info_update_service.h",
994 "profiles/gaia_info_update_service_factory.cc", 994 "profiles/gaia_info_update_service_factory.cc",
995 "profiles/gaia_info_update_service_factory.h", 995 "profiles/gaia_info_update_service_factory.h",
996 "profiles/guest_mode_policy_handler.cc", 996 "profiles/guest_mode_policy_handler.cc",
997 "profiles/guest_mode_policy_handler.h", 997 "profiles/guest_mode_policy_handler.h",
998 "profiles/incognito_helpers.cc", 998 "profiles/incognito_helpers.cc",
999 "profiles/incognito_helpers.h", 999 "profiles/incognito_helpers.h",
1000 "profiles/incognito_mode_policy_handler.cc", 1000 "profiles/incognito_mode_policy_handler.cc",
1001 "profiles/incognito_mode_policy_handler.h", 1001 "profiles/incognito_mode_policy_handler.h",
1002 "profiles/net_http_session_params_observer.cc",
1003 "profiles/net_http_session_params_observer.h",
1002 "profiles/off_the_record_profile_impl.cc", 1004 "profiles/off_the_record_profile_impl.cc",
1003 "profiles/off_the_record_profile_impl.h", 1005 "profiles/off_the_record_profile_impl.h",
1004 "profiles/off_the_record_profile_io_data.cc", 1006 "profiles/off_the_record_profile_io_data.cc",
1005 "profiles/off_the_record_profile_io_data.h", 1007 "profiles/off_the_record_profile_io_data.h",
1006 "profiles/profile.cc", 1008 "profiles/profile.cc",
1007 "profiles/profile.h", 1009 "profiles/profile.h",
1008 "profiles/profile_attributes_entry.cc", 1010 "profiles/profile_attributes_entry.cc",
1009 "profiles/profile_attributes_entry.h", 1011 "profiles/profile_attributes_entry.h",
1010 "profiles/profile_attributes_storage.cc", 1012 "profiles/profile_attributes_storage.cc",
1011 "profiles/profile_attributes_storage.h", 1013 "profiles/profile_attributes_storage.h",
(...skipping 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 "media/pepper_cdm_test_constants.cc", 4492 "media/pepper_cdm_test_constants.cc",
4491 "media/pepper_cdm_test_constants.h", 4493 "media/pepper_cdm_test_constants.h",
4492 ] 4494 ]
4493 } 4495 }
4494 } 4496 }
4495 4497
4496 service_manifest("preferences_manifest") { 4498 service_manifest("preferences_manifest") {
4497 name = "preferences" 4499 name = "preferences"
4498 source = "prefs/preferences_manifest.json" 4500 source = "prefs/preferences_manifest.json"
4499 } 4501 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | chrome/browser/safe_browsing/safe_browsing_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698