| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'base/platform_mime_util_mac.cc', | 109 'base/platform_mime_util_mac.cc', |
| 110 'base/platform_mime_util_win.cc', | 110 'base/platform_mime_util_win.cc', |
| 111 'base/registry_controlled_domain.cc', | 111 'base/registry_controlled_domain.cc', |
| 112 'base/registry_controlled_domain.h', | 112 'base/registry_controlled_domain.h', |
| 113 'base/scoped_cert_chain_context.h', | 113 'base/scoped_cert_chain_context.h', |
| 114 'base/sdch_filter.cc', | 114 'base/sdch_filter.cc', |
| 115 'base/sdch_filter.h', | 115 'base/sdch_filter.h', |
| 116 'base/sdch_manager.cc', | 116 'base/sdch_manager.cc', |
| 117 'base/sdch_manager.h', | 117 'base/sdch_manager.h', |
| 118 'base/socket.h', | 118 'base/socket.h', |
| 119 'base/ssl_cert_request_info.h', |
| 119 'base/ssl_client_socket.h', | 120 'base/ssl_client_socket.h', |
| 120 'base/ssl_client_socket_mac.cc', | 121 'base/ssl_client_socket_mac.cc', |
| 121 'base/ssl_client_socket_nss.cc', | 122 'base/ssl_client_socket_nss.cc', |
| 122 'base/ssl_client_socket_win.cc', | 123 'base/ssl_client_socket_win.cc', |
| 123 'base/ssl_client_socket_win.h', | 124 'base/ssl_client_socket_win.h', |
| 124 'base/ssl_config_service.cc', | 125 'base/ssl_config_service.cc', |
| 125 'base/ssl_config_service.h', | 126 'base/ssl_config_service.h', |
| 126 'base/ssl_info.h', | 127 'base/ssl_info.h', |
| 127 'base/ssl_test_util.cc', | 128 'base/ssl_test_util.cc', |
| 128 'base/tcp_client_socket.h', | 129 'base/tcp_client_socket.h', |
| (...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'tools/fetch/http_server.cc', | 670 'tools/fetch/http_server.cc', |
| 670 'tools/fetch/http_server.h', | 671 'tools/fetch/http_server.h', |
| 671 'tools/fetch/http_session.cc', | 672 'tools/fetch/http_session.cc', |
| 672 'tools/fetch/http_session.h', | 673 'tools/fetch/http_session.h', |
| 673 ], | 674 ], |
| 674 }, | 675 }, |
| 675 ], | 676 ], |
| 676 }], | 677 }], |
| 677 ], | 678 ], |
| 678 } | 679 } |
| OLD | NEW |