| 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 'websockets/websocket_frame.cc', | 1074 'websockets/websocket_frame.cc', |
| 1075 'websockets/websocket_frame.h', | 1075 'websockets/websocket_frame.h', |
| 1076 'websockets/websocket_frame_parser.cc', | 1076 'websockets/websocket_frame_parser.cc', |
| 1077 'websockets/websocket_frame_parser.h', | 1077 'websockets/websocket_frame_parser.h', |
| 1078 'websockets/websocket_handshake_handler.cc', | 1078 'websockets/websocket_handshake_handler.cc', |
| 1079 'websockets/websocket_handshake_handler.h', | 1079 'websockets/websocket_handshake_handler.h', |
| 1080 'websockets/websocket_job.cc', | 1080 'websockets/websocket_job.cc', |
| 1081 'websockets/websocket_job.h', | 1081 'websockets/websocket_job.h', |
| 1082 'websockets/websocket_net_log_params.cc', | 1082 'websockets/websocket_net_log_params.cc', |
| 1083 'websockets/websocket_net_log_params.h', | 1083 'websockets/websocket_net_log_params.h', |
| 1084 'websockets/websocket_stream.cc', |
| 1084 'websockets/websocket_stream.h', | 1085 'websockets/websocket_stream.h', |
| 1085 'websockets/websocket_stream_base.h', | 1086 'websockets/websocket_stream_base.h', |
| 1086 'websockets/websocket_throttle.cc', | 1087 'websockets/websocket_throttle.cc', |
| 1087 'websockets/websocket_throttle.h', | 1088 'websockets/websocket_throttle.h', |
| 1088 ], | 1089 ], |
| 1089 'defines': [ | 1090 'defines': [ |
| 1090 'NET_IMPLEMENTATION', | 1091 'NET_IMPLEMENTATION', |
| 1091 ], | 1092 ], |
| 1092 'export_dependent_settings': [ | 1093 'export_dependent_settings': [ |
| 1093 '../base/base.gyp:base', | 1094 '../base/base.gyp:base', |
| (...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2931 '--result', '<@(_outputs)', | 2932 '--result', '<@(_outputs)', |
| 2932 '--isolate', 'net_unittests.isolate', | 2933 '--isolate', 'net_unittests.isolate', |
| 2933 ], | 2934 ], |
| 2934 }, | 2935 }, |
| 2935 ], | 2936 ], |
| 2936 }, | 2937 }, |
| 2937 ], | 2938 ], |
| 2938 }], | 2939 }], |
| 2939 ], | 2940 ], |
| 2940 } | 2941 } |
| OLD | NEW |