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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix renames in comments. Created 6 years, 5 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 | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'browser/net/cookie_store_util.cc', 790 'browser/net/cookie_store_util.cc',
791 'browser/net/cookie_store_util.h', 791 'browser/net/cookie_store_util.h',
792 'browser/net/crl_set_fetcher.cc', 792 'browser/net/crl_set_fetcher.cc',
793 'browser/net/crl_set_fetcher.h', 793 'browser/net/crl_set_fetcher.h',
794 'browser/net/dns_probe_runner.cc', 794 'browser/net/dns_probe_runner.cc',
795 'browser/net/dns_probe_runner.h', 795 'browser/net/dns_probe_runner.h',
796 'browser/net/dns_probe_service.cc', 796 'browser/net/dns_probe_service.cc',
797 'browser/net/dns_probe_service.h', 797 'browser/net/dns_probe_service.h',
798 'browser/net/evicted_domain_cookie_counter.cc', 798 'browser/net/evicted_domain_cookie_counter.cc',
799 'browser/net/evicted_domain_cookie_counter.h', 799 'browser/net/evicted_domain_cookie_counter.h',
800 'browser/net/http_server_properties_manager.cc', 800 'browser/net/http_server_properties_manager_factory.cc',
801 'browser/net/http_server_properties_manager.h', 801 'browser/net/http_server_properties_manager_factory.h',
802 'browser/net/net_error_tab_helper.cc', 802 'browser/net/net_error_tab_helper.cc',
803 'browser/net/net_error_tab_helper.h', 803 'browser/net/net_error_tab_helper.h',
804 'browser/net/net_log_temp_file.cc', 804 'browser/net/net_log_temp_file.cc',
805 'browser/net/net_log_temp_file.h', 805 'browser/net/net_log_temp_file.h',
806 'browser/net/net_pref_observer.cc', 806 'browser/net/net_pref_observer.cc',
807 'browser/net/net_pref_observer.h', 807 'browser/net/net_pref_observer.h',
808 'browser/net/network_stats.cc', 808 'browser/net/network_stats.cc',
809 'browser/net/network_stats.h', 809 'browser/net/network_stats.h',
810 'browser/net/preconnect.cc', 810 'browser/net/preconnect.cc',
811 'browser/net/preconnect.h', 811 'browser/net/preconnect.h',
(...skipping 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after
3607 'package_name': 'org/chromium/chrome/browser', 3607 'package_name': 'org/chromium/chrome/browser',
3608 'template_deps': ['browser/android/tab_load_status.h'], 3608 'template_deps': ['browser/android/tab_load_status.h'],
3609 }, 3609 },
3610 'includes': [ '../build/android/java_cpp_template.gypi' ], 3610 'includes': [ '../build/android/java_cpp_template.gypi' ],
3611 }, 3611 },
3612 ], 3612 ],
3613 }, 3613 },
3614 ], 3614 ],
3615 ], 3615 ],
3616 } 3616 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698