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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'websockets/websocket_frame.h', | 1065 'websockets/websocket_frame.h', |
1066 'websockets/websocket_frame_parser.cc', | 1066 'websockets/websocket_frame_parser.cc', |
1067 'websockets/websocket_frame_parser.h', | 1067 'websockets/websocket_frame_parser.h', |
1068 'websockets/websocket_handshake_handler.cc', | 1068 'websockets/websocket_handshake_handler.cc', |
1069 'websockets/websocket_handshake_handler.h', | 1069 'websockets/websocket_handshake_handler.h', |
1070 'websockets/websocket_job.cc', | 1070 'websockets/websocket_job.cc', |
1071 'websockets/websocket_job.h', | 1071 'websockets/websocket_job.h', |
1072 'websockets/websocket_net_log_params.cc', | 1072 'websockets/websocket_net_log_params.cc', |
1073 'websockets/websocket_net_log_params.h', | 1073 'websockets/websocket_net_log_params.h', |
1074 'websockets/websocket_stream.h', | 1074 'websockets/websocket_stream.h', |
| 1075 'websockets/websocket_stream_base.h', |
1075 'websockets/websocket_throttle.cc', | 1076 'websockets/websocket_throttle.cc', |
1076 'websockets/websocket_throttle.h', | 1077 'websockets/websocket_throttle.h', |
1077 ], | 1078 ], |
1078 'defines': [ | 1079 'defines': [ |
1079 'NET_IMPLEMENTATION', | 1080 'NET_IMPLEMENTATION', |
1080 ], | 1081 ], |
1081 'export_dependent_settings': [ | 1082 'export_dependent_settings': [ |
1082 '../base/base.gyp:base', | 1083 '../base/base.gyp:base', |
1083 ], | 1084 ], |
1084 'conditions': [ | 1085 'conditions': [ |
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2913 '--result', '<@(_outputs)', | 2914 '--result', '<@(_outputs)', |
2914 '--isolate', 'net_unittests.isolate', | 2915 '--isolate', 'net_unittests.isolate', |
2915 ], | 2916 ], |
2916 }, | 2917 }, |
2917 ], | 2918 ], |
2918 }, | 2919 }, |
2919 ], | 2920 ], |
2920 }], | 2921 }], |
2921 ], | 2922 ], |
2922 } | 2923 } |
OLD | NEW |