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

Side by Side Diff: net/net.gyp

Issue 134903002: Split sdch_manager_unittest.cc out of sdch_filter_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « net/base/sdch_manager_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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 'base/mock_filter_context.h', 1618 'base/mock_filter_context.h',
1619 'base/net_log_logger_unittest.cc', 1619 'base/net_log_logger_unittest.cc',
1620 'base/net_log_unittest.cc', 1620 'base/net_log_unittest.cc',
1621 'base/net_log_unittest.h', 1621 'base/net_log_unittest.h',
1622 'base/net_util_unittest.cc', 1622 'base/net_util_unittest.cc',
1623 'base/network_change_notifier_win_unittest.cc', 1623 'base/network_change_notifier_win_unittest.cc',
1624 'base/prioritized_dispatcher_unittest.cc', 1624 'base/prioritized_dispatcher_unittest.cc',
1625 'base/priority_queue_unittest.cc', 1625 'base/priority_queue_unittest.cc',
1626 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ', 1626 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc ',
1627 'base/sdch_filter_unittest.cc', 1627 'base/sdch_filter_unittest.cc',
1628 'base/sdch_manager_unittest.cc',
1628 'base/static_cookie_policy_unittest.cc', 1629 'base/static_cookie_policy_unittest.cc',
1629 'base/test_completion_callback_unittest.cc', 1630 'base/test_completion_callback_unittest.cc',
1630 'base/upload_bytes_element_reader_unittest.cc', 1631 'base/upload_bytes_element_reader_unittest.cc',
1631 'base/upload_data_stream_unittest.cc', 1632 'base/upload_data_stream_unittest.cc',
1632 'base/upload_file_element_reader_unittest.cc', 1633 'base/upload_file_element_reader_unittest.cc',
1633 'base/url_util_unittest.cc', 1634 'base/url_util_unittest.cc',
1634 'cert/cert_verify_proc_unittest.cc', 1635 'cert/cert_verify_proc_unittest.cc',
1635 'cert/crl_set_unittest.cc', 1636 'cert/crl_set_unittest.cc',
1636 'cert/ct_log_verifier_unittest.cc', 1637 'cert/ct_log_verifier_unittest.cc',
1637 'cert/ct_objects_extractor_unittest.cc', 1638 'cert/ct_objects_extractor_unittest.cc',
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
3097 'net_unittests.isolate', 3098 'net_unittests.isolate',
3098 ], 3099 ],
3099 'sources': [ 3100 'sources': [
3100 'net_unittests.isolate', 3101 'net_unittests.isolate',
3101 ], 3102 ],
3102 }, 3103 },
3103 ], 3104 ],
3104 }], 3105 }],
3105 ], 3106 ],
3106 } 3107 }
OLDNEW
« no previous file with comments | « net/base/sdch_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698