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

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

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Revert accidental format 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('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 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "profiles/gaia_info_update_service.cc", 993 "profiles/gaia_info_update_service.cc",
994 "profiles/gaia_info_update_service.h", 994 "profiles/gaia_info_update_service.h",
995 "profiles/gaia_info_update_service_factory.cc", 995 "profiles/gaia_info_update_service_factory.cc",
996 "profiles/gaia_info_update_service_factory.h", 996 "profiles/gaia_info_update_service_factory.h",
997 "profiles/guest_mode_policy_handler.cc", 997 "profiles/guest_mode_policy_handler.cc",
998 "profiles/guest_mode_policy_handler.h", 998 "profiles/guest_mode_policy_handler.h",
999 "profiles/incognito_helpers.cc", 999 "profiles/incognito_helpers.cc",
1000 "profiles/incognito_helpers.h", 1000 "profiles/incognito_helpers.h",
1001 "profiles/incognito_mode_policy_handler.cc", 1001 "profiles/incognito_mode_policy_handler.cc",
1002 "profiles/incognito_mode_policy_handler.h", 1002 "profiles/incognito_mode_policy_handler.h",
1003 "profiles/net_http_session_params_observer.cc",
1004 "profiles/net_http_session_params_observer.h",
1003 "profiles/off_the_record_profile_impl.cc", 1005 "profiles/off_the_record_profile_impl.cc",
1004 "profiles/off_the_record_profile_impl.h", 1006 "profiles/off_the_record_profile_impl.h",
1005 "profiles/off_the_record_profile_io_data.cc", 1007 "profiles/off_the_record_profile_io_data.cc",
1006 "profiles/off_the_record_profile_io_data.h", 1008 "profiles/off_the_record_profile_io_data.h",
1007 "profiles/profile.cc", 1009 "profiles/profile.cc",
1008 "profiles/profile.h", 1010 "profiles/profile.h",
1009 "profiles/profile_attributes_entry.cc", 1011 "profiles/profile_attributes_entry.cc",
1010 "profiles/profile_attributes_entry.h", 1012 "profiles/profile_attributes_entry.h",
1011 "profiles/profile_attributes_storage.cc", 1013 "profiles/profile_attributes_storage.cc",
1012 "profiles/profile_attributes_storage.h", 1014 "profiles/profile_attributes_storage.h",
(...skipping 3464 matching lines...) Expand 10 before | Expand all | Expand 10 after
4477 "media/pepper_cdm_test_constants.cc", 4479 "media/pepper_cdm_test_constants.cc",
4478 "media/pepper_cdm_test_constants.h", 4480 "media/pepper_cdm_test_constants.h",
4479 ] 4481 ]
4480 } 4482 }
4481 } 4483 }
4482 4484
4483 service_manifest("preferences_manifest") { 4485 service_manifest("preferences_manifest") {
4484 name = "preferences" 4486 name = "preferences"
4485 source = "prefs/preferences_manifest.json" 4487 source = "prefs/preferences_manifest.json"
4486 } 4488 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698