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

Unified Diff: net/net.gypi

Issue 1051933002: Split SdchManager::Dictionary out into separate class/file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated comments. Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index b06535ba66355b9a1716eb9fcc841875cee8e4a5..fc3b2f89398312168b939845df8fde30f84751ba 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -277,6 +277,8 @@
'base/proxy_delegate.h',
'base/request_priority.cc',
'base/request_priority.h',
+ 'base/sdch_dictionary.cc',
+ 'base/sdch_dictionary.h',
'base/sdch_manager.cc',
'base/sdch_manager.h',
'base/sdch_net_log_params.cc',
@@ -1290,6 +1292,7 @@
'base/prioritized_dispatcher_unittest.cc',
'base/priority_queue_unittest.cc',
'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
+ 'base/sdch_dictionary_unittest.cc',
'base/sdch_manager_unittest.cc',
'base/static_cookie_policy_unittest.cc',
'base/test_completion_callback_unittest.cc',
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698