Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: net/net.gypi

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a nit I had missed. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
178 'ssl/ssl_info.cc', 178 'ssl/ssl_info.cc',
179 'ssl/ssl_info.h', 179 'ssl/ssl_info.h',
180 ], 180 ],
181 'net_non_nacl_sources': [ 181 'net_non_nacl_sources': [
182 'android/android_private_key.cc', 182 'android/android_private_key.cc',
183 'android/android_private_key.h', 183 'android/android_private_key.h',
184 'android/cert_verify_result_android.cc', 184 'android/cert_verify_result_android.cc',
185 'android/cert_verify_result_android.h', 185 'android/cert_verify_result_android.h',
186 'android/gurl_utils.cc', 186 'android/gurl_utils.cc',
187 'android/gurl_utils.h', 187 'android/gurl_utils.h',
188 'android/http_android_auth_negotiate.cc',
189 'android/http_android_auth_negotiate.h',
188 'android/keystore.cc', 190 'android/keystore.cc',
189 'android/keystore.h', 191 'android/keystore.h',
190 'android/keystore_openssl.cc', 192 'android/keystore_openssl.cc',
191 'android/keystore_openssl.h', 193 'android/keystore_openssl.h',
192 'android/legacy_openssl.h', 194 'android/legacy_openssl.h',
193 'android/net_jni_registrar.cc', 195 'android/net_jni_registrar.cc',
194 'android/net_jni_registrar.h', 196 'android/net_jni_registrar.h',
195 'android/network_change_notifier_android.cc', 197 'android/network_change_notifier_android.cc',
196 'android/network_change_notifier_android.h', 198 'android/network_change_notifier_android.h',
197 'android/network_change_notifier_delegate_android.cc', 199 'android/network_change_notifier_delegate_android.cc',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 'websockets/websocket_stream.h', 1274 'websockets/websocket_stream.h',
1273 ], 1275 ],
1274 'net_extras_sources': [ 1276 'net_extras_sources': [
1275 'extras/sqlite/cookie_crypto_delegate.h', 1277 'extras/sqlite/cookie_crypto_delegate.h',
1276 'extras/sqlite/sqlite_channel_id_store.cc', 1278 'extras/sqlite/sqlite_channel_id_store.cc',
1277 'extras/sqlite/sqlite_channel_id_store.h', 1279 'extras/sqlite/sqlite_channel_id_store.h',
1278 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1280 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1279 'extras/sqlite/sqlite_persistent_cookie_store.h', 1281 'extras/sqlite/sqlite_persistent_cookie_store.h',
1280 ], 1282 ],
1281 'net_test_sources': [ 1283 'net_test_sources': [
1284 'android/http_android_auth_negotiate_unittest.cc',
1282 'android/keystore_unittest.cc', 1285 'android/keystore_unittest.cc',
1283 'android/network_change_notifier_android_unittest.cc', 1286 'android/network_change_notifier_android_unittest.cc',
1284 'base/address_list_unittest.cc', 1287 'base/address_list_unittest.cc',
1285 'base/address_tracker_linux_unittest.cc', 1288 'base/address_tracker_linux_unittest.cc',
1286 'base/backoff_entry_serializer_unittest.cc', 1289 'base/backoff_entry_serializer_unittest.cc',
1287 'base/backoff_entry_unittest.cc', 1290 'base/backoff_entry_unittest.cc',
1288 'base/chunked_upload_data_stream_unittest.cc', 1291 'base/chunked_upload_data_stream_unittest.cc',
1289 'base/data_url_unittest.cc', 1292 'base/data_url_unittest.cc',
1290 'base/directory_lister_unittest.cc', 1293 'base/directory_lister_unittest.cc',
1291 'base/dns_util_unittest.cc', 1294 'base/dns_util_unittest.cc',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 'base/mac/url_conversions_unittest.mm', 1819 'base/mac/url_conversions_unittest.mm',
1817 ], 1820 ],
1818 'net_docs_script': 'tools/net_docs/net_docs.py', 1821 'net_docs_script': 'tools/net_docs/net_docs.py',
1819 'net_docs_sources': [ 1822 'net_docs_sources': [
1820 'README.md', 1823 'README.md',
1821 'sdch/README.md', 1824 'sdch/README.md',
1822 ], 1825 ],
1823 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1826 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1824 } 1827 }
1825 } 1828 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698