| 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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1096 'url_request/view_cache_helper.cc', | 1096 'url_request/view_cache_helper.cc', |
| 1097 'url_request/view_cache_helper.h', | 1097 'url_request/view_cache_helper.h', |
| 1098 'websockets/websocket_basic_stream.cc', | 1098 'websockets/websocket_basic_stream.cc', |
| 1099 'websockets/websocket_basic_stream.h', | 1099 'websockets/websocket_basic_stream.h', |
| 1100 'websockets/websocket_channel.cc', | 1100 'websockets/websocket_channel.cc', |
| 1101 'websockets/websocket_channel.h', | 1101 'websockets/websocket_channel.h', |
| 1102 'websockets/websocket_deflater.h', | 1102 'websockets/websocket_deflater.h', |
| 1103 'websockets/websocket_deflater.cc', | 1103 'websockets/websocket_deflater.cc', |
| 1104 'websockets/websocket_errors.cc', | 1104 'websockets/websocket_errors.cc', |
| 1105 'websockets/websocket_errors.h', | 1105 'websockets/websocket_errors.h', |
| 1106 'websockets/websocket_extension.cc', |
| 1107 'websockets/websocket_extension.h', |
| 1108 'websockets/websocket_extension_parser.cc', |
| 1109 'websockets/websocket_extension_parser.h', |
| 1106 'websockets/websocket_frame.cc', | 1110 'websockets/websocket_frame.cc', |
| 1107 'websockets/websocket_frame.h', | 1111 'websockets/websocket_frame.h', |
| 1108 'websockets/websocket_frame_parser.cc', | 1112 'websockets/websocket_frame_parser.cc', |
| 1109 'websockets/websocket_frame_parser.h', | 1113 'websockets/websocket_frame_parser.h', |
| 1110 'websockets/websocket_handshake_constants.cc', | 1114 'websockets/websocket_handshake_constants.cc', |
| 1111 'websockets/websocket_handshake_constants.h', | 1115 'websockets/websocket_handshake_constants.h', |
| 1112 'websockets/websocket_handshake_handler.cc', | 1116 'websockets/websocket_handshake_handler.cc', |
| 1113 'websockets/websocket_handshake_handler.h', | 1117 'websockets/websocket_handshake_handler.h', |
| 1114 'websockets/websocket_job.cc', | 1118 'websockets/websocket_job.cc', |
| 1115 'websockets/websocket_job.h', | 1119 'websockets/websocket_job.h', |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1869 'url_request/url_request_throttler_simulation_unittest.cc', | 1873 'url_request/url_request_throttler_simulation_unittest.cc', |
| 1870 'url_request/url_request_throttler_test_support.cc', | 1874 'url_request/url_request_throttler_test_support.cc', |
| 1871 'url_request/url_request_throttler_test_support.h', | 1875 'url_request/url_request_throttler_test_support.h', |
| 1872 'url_request/url_request_throttler_unittest.cc', | 1876 'url_request/url_request_throttler_unittest.cc', |
| 1873 'url_request/url_request_unittest.cc', | 1877 'url_request/url_request_unittest.cc', |
| 1874 'url_request/view_cache_helper_unittest.cc', | 1878 'url_request/view_cache_helper_unittest.cc', |
| 1875 'websockets/websocket_basic_stream_test.cc', | 1879 'websockets/websocket_basic_stream_test.cc', |
| 1876 'websockets/websocket_channel_test.cc', | 1880 'websockets/websocket_channel_test.cc', |
| 1877 'websockets/websocket_deflater_test.cc', | 1881 'websockets/websocket_deflater_test.cc', |
| 1878 'websockets/websocket_errors_test.cc', | 1882 'websockets/websocket_errors_test.cc', |
| 1883 'websockets/websocket_extension_parser_test.cc', |
| 1879 'websockets/websocket_frame_parser_test.cc', | 1884 'websockets/websocket_frame_parser_test.cc', |
| 1880 'websockets/websocket_frame_test.cc', | 1885 'websockets/websocket_frame_test.cc', |
| 1881 'websockets/websocket_handshake_handler_test.cc', | 1886 'websockets/websocket_handshake_handler_test.cc', |
| 1882 'websockets/websocket_handshake_handler_spdy_test.cc', | 1887 'websockets/websocket_handshake_handler_spdy_test.cc', |
| 1883 'websockets/websocket_job_test.cc', | 1888 'websockets/websocket_job_test.cc', |
| 1884 'websockets/websocket_net_log_params_test.cc', | 1889 'websockets/websocket_net_log_params_test.cc', |
| 1885 'websockets/websocket_throttle_test.cc', | 1890 'websockets/websocket_throttle_test.cc', |
| 1886 ], | 1891 ], |
| 1887 'conditions': [ | 1892 'conditions': [ |
| 1888 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 1893 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2960 'net_unittests.isolate', | 2965 'net_unittests.isolate', |
| 2961 ], | 2966 ], |
| 2962 'sources': [ | 2967 'sources': [ |
| 2963 'net_unittests.isolate', | 2968 'net_unittests.isolate', |
| 2964 ], | 2969 ], |
| 2965 }, | 2970 }, |
| 2966 ], | 2971 ], |
| 2967 }], | 2972 }], |
| 2968 ], | 2973 ], |
| 2969 } | 2974 } |
| OLD | NEW |