OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 'websockets/websocket_frame.h', | 1077 'websockets/websocket_frame.h', |
1078 'websockets/websocket_frame_parser.cc', | 1078 'websockets/websocket_frame_parser.cc', |
1079 'websockets/websocket_frame_parser.h', | 1079 'websockets/websocket_frame_parser.h', |
1080 'websockets/websocket_handshake_handler.cc', | 1080 'websockets/websocket_handshake_handler.cc', |
1081 'websockets/websocket_handshake_handler.h', | 1081 'websockets/websocket_handshake_handler.h', |
1082 'websockets/websocket_job.cc', | 1082 'websockets/websocket_job.cc', |
1083 'websockets/websocket_job.h', | 1083 'websockets/websocket_job.h', |
1084 'websockets/websocket_mux.h', | 1084 'websockets/websocket_mux.h', |
1085 'websockets/websocket_net_log_params.cc', | 1085 'websockets/websocket_net_log_params.cc', |
1086 'websockets/websocket_net_log_params.h', | 1086 'websockets/websocket_net_log_params.h', |
| 1087 'websockets/websocket_stream.cc', |
1087 'websockets/websocket_stream.h', | 1088 'websockets/websocket_stream.h', |
1088 'websockets/websocket_stream_base.h', | 1089 'websockets/websocket_stream_base.h', |
1089 'websockets/websocket_throttle.cc', | 1090 'websockets/websocket_throttle.cc', |
1090 'websockets/websocket_throttle.h', | 1091 'websockets/websocket_throttle.h', |
1091 ], | 1092 ], |
1092 'defines': [ | 1093 'defines': [ |
1093 'NET_IMPLEMENTATION', | 1094 'NET_IMPLEMENTATION', |
1094 ], | 1095 ], |
1095 'export_dependent_settings': [ | 1096 'export_dependent_settings': [ |
1096 '../base/base.gyp:base', | 1097 '../base/base.gyp:base', |
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2946 '--result', '<@(_outputs)', | 2947 '--result', '<@(_outputs)', |
2947 '--isolate', 'net_unittests.isolate', | 2948 '--isolate', 'net_unittests.isolate', |
2948 ], | 2949 ], |
2949 }, | 2950 }, |
2950 ], | 2951 ], |
2951 }, | 2952 }, |
2952 ], | 2953 ], |
2953 }], | 2954 }], |
2954 ], | 2955 ], |
2955 } | 2956 } |
OLD | NEW |