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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 841883002: Add an eviction mechanism for SDCH dictionaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'd to p310544 Created 5 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 | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | net/base/sdch_manager.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 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 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 'browser/net/chrome_extensions_network_delegate.cc', 1710 'browser/net/chrome_extensions_network_delegate.cc',
1711 'browser/net/chrome_extensions_network_delegate.h', 1711 'browser/net/chrome_extensions_network_delegate.h',
1712 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1712 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1713 'browser/net/chrome_fraudulent_certificate_reporter.h', 1713 'browser/net/chrome_fraudulent_certificate_reporter.h',
1714 'browser/net/chrome_http_user_agent_settings.cc', 1714 'browser/net/chrome_http_user_agent_settings.cc',
1715 'browser/net/chrome_http_user_agent_settings.h', 1715 'browser/net/chrome_http_user_agent_settings.h',
1716 'browser/net/chrome_net_log.cc', 1716 'browser/net/chrome_net_log.cc',
1717 'browser/net/chrome_net_log.h', 1717 'browser/net/chrome_net_log.h',
1718 'browser/net/chrome_network_delegate.cc', 1718 'browser/net/chrome_network_delegate.cc',
1719 'browser/net/chrome_network_delegate.h', 1719 'browser/net/chrome_network_delegate.h',
1720 'browser/net/chrome_sdch_policy.cc',
1721 'browser/net/chrome_sdch_policy.h',
1722 'browser/net/chrome_url_request_context_getter.cc', 1720 'browser/net/chrome_url_request_context_getter.cc',
1723 'browser/net/chrome_url_request_context_getter.h', 1721 'browser/net/chrome_url_request_context_getter.h',
1724 'browser/net/client_hints.cc', 1722 'browser/net/client_hints.cc',
1725 'browser/net/client_hints.h', 1723 'browser/net/client_hints.h',
1726 'browser/net/connect_interceptor.cc', 1724 'browser/net/connect_interceptor.cc',
1727 'browser/net/connect_interceptor.h', 1725 'browser/net/connect_interceptor.h',
1728 'browser/net/connection_tester.cc', 1726 'browser/net/connection_tester.cc',
1729 'browser/net/connection_tester.h', 1727 'browser/net/connection_tester.h',
1730 'browser/net/cookie_store_util.cc', 1728 'browser/net/cookie_store_util.cc',
1731 'browser/net/cookie_store_util.h', 1729 'browser/net/cookie_store_util.h',
(...skipping 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after
3714 'variables': { 3712 'variables': {
3715 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3713 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3717 }, 3715 },
3718 'includes': [ '../build/protoc.gypi' ] 3716 'includes': [ '../build/protoc.gypi' ]
3719 }, 3717 },
3720 ], 3718 ],
3721 },], 3719 },],
3722 ], 3720 ],
3723 } 3721 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | net/base/sdch_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698