Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
| 6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
| 7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
| 8 { | 8 { |
| 9 'variables': { | 9 'variables': { |
| 10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 178 'android/android_private_key.h', | 178 'android/android_private_key.h', |
| 179 'android/cert_verify_result_android.cc', | 179 'android/cert_verify_result_android.cc', |
| 180 'android/cert_verify_result_android.h', | 180 'android/cert_verify_result_android.h', |
| 181 'android/gurl_utils.cc', | 181 'android/gurl_utils.cc', |
| 182 'android/gurl_utils.h', | 182 'android/gurl_utils.h', |
| 183 'android/keystore.cc', | 183 'android/keystore.cc', |
| 184 'android/keystore.h', | 184 'android/keystore.h', |
| 185 'android/keystore_openssl.cc', | 185 'android/keystore_openssl.cc', |
| 186 'android/keystore_openssl.h', | 186 'android/keystore_openssl.h', |
| 187 'android/legacy_openssl.h', | 187 'android/legacy_openssl.h', |
| 188 'android/http_android_auth_negotiate.cc', | |
|
Bernhard Bauer
2015/05/15 15:06:16
Ordering: after cert_verify_result
aberent
2015/05/18 13:45:27
Actually gurl_utils if strict alphabetical. Done.
Bernhard Bauer
2015/05/18 15:11:53
Ur, yes :)
| |
| 189 'android/http_android_auth_negotiate.h', | |
| 188 'android/net_jni_registrar.cc', | 190 'android/net_jni_registrar.cc', |
| 189 'android/net_jni_registrar.h', | 191 'android/net_jni_registrar.h', |
| 190 'android/network_change_notifier_android.cc', | 192 'android/network_change_notifier_android.cc', |
| 191 'android/network_change_notifier_android.h', | 193 'android/network_change_notifier_android.h', |
| 192 'android/network_change_notifier_delegate_android.cc', | 194 'android/network_change_notifier_delegate_android.cc', |
| 193 'android/network_change_notifier_delegate_android.h', | 195 'android/network_change_notifier_delegate_android.h', |
| 194 'android/network_change_notifier_factory_android.cc', | 196 'android/network_change_notifier_factory_android.cc', |
| 195 'android/network_change_notifier_factory_android.h', | 197 'android/network_change_notifier_factory_android.h', |
| 196 'android/network_library.cc', | 198 'android/network_library.cc', |
| 197 'android/network_library.h', | 199 'android/network_library.h', |
| (...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1809 'base/mac/url_conversions_unittest.mm', | 1811 'base/mac/url_conversions_unittest.mm', |
| 1810 ], | 1812 ], |
| 1811 'net_docs_script': 'tools/net_docs/net_docs.py', | 1813 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1812 'net_docs_sources': [ | 1814 'net_docs_sources': [ |
| 1813 'README.md', | 1815 'README.md', |
| 1814 'sdch/README.md', | 1816 'sdch/README.md', |
| 1815 ], | 1817 ], |
| 1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1818 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1817 } | 1819 } |
| 1818 } | 1820 } |
| OLD | NEW |