| OLD | NEW |
| 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 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1126 'net_test_support', | 1126 'net_test_support', |
| 1127 ], | 1127 ], |
| 1128 'sources': [ | 1128 'sources': [ |
| 1129 'tools/dump_cache/cache_dumper.cc', | 1129 'tools/dump_cache/cache_dumper.cc', |
| 1130 'tools/dump_cache/cache_dumper.h', | 1130 'tools/dump_cache/cache_dumper.h', |
| 1131 'tools/dump_cache/dump_cache.cc', | 1131 'tools/dump_cache/dump_cache.cc', |
| 1132 'tools/dump_cache/dump_files.cc', | 1132 'tools/dump_cache/dump_files.cc', |
| 1133 'tools/dump_cache/dump_files.h', | 1133 'tools/dump_cache/dump_files.h', |
| 1134 'tools/dump_cache/simple_cache_dumper.cc', | 1134 'tools/dump_cache/simple_cache_dumper.cc', |
| 1135 'tools/dump_cache/simple_cache_dumper.h', | 1135 'tools/dump_cache/simple_cache_dumper.h', |
| 1136 'tools/dump_cache/upgrade_win.cc', | |
| 1137 'tools/dump_cache/upgrade_win.h', | |
| 1138 'tools/dump_cache/url_to_filename_encoder.cc', | 1136 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1139 'tools/dump_cache/url_to_filename_encoder.h', | 1137 'tools/dump_cache/url_to_filename_encoder.h', |
| 1140 'tools/dump_cache/url_utilities.h', | 1138 'tools/dump_cache/url_utilities.h', |
| 1141 'tools/dump_cache/url_utilities.cc', | 1139 'tools/dump_cache/url_utilities.cc', |
| 1142 ], | 1140 ], |
| 1143 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1141 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1144 'msvs_disabled_warnings': [4267, ], | 1142 'msvs_disabled_warnings': [4267, ], |
| 1145 }, | 1143 }, |
| 1146 { | 1144 { |
| 1147 # This is a temporary target which will be merged into 'net' once the | 1145 # This is a temporary target which will be merged into 'net' once the |
| (...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 'net_unittests.isolate', | 1727 'net_unittests.isolate', |
| 1730 ], | 1728 ], |
| 1731 'sources': [ | 1729 'sources': [ |
| 1732 'net_unittests.isolate', | 1730 'net_unittests.isolate', |
| 1733 ], | 1731 ], |
| 1734 }, | 1732 }, |
| 1735 ], | 1733 ], |
| 1736 }], | 1734 }], |
| 1737 ], | 1735 ], |
| 1738 } | 1736 } |
| OLD | NEW |