| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 'ftp/ftp_util.h', | 320 'ftp/ftp_util.h', |
| 321 'http/des.cc', | 321 'http/des.cc', |
| 322 'http/des.h', | 322 'http/des.h', |
| 323 'http/http_alternate_protocols.cc', | 323 'http/http_alternate_protocols.cc', |
| 324 'http/http_alternate_protocols.h', | 324 'http/http_alternate_protocols.h', |
| 325 'http/http_atom_list.h', | 325 'http/http_atom_list.h', |
| 326 'http/http_auth.cc', | 326 'http/http_auth.cc', |
| 327 'http/http_auth.h', | 327 'http/http_auth.h', |
| 328 'http/http_auth_cache.cc', | 328 'http/http_auth_cache.cc', |
| 329 'http/http_auth_cache.h', | 329 'http/http_auth_cache.h', |
| 330 'http/http_auth_controller.cc', |
| 331 'http/http_auth_controller.h', |
| 330 'http/http_auth_filter.cc', | 332 'http/http_auth_filter.cc', |
| 331 'http/http_auth_filter.h', | 333 'http/http_auth_filter.h', |
| 332 'http/http_auth_filter_win.h', | 334 'http/http_auth_filter_win.h', |
| 333 'http/http_auth_gssapi_posix.cc', | 335 'http/http_auth_gssapi_posix.cc', |
| 334 'http/http_auth_gssapi_posix.h', | 336 'http/http_auth_gssapi_posix.h', |
| 335 'http/http_auth_handler.cc', | 337 'http/http_auth_handler.cc', |
| 336 'http/http_auth_handler.h', | 338 'http/http_auth_handler.h', |
| 337 'http/http_auth_handler_basic.cc', | 339 'http/http_auth_handler_basic.cc', |
| 338 'http/http_auth_handler_basic.h', | 340 'http/http_auth_handler_basic.h', |
| 339 'http/http_auth_handler_digest.cc', | 341 'http/http_auth_handler_digest.cc', |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 ], | 1078 ], |
| 1077 }], | 1079 }], |
| 1078 ], | 1080 ], |
| 1079 } | 1081 } |
| 1080 | 1082 |
| 1081 # Local Variables: | 1083 # Local Variables: |
| 1082 # tab-width:2 | 1084 # tab-width:2 |
| 1083 # indent-tabs-mode:nil | 1085 # indent-tabs-mode:nil |
| 1084 # End: | 1086 # End: |
| 1085 # vim: set expandtab tabstop=2 shiftwidth=2: | 1087 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |