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

Side by Side Diff: net/net.gypi

Issue 908863004: Initial implementation for CertNetFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing comma Created 5 years, 8 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
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'base/url_util.h', 296 'base/url_util.h',
297 'base/winsock_init.cc', 297 'base/winsock_init.cc',
298 'base/winsock_init.h', 298 'base/winsock_init.h',
299 'base/winsock_util.cc', 299 'base/winsock_util.cc',
300 'base/winsock_util.h', 300 'base/winsock_util.h',
301 'cert/cert_database_android.cc', 301 'cert/cert_database_android.cc',
302 'cert/cert_database_ios.cc', 302 'cert/cert_database_ios.cc',
303 'cert/cert_database_mac.cc', 303 'cert/cert_database_mac.cc',
304 'cert/cert_database_nss.cc', 304 'cert/cert_database_nss.cc',
305 'cert/cert_database_win.cc', 305 'cert/cert_database_win.cc',
306 'cert/cert_net_fetcher.h',
306 'cert/cert_trust_anchor_provider.h', 307 'cert/cert_trust_anchor_provider.h',
307 'cert/cert_verify_proc.cc', 308 'cert/cert_verify_proc.cc',
308 'cert/cert_verify_proc.h', 309 'cert/cert_verify_proc.h',
309 'cert/cert_verify_proc_android.cc', 310 'cert/cert_verify_proc_android.cc',
310 'cert/cert_verify_proc_android.h', 311 'cert/cert_verify_proc_android.h',
311 'cert/cert_verify_proc_mac.cc', 312 'cert/cert_verify_proc_mac.cc',
312 'cert/cert_verify_proc_mac.h', 313 'cert/cert_verify_proc_mac.h',
313 'cert/cert_verify_proc_nss.cc', 314 'cert/cert_verify_proc_nss.cc',
314 'cert/cert_verify_proc_nss.h', 315 'cert/cert_verify_proc_nss.h',
315 'cert/cert_verify_proc_openssl.cc', 316 'cert/cert_verify_proc_openssl.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'cert/x509_certificate_nss.cc', 369 'cert/x509_certificate_nss.cc',
369 'cert/x509_certificate_win.cc', 370 'cert/x509_certificate_win.cc',
370 'cert/x509_util_android.cc', 371 'cert/x509_util_android.cc',
371 'cert/x509_util_android.h', 372 'cert/x509_util_android.h',
372 'cert/x509_util_ios.cc', 373 'cert/x509_util_ios.cc',
373 'cert/x509_util_ios.h', 374 'cert/x509_util_ios.h',
374 'cert/x509_util_mac.cc', 375 'cert/x509_util_mac.cc',
375 'cert/x509_util_mac.h', 376 'cert/x509_util_mac.h',
376 'cert/x509_util_nss.cc', 377 'cert/x509_util_nss.cc',
377 'cert/x509_util_nss.h', 378 'cert/x509_util_nss.h',
379 'cert_net/cert_net_fetcher_impl.cc',
380 'cert_net/cert_net_fetcher_impl.h',
378 'cookies/canonical_cookie.cc', 381 'cookies/canonical_cookie.cc',
379 'cookies/canonical_cookie.h', 382 'cookies/canonical_cookie.h',
380 'cookies/cookie_constants.cc', 383 'cookies/cookie_constants.cc',
381 'cookies/cookie_constants.h', 384 'cookies/cookie_constants.h',
382 'cookies/cookie_monster.cc', 385 'cookies/cookie_monster.cc',
383 'cookies/cookie_monster.h', 386 'cookies/cookie_monster.h',
384 'cookies/cookie_options.h', 387 'cookies/cookie_options.h',
385 'cookies/cookie_store.cc', 388 'cookies/cookie_store.cc',
386 'cookies/cookie_store.h', 389 'cookies/cookie_store.h',
387 'cookies/cookie_util.cc', 390 'cookies/cookie_util.cc',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'cert/nss_profile_filter_chromeos_unittest.cc', 1310 'cert/nss_profile_filter_chromeos_unittest.cc',
1308 'cert/pem_tokenizer_unittest.cc', 1311 'cert/pem_tokenizer_unittest.cc',
1309 'cert/sha256_legacy_support_win_unittest.cc', 1312 'cert/sha256_legacy_support_win_unittest.cc',
1310 'cert/signed_certificate_timestamp_unittest.cc', 1313 'cert/signed_certificate_timestamp_unittest.cc',
1311 'cert/test_root_certs_unittest.cc', 1314 'cert/test_root_certs_unittest.cc',
1312 'cert/x509_cert_types_unittest.cc', 1315 'cert/x509_cert_types_unittest.cc',
1313 'cert/x509_certificate_unittest.cc', 1316 'cert/x509_certificate_unittest.cc',
1314 'cert/x509_util_nss_unittest.cc', 1317 'cert/x509_util_nss_unittest.cc',
1315 'cert/x509_util_openssl_unittest.cc', 1318 'cert/x509_util_openssl_unittest.cc',
1316 'cert/x509_util_unittest.cc', 1319 'cert/x509_util_unittest.cc',
1320 'cert_net/cert_net_fetcher_impl_unittest.cc',
1317 'cookies/canonical_cookie_unittest.cc', 1321 'cookies/canonical_cookie_unittest.cc',
1318 'cookies/cookie_constants_unittest.cc', 1322 'cookies/cookie_constants_unittest.cc',
1319 'cookies/cookie_monster_unittest.cc', 1323 'cookies/cookie_monster_unittest.cc',
1320 'cookies/cookie_store_unittest.h', 1324 'cookies/cookie_store_unittest.h',
1321 'cookies/cookie_util_unittest.cc', 1325 'cookies/cookie_util_unittest.cc',
1322 'cookies/parsed_cookie_unittest.cc', 1326 'cookies/parsed_cookie_unittest.cc',
1323 'disk_cache/backend_unittest.cc', 1327 'disk_cache/backend_unittest.cc',
1324 'disk_cache/blockfile/addr_unittest.cc', 1328 'disk_cache/blockfile/addr_unittest.cc',
1325 'disk_cache/blockfile/bitmap_unittest.cc', 1329 'disk_cache/blockfile/bitmap_unittest.cc',
1326 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', 1330 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1779 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1780 ], 1784 ],
1781 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1782 'net_docs_sources': [ 1786 'net_docs_sources': [
1783 'README.md', 1787 'README.md',
1784 'sdch/README.md', 1788 'sdch/README.md',
1785 ], 1789 ],
1786 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1787 } 1791 }
1788 } 1792 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698