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

Unified Diff: net/net.gyp

Issue 7623015: Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 96390)
+++ net/net.gyp (working copy)
@@ -194,7 +194,6 @@
'base/ssl_config_service_defaults.cc',
'base/ssl_config_service_defaults.h',
'base/ssl_false_start_blacklist.cc',
- 'base/ssl_false_start_blacklist.h',
'base/ssl_info.cc',
'base/ssl_info.h',
'base/static_cookie_policy.cc',
@@ -1336,16 +1335,11 @@
'target_name': 'ssl_false_start_blacklist_process',
'type': 'executable',
'toolsets': ['host'],
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- ],
'include_dirs': [
'..',
],
'sources': [
'base/ssl_false_start_blacklist_process.cc',
- 'base/ssl_false_start_blacklist.h',
],
},
],
@@ -1360,7 +1354,7 @@
],
'dependencies': [
'../base/base.gyp:base',
- 'net',
+ 'net.gyp:net',
'../third_party/openssl/openssl.gyp:openssl',
],
'sources': [
@@ -1422,7 +1416,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- 'net',
+ 'net.gyp:net',
],
'sources': [
'curvecp/circular_buffer.cc',
@@ -1457,8 +1451,8 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
- 'curvecp',
- 'net',
+ 'net.gyp:curvecp',
+ 'net.gyp:net',
'net_test_support',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
« no previous file with comments | « net/base/ssl_false_start_blacklist_unittest.cc ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698