Index: net/net.gyp |
=================================================================== |
--- net/net.gyp (revision 98485) |
+++ net/net.gyp (working copy) |
@@ -205,6 +205,7 @@ |
'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', |
@@ -1391,11 +1392,16 @@ |
'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', |
], |
}, |
], |
@@ -1410,7 +1416,7 @@ |
], |
'dependencies': [ |
'../base/base.gyp:base', |
- 'net.gyp:net', |
+ 'net', |
'../third_party/openssl/openssl.gyp:openssl', |
], |
'sources': [ |
@@ -1472,7 +1478,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'../base/base.gyp:base', |
- 'net.gyp:net', |
+ 'net', |
], |
'sources': [ |
'curvecp/circular_buffer.cc', |
@@ -1507,8 +1513,8 @@ |
'type': 'executable', |
'dependencies': [ |
'../base/base.gyp:base', |
- 'net.gyp:curvecp', |
- 'net.gyp:net', |
+ 'curvecp', |
+ 'net', |
'net_test_support', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |