OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 10 'conditions': [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'android/net_jni_registrar.h', | 43 'android/net_jni_registrar.h', |
44 'android/network_change_notifier_android.cc', | 44 'android/network_change_notifier_android.cc', |
45 'android/network_change_notifier_android.h', | 45 'android/network_change_notifier_android.h', |
46 'android/network_change_notifier_factory.cc', | 46 'android/network_change_notifier_factory.cc', |
47 'android/network_change_notifier_factory.h', | 47 'android/network_change_notifier_factory.h', |
48 'android/network_library.cc', | 48 'android/network_library.cc', |
49 'android/network_library.h', | 49 'android/network_library.h', |
50 'base/address_family.h', | 50 'base/address_family.h', |
51 'base/address_list.cc', | 51 'base/address_list.cc', |
52 'base/address_list.h', | 52 'base/address_list.h', |
53 'base/address_list_net_log_param.cc', | |
54 'base/address_list_net_log_param.h', | |
55 'base/asn1_util.cc', | 53 'base/asn1_util.cc', |
56 'base/asn1_util.h', | 54 'base/asn1_util.h', |
57 'base/auth.cc', | 55 'base/auth.cc', |
58 'base/auth.h', | 56 'base/auth.h', |
59 'base/backoff_entry.cc', | 57 'base/backoff_entry.cc', |
60 'base/backoff_entry.h', | 58 'base/backoff_entry.h', |
61 'base/bandwidth_metrics.cc', | 59 'base/bandwidth_metrics.cc', |
62 'base/bandwidth_metrics.h', | 60 'base/bandwidth_metrics.h', |
63 'base/big_endian.cc', | 61 'base/big_endian.cc', |
64 'base/big_endian.h', | 62 'base/big_endian.h', |
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'tools/dump_cache/url_to_filename_encoder.cc', | 1910 'tools/dump_cache/url_to_filename_encoder.cc', |
1913 'tools/dump_cache/url_to_filename_encoder.h', | 1911 'tools/dump_cache/url_to_filename_encoder.h', |
1914 'tools/dump_cache/url_utilities.h', | 1912 'tools/dump_cache/url_utilities.h', |
1915 'tools/dump_cache/url_utilities.cc', | 1913 'tools/dump_cache/url_utilities.cc', |
1916 ], | 1914 ], |
1917 }, | 1915 }, |
1918 ], | 1916 ], |
1919 }], | 1917 }], |
1920 ], | 1918 ], |
1921 } | 1919 } |
OLD | NEW |