Chromium Code Reviews| 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 27 matching lines...) Expand all Loading... | |
| 38 'enable_built_in_dns%': 1, | 38 'enable_built_in_dns%': 1, |
| 39 }], | 39 }], |
| 40 ], | 40 ], |
| 41 }, | 41 }, |
| 42 'includes': [ | 42 'includes': [ |
| 43 '../build/win_precompile.gypi', | 43 '../build/win_precompile.gypi', |
| 44 'net.gypi', | 44 'net.gypi', |
| 45 ], | 45 ], |
| 46 'targets': [ | 46 'targets': [ |
| 47 { | 47 { |
| 48 'target_name': 'disk_based_cert_cache', | |
|
Ryan Sleevi
2014/06/11 22:00:09
You don't need to create a new target for this. Yo
| |
| 49 'type': 'executable', | |
| 50 'dependencies': [ | |
| 51 '../base/base.gyp:base', | |
| 52 ], | |
| 53 'sources': [ | |
| 54 'cert_cache/disk_based_cert_cache.cc', | |
| 55 ], | |
| 56 }, | |
| 57 { | |
| 48 'target_name': 'net_derived_sources', | 58 'target_name': 'net_derived_sources', |
| 49 'type': 'none', | 59 'type': 'none', |
| 50 'sources': [ | 60 'sources': [ |
| 51 'base/registry_controlled_domains/effective_tld_names.gperf', | 61 'base/registry_controlled_domains/effective_tld_names.gperf', |
| 52 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf', | 62 'base/registry_controlled_domains/effective_tld_names_unittest1.gperf', |
| 53 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf', | 63 'base/registry_controlled_domains/effective_tld_names_unittest2.gperf', |
| 54 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf', | 64 'base/registry_controlled_domains/effective_tld_names_unittest3.gperf', |
| 55 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf', | 65 'base/registry_controlled_domains/effective_tld_names_unittest4.gperf', |
| 56 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf', | 66 'base/registry_controlled_domains/effective_tld_names_unittest5.gperf', |
| 57 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf', | 67 'base/registry_controlled_domains/effective_tld_names_unittest6.gperf', |
| (...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1672 'net_unittests.isolate', | 1682 'net_unittests.isolate', |
| 1673 ], | 1683 ], |
| 1674 'sources': [ | 1684 'sources': [ |
| 1675 'net_unittests.isolate', | 1685 'net_unittests.isolate', |
| 1676 ], | 1686 ], |
| 1677 }, | 1687 }, |
| 1678 ], | 1688 ], |
| 1679 }], | 1689 }], |
| 1680 ], | 1690 ], |
| 1681 } | 1691 } |
| OLD | NEW |