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

Side by Side Diff: content/content_browser.gypi

Issue 271543005: Removed offline policy; it's not being used, and we have no plans to use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to TOT. Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/content_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'browser/loader/buffered_resource_handler.h', 721 'browser/loader/buffered_resource_handler.h',
722 'browser/loader/certificate_resource_handler.cc', 722 'browser/loader/certificate_resource_handler.cc',
723 'browser/loader/certificate_resource_handler.h', 723 'browser/loader/certificate_resource_handler.h',
724 'browser/loader/cross_site_resource_handler.cc', 724 'browser/loader/cross_site_resource_handler.cc',
725 'browser/loader/cross_site_resource_handler.h', 725 'browser/loader/cross_site_resource_handler.h',
726 'browser/loader/detachable_resource_handler.cc', 726 'browser/loader/detachable_resource_handler.cc',
727 'browser/loader/detachable_resource_handler.h', 727 'browser/loader/detachable_resource_handler.h',
728 'browser/loader/global_routing_id.h', 728 'browser/loader/global_routing_id.h',
729 'browser/loader/layered_resource_handler.cc', 729 'browser/loader/layered_resource_handler.cc',
730 'browser/loader/layered_resource_handler.h', 730 'browser/loader/layered_resource_handler.h',
731 'browser/loader/offline_policy.cc',
732 'browser/loader/offline_policy.h',
733 'browser/loader/power_save_block_resource_throttle.cc', 731 'browser/loader/power_save_block_resource_throttle.cc',
734 'browser/loader/power_save_block_resource_throttle.h', 732 'browser/loader/power_save_block_resource_throttle.h',
735 'browser/loader/redirect_to_file_resource_handler.cc', 733 'browser/loader/redirect_to_file_resource_handler.cc',
736 'browser/loader/redirect_to_file_resource_handler.h', 734 'browser/loader/redirect_to_file_resource_handler.h',
737 'browser/loader/resource_buffer.cc', 735 'browser/loader/resource_buffer.cc',
738 'browser/loader/resource_buffer.h', 736 'browser/loader/resource_buffer.h',
739 'browser/loader/resource_dispatcher_host_impl.cc', 737 'browser/loader/resource_dispatcher_host_impl.cc',
740 'browser/loader/resource_dispatcher_host_impl.h', 738 'browser/loader/resource_dispatcher_host_impl.h',
741 'browser/loader/resource_handler.cc', 739 'browser/loader/resource_handler.cc',
742 'browser/loader/resource_handler.h', 740 'browser/loader/resource_handler.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 '../build/linux/system.gyp:dbus', 1721 '../build/linux/system.gyp:dbus',
1724 '../dbus/dbus.gyp:dbus', 1722 '../dbus/dbus.gyp:dbus',
1725 ], 1723 ],
1726 }, { # OS != "linux" or use_dbus==0 1724 }, { # OS != "linux" or use_dbus==0
1727 'sources!': [ 1725 'sources!': [
1728 'browser/geolocation/wifi_data_provider_linux.cc', 1726 'browser/geolocation/wifi_data_provider_linux.cc',
1729 ], 1727 ],
1730 }], 1728 }],
1731 ], 1729 ],
1732 } 1730 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_dispatcher_host_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698