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

Side by Side Diff: net/net.gypi

Issue 1258023002: Split 'CookieOptions' out into a .h/.cc file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NET_EXPORT Created 5 years, 4 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
« net/cookies/cookie_options.cc ('K') | « net/cookies/cookie_options.cc ('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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'cert/x509_util_nss.h', 412 'cert/x509_util_nss.h',
413 'cert/x509_util_nss_certs.cc', 413 'cert/x509_util_nss_certs.cc',
414 'cert_net/cert_net_fetcher_impl.cc', 414 'cert_net/cert_net_fetcher_impl.cc',
415 'cert_net/cert_net_fetcher_impl.h', 415 'cert_net/cert_net_fetcher_impl.h',
416 'cookies/canonical_cookie.cc', 416 'cookies/canonical_cookie.cc',
417 'cookies/canonical_cookie.h', 417 'cookies/canonical_cookie.h',
418 'cookies/cookie_constants.cc', 418 'cookies/cookie_constants.cc',
419 'cookies/cookie_constants.h', 419 'cookies/cookie_constants.h',
420 'cookies/cookie_monster.cc', 420 'cookies/cookie_monster.cc',
421 'cookies/cookie_monster.h', 421 'cookies/cookie_monster.h',
422 'cookies/cookie_options.cc',
422 'cookies/cookie_options.h', 423 'cookies/cookie_options.h',
423 'cookies/cookie_store.cc', 424 'cookies/cookie_store.cc',
424 'cookies/cookie_store.h', 425 'cookies/cookie_store.h',
425 'cookies/cookie_util.cc', 426 'cookies/cookie_util.cc',
426 'cookies/cookie_util.h', 427 'cookies/cookie_util.h',
427 'cookies/parsed_cookie.cc', 428 'cookies/parsed_cookie.cc',
428 'cookies/parsed_cookie.h', 429 'cookies/parsed_cookie.h',
429 'disk_cache/blockfile/addr.cc', 430 'disk_cache/blockfile/addr.cc',
430 'disk_cache/blockfile/addr.h', 431 'disk_cache/blockfile/addr.h',
431 'disk_cache/blockfile/backend_impl.cc', 432 'disk_cache/blockfile/backend_impl.cc',
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'README.md', 1859 'README.md',
1859 'docs/bug-triage.md', 1860 'docs/bug-triage.md',
1860 'docs/bug-triage-labels.md', 1861 'docs/bug-triage-labels.md',
1861 'docs/bug-triage-suggested-workflow.md', 1862 'docs/bug-triage-suggested-workflow.md',
1862 'docs/life-of-a-url-request.md', 1863 'docs/life-of-a-url-request.md',
1863 'sdch/README.md', 1864 'sdch/README.md',
1864 ], 1865 ],
1865 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1866 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1866 } 1867 }
1867 } 1868 }
OLDNEW
« net/cookies/cookie_options.cc ('K') | « net/cookies/cookie_options.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698