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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10407124: Don't force non-session only cookies to be session only cookies, instead delete on shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 'browser/native_window_notification_source.h', 1370 'browser/native_window_notification_source.h',
1371 'browser/net/chrome_cookie_notification_details.h', 1371 'browser/net/chrome_cookie_notification_details.h',
1372 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1372 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1373 'browser/net/chrome_fraudulent_certificate_reporter.h', 1373 'browser/net/chrome_fraudulent_certificate_reporter.h',
1374 'browser/net/chrome_net_log.cc', 1374 'browser/net/chrome_net_log.cc',
1375 'browser/net/chrome_net_log.h', 1375 'browser/net/chrome_net_log.h',
1376 'browser/net/chrome_network_delegate.cc', 1376 'browser/net/chrome_network_delegate.cc',
1377 'browser/net/chrome_network_delegate.h', 1377 'browser/net/chrome_network_delegate.h',
1378 'browser/net/chrome_url_request_context.cc', 1378 'browser/net/chrome_url_request_context.cc',
1379 'browser/net/chrome_url_request_context.h', 1379 'browser/net/chrome_url_request_context.h',
1380 'browser/net/clear_on_exit_policy.cc',
1381 'browser/net/clear_on_exit_policy.h',
1380 'browser/net/connect_interceptor.cc', 1382 'browser/net/connect_interceptor.cc',
1381 'browser/net/connect_interceptor.h', 1383 'browser/net/connect_interceptor.h',
1382 'browser/net/connection_tester.cc', 1384 'browser/net/connection_tester.cc',
1383 'browser/net/connection_tester.h', 1385 'browser/net/connection_tester.h',
1384 'browser/net/crl_set_fetcher.cc', 1386 'browser/net/crl_set_fetcher.cc',
1385 'browser/net/crl_set_fetcher.h', 1387 'browser/net/crl_set_fetcher.h',
1386 'browser/net/gaia/gaia_oauth_consumer.h', 1388 'browser/net/gaia/gaia_oauth_consumer.h',
1387 'browser/net/gaia/gaia_oauth_fetcher.cc', 1389 'browser/net/gaia/gaia_oauth_fetcher.cc',
1388 'browser/net/gaia/gaia_oauth_fetcher.h', 1390 'browser/net/gaia/gaia_oauth_fetcher.h',
1389 'browser/net/load_timing_observer.cc', 1391 'browser/net/load_timing_observer.cc',
(...skipping 3731 matching lines...) Expand 10 before | Expand all | Expand 10 after
5121 'browser/metrics/proto/study.proto', 5123 'browser/metrics/proto/study.proto',
5122 ], 5124 ],
5123 'variables': { 5125 'variables': {
5124 'proto_in_dir': 'browser/metrics/proto', 5126 'proto_in_dir': 'browser/metrics/proto',
5125 'proto_out_dir': 'chrome/browser/metrics/proto', 5127 'proto_out_dir': 'chrome/browser/metrics/proto',
5126 }, 5128 },
5127 'includes': [ '../build/protoc.gypi' ] 5129 'includes': [ '../build/protoc.gypi' ]
5128 }, 5130 },
5129 ], 5131 ],
5130 } 5132 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698