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

Unified Diff: net/net.gyp

Issue 312003002: Port net/tools/balsa to non-Linux platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compiler warnings Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/tools/balsa/balsa_frame.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index d6bc5d95c236279a8ae1d13a629397675f074946..c22edb4f06ced1c88ac462e6addc964e51858ca5 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -541,6 +541,7 @@
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib',
+ 'balsa',
'http_server',
'net',
'net_derived_sources',
@@ -552,7 +553,6 @@
'conditions': [
['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
'dependencies': [
- 'balsa',
'epoll_server',
'flip_in_mem_edsm_server_base',
'quic_base',
@@ -1061,6 +1061,32 @@
'msvs_disabled_warnings': [4267, ],
},
{
+ 'target_name': 'balsa',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ ],
+ 'sources': [
+ 'tools/balsa/balsa_enums.h',
+ 'tools/balsa/balsa_frame.cc',
+ 'tools/balsa/balsa_frame.h',
+ 'tools/balsa/balsa_headers.cc',
+ 'tools/balsa/balsa_headers.h',
+ 'tools/balsa/balsa_headers_token_utils.cc',
+ 'tools/balsa/balsa_headers_token_utils.h',
+ 'tools/balsa/balsa_visitor_interface.h',
+ 'tools/balsa/http_message_constants.cc',
+ 'tools/balsa/http_message_constants.h',
+ 'tools/balsa/noop_balsa_visitor.h',
+ 'tools/balsa/simple_buffer.cc',
+ 'tools/balsa/simple_buffer.h',
+ 'tools/balsa/split.cc',
+ 'tools/balsa/split.h',
+ 'tools/balsa/string_piece_utils.h',
+ ],
+ },
+ {
'target_name': 'dump_cache',
'type': 'executable',
'dependencies': [
@@ -1294,32 +1320,6 @@
['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
'targets': [
{
- 'target_name': 'balsa',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'net',
- ],
- 'sources': [
- 'tools/balsa/balsa_enums.h',
- 'tools/balsa/balsa_frame.cc',
- 'tools/balsa/balsa_frame.h',
- 'tools/balsa/balsa_headers.cc',
- 'tools/balsa/balsa_headers.h',
- 'tools/balsa/balsa_headers_token_utils.cc',
- 'tools/balsa/balsa_headers_token_utils.h',
- 'tools/balsa/balsa_visitor_interface.h',
- 'tools/balsa/http_message_constants.cc',
- 'tools/balsa/http_message_constants.h',
- 'tools/balsa/noop_balsa_visitor.h',
- 'tools/balsa/simple_buffer.cc',
- 'tools/balsa/simple_buffer.h',
- 'tools/balsa/split.cc',
- 'tools/balsa/split.h',
- 'tools/balsa/string_piece_utils.h',
- ],
- },
- {
'target_name': 'epoll_server',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/tools/balsa/balsa_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698