| 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 21 matching lines...) Expand all Loading... |
| 32 '../build/temp_gyp/googleurl.gyp:googleurl', | 32 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 33 '../crypto/crypto.gyp:crypto', | 33 '../crypto/crypto.gyp:crypto', |
| 34 '../sdch/sdch.gyp:sdch', | 34 '../sdch/sdch.gyp:sdch', |
| 35 '../third_party/icu/icu.gyp:icui18n', | 35 '../third_party/icu/icu.gyp:icui18n', |
| 36 '../third_party/icu/icu.gyp:icuuc', | 36 '../third_party/icu/icu.gyp:icuuc', |
| 37 '../third_party/zlib/zlib.gyp:zlib', | 37 '../third_party/zlib/zlib.gyp:zlib', |
| 38 '../v8/tools/gyp/v8.gyp:v8', | 38 '../v8/tools/gyp/v8.gyp:v8', |
| 39 'net_resources', | 39 'net_resources', |
| 40 ], | 40 ], |
| 41 'sources': [ | 41 'sources': [ |
| 42 'android/net_jni_registrar.cc', |
| 43 'android/net_jni_registrar.h', |
| 42 'android/network_change_notifier.cc', | 44 'android/network_change_notifier.cc', |
| 43 'android/network_change_notifier.h', | 45 'android/network_change_notifier.h', |
| 44 'android/network_change_notifier_factory.cc', | 46 'android/network_change_notifier_factory.cc', |
| 45 'android/network_change_notifier_factory.h', | 47 'android/network_change_notifier_factory.h', |
| 46 'android/network_library.cc', | 48 'android/network_library.cc', |
| 47 'android/network_library.h', | 49 'android/network_library.h', |
| 48 'base/address_family.h', | 50 'base/address_family.h', |
| 49 'base/address_list.cc', | 51 'base/address_list.cc', |
| 50 'base/address_list.h', | 52 'base/address_list.h', |
| 51 'base/address_list_net_log_param.cc', | 53 'base/address_list_net_log_param.cc', |
| (...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1844 'tools/dump_cache/url_to_filename_encoder.cc', | 1846 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1845 'tools/dump_cache/url_to_filename_encoder.h', | 1847 'tools/dump_cache/url_to_filename_encoder.h', |
| 1846 'tools/dump_cache/url_utilities.h', | 1848 'tools/dump_cache/url_utilities.h', |
| 1847 'tools/dump_cache/url_utilities.cc', | 1849 'tools/dump_cache/url_utilities.cc', |
| 1848 ], | 1850 ], |
| 1849 }, | 1851 }, |
| 1850 ], | 1852 ], |
| 1851 }], | 1853 }], |
| 1852 ], | 1854 ], |
| 1853 } | 1855 } |
| OLD | NEW |