| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 'websockets/websocket_frame.cc', | 788 'websockets/websocket_frame.cc', |
| 789 'websockets/websocket_frame.h', | 789 'websockets/websocket_frame.h', |
| 790 'websockets/websocket_frame_parser.cc', | 790 'websockets/websocket_frame_parser.cc', |
| 791 'websockets/websocket_frame_parser.h', | 791 'websockets/websocket_frame_parser.h', |
| 792 'websockets/websocket_handshake_handler.cc', | 792 'websockets/websocket_handshake_handler.cc', |
| 793 'websockets/websocket_handshake_handler.h', | 793 'websockets/websocket_handshake_handler.h', |
| 794 'websockets/websocket_job.cc', | 794 'websockets/websocket_job.cc', |
| 795 'websockets/websocket_job.h', | 795 'websockets/websocket_job.h', |
| 796 'websockets/websocket_net_log_params.cc', | 796 'websockets/websocket_net_log_params.cc', |
| 797 'websockets/websocket_net_log_params.h', | 797 'websockets/websocket_net_log_params.h', |
| 798 'websockets/websocket_stream.h', |
| 798 'websockets/websocket_throttle.cc', | 799 'websockets/websocket_throttle.cc', |
| 799 'websockets/websocket_throttle.h', | 800 'websockets/websocket_throttle.h', |
| 800 ], | 801 ], |
| 801 'defines': [ | 802 'defines': [ |
| 802 'NET_IMPLEMENTATION', | 803 'NET_IMPLEMENTATION', |
| 803 ], | 804 ], |
| 804 'export_dependent_settings': [ | 805 'export_dependent_settings': [ |
| 805 '../base/base.gyp:base', | 806 '../base/base.gyp:base', |
| 806 ], | 807 ], |
| 807 'conditions': [ | 808 'conditions': [ |
| (...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1972 'tools/dump_cache/url_to_filename_encoder.cc', | 1973 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1973 'tools/dump_cache/url_to_filename_encoder.h', | 1974 'tools/dump_cache/url_to_filename_encoder.h', |
| 1974 'tools/dump_cache/url_utilities.h', | 1975 'tools/dump_cache/url_utilities.h', |
| 1975 'tools/dump_cache/url_utilities.cc', | 1976 'tools/dump_cache/url_utilities.cc', |
| 1976 ], | 1977 ], |
| 1977 }, | 1978 }, |
| 1978 ], | 1979 ], |
| 1979 }], | 1980 }], |
| 1980 ], | 1981 ], |
| 1981 } | 1982 } |
| OLD | NEW |