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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'base/platform_mime_util.h', 270 'base/platform_mime_util.h',
271 'base/platform_mime_util_linux.cc', 271 'base/platform_mime_util_linux.cc',
272 'base/platform_mime_util_mac.mm', 272 'base/platform_mime_util_mac.mm',
273 'base/platform_mime_util_win.cc', 273 'base/platform_mime_util_win.cc',
274 'base/prioritized_dispatcher.cc', 274 'base/prioritized_dispatcher.cc',
275 'base/prioritized_dispatcher.h', 275 'base/prioritized_dispatcher.h',
276 'base/priority_queue.h', 276 'base/priority_queue.h',
277 'base/proxy_delegate.h', 277 'base/proxy_delegate.h',
278 'base/request_priority.cc', 278 'base/request_priority.cc',
279 'base/request_priority.h', 279 'base/request_priority.h',
280 'base/sdch_dictionary.cc',
281 'base/sdch_dictionary.h',
280 'base/sdch_manager.cc', 282 'base/sdch_manager.cc',
281 'base/sdch_manager.h', 283 'base/sdch_manager.h',
282 'base/sdch_net_log_params.cc', 284 'base/sdch_net_log_params.cc',
283 'base/sdch_net_log_params.h', 285 'base/sdch_net_log_params.h',
284 'base/sdch_observer.cc', 286 'base/sdch_observer.cc',
285 'base/sdch_observer.h', 287 'base/sdch_observer.h',
286 'base/sdch_problem_code_list.h', 288 'base/sdch_problem_code_list.h',
287 'base/sdch_problem_codes.h', 289 'base/sdch_problem_codes.h',
288 'base/static_cookie_policy.cc', 290 'base/static_cookie_policy.cc',
289 'base/static_cookie_policy.h', 291 'base/static_cookie_policy.h',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 'base/net_log_unittest.h', 1285 'base/net_log_unittest.h',
1284 'base/net_log_util_unittest.cc', 1286 'base/net_log_util_unittest.cc',
1285 'base/net_util_icu_unittest.cc', 1287 'base/net_util_icu_unittest.cc',
1286 'base/net_util_unittest.cc', 1288 'base/net_util_unittest.cc',
1287 'base/network_activity_monitor_unittest.cc', 1289 'base/network_activity_monitor_unittest.cc',
1288 'base/network_change_notifier_unittest.cc', 1290 'base/network_change_notifier_unittest.cc',
1289 'base/network_change_notifier_win_unittest.cc', 1291 'base/network_change_notifier_win_unittest.cc',
1290 'base/prioritized_dispatcher_unittest.cc', 1292 'base/prioritized_dispatcher_unittest.cc',
1291 'base/priority_queue_unittest.cc', 1293 'base/priority_queue_unittest.cc',
1292 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1294 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1295 'base/sdch_dictionary_unittest.cc',
1293 'base/sdch_manager_unittest.cc', 1296 'base/sdch_manager_unittest.cc',
1294 'base/static_cookie_policy_unittest.cc', 1297 'base/static_cookie_policy_unittest.cc',
1295 'base/test_completion_callback_unittest.cc', 1298 'base/test_completion_callback_unittest.cc',
1296 'base/trace_net_log_observer_unittest.cc', 1299 'base/trace_net_log_observer_unittest.cc',
1297 'base/upload_bytes_element_reader_unittest.cc', 1300 'base/upload_bytes_element_reader_unittest.cc',
1298 'base/upload_file_element_reader_unittest.cc', 1301 'base/upload_file_element_reader_unittest.cc',
1299 'base/url_util_unittest.cc', 1302 'base/url_util_unittest.cc',
1300 'cert/cert_policy_enforcer_unittest.cc', 1303 'cert/cert_policy_enforcer_unittest.cc',
1301 'cert/cert_verify_proc_unittest.cc', 1304 'cert/cert_verify_proc_unittest.cc',
1302 'cert/crl_set_unittest.cc', 1305 'cert/crl_set_unittest.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1781 ], 1784 ],
1782 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1783 'net_docs_sources': [ 1786 'net_docs_sources': [
1784 'README.md', 1787 'README.md',
1785 'sdch/README.md', 1788 'sdch/README.md',
1786 ], 1789 ],
1787 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1788 } 1791 }
1789 } 1792 }
OLDNEW
« 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