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