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

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: git cl format 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
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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 'browser/net/chrome_extensions_network_delegate.cc', 1719 'browser/net/chrome_extensions_network_delegate.cc',
1720 'browser/net/chrome_extensions_network_delegate.h', 1720 'browser/net/chrome_extensions_network_delegate.h',
1721 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1721 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1722 'browser/net/chrome_fraudulent_certificate_reporter.h', 1722 'browser/net/chrome_fraudulent_certificate_reporter.h',
1723 'browser/net/chrome_http_user_agent_settings.cc', 1723 'browser/net/chrome_http_user_agent_settings.cc',
1724 'browser/net/chrome_http_user_agent_settings.h', 1724 'browser/net/chrome_http_user_agent_settings.h',
1725 'browser/net/chrome_net_log.cc', 1725 'browser/net/chrome_net_log.cc',
1726 'browser/net/chrome_net_log.h', 1726 'browser/net/chrome_net_log.h',
1727 'browser/net/chrome_network_delegate.cc', 1727 'browser/net/chrome_network_delegate.cc',
1728 'browser/net/chrome_network_delegate.h', 1728 'browser/net/chrome_network_delegate.h',
1729 'browser/net/chrome_sdch_policy.cc',
1730 'browser/net/chrome_sdch_policy.h',
1731 'browser/net/chrome_url_request_context_getter.cc', 1729 'browser/net/chrome_url_request_context_getter.cc',
1732 'browser/net/chrome_url_request_context_getter.h', 1730 'browser/net/chrome_url_request_context_getter.h',
1733 'browser/net/client_hints.cc', 1731 'browser/net/client_hints.cc',
1734 'browser/net/client_hints.h', 1732 'browser/net/client_hints.h',
1735 'browser/net/connect_interceptor.cc', 1733 'browser/net/connect_interceptor.cc',
1736 'browser/net/connect_interceptor.h', 1734 'browser/net/connect_interceptor.h',
1737 'browser/net/connection_tester.cc', 1735 'browser/net/connection_tester.cc',
1738 'browser/net/connection_tester.h', 1736 'browser/net/connection_tester.h',
1739 'browser/net/cookie_store_util.cc', 1737 'browser/net/cookie_store_util.cc',
1740 'browser/net/cookie_store_util.h', 1738 'browser/net/cookie_store_util.h',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3725 'variables': { 3723 'variables': {
3726 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3724 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3727 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3725 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3728 }, 3726 },
3729 'includes': [ '../build/protoc.gypi' ] 3727 'includes': [ '../build/protoc.gypi' ]
3730 }, 3728 },
3731 ], 3729 ],
3732 },], 3730 },],
3733 ], 3731 ],
3734 } 3732 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698