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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'base/bzip2_filter_unittest.cc', | 397 'base/bzip2_filter_unittest.cc', |
398 'base/client_socket_pool_unittest.cc', | 398 'base/client_socket_pool_unittest.cc', |
399 'base/cookie_monster_unittest.cc', | 399 'base/cookie_monster_unittest.cc', |
400 'base/cookie_policy_unittest.cc', | 400 'base/cookie_policy_unittest.cc', |
401 'base/data_url_unittest.cc', | 401 'base/data_url_unittest.cc', |
402 'base/directory_lister_unittest.cc', | 402 'base/directory_lister_unittest.cc', |
403 'base/escape_unittest.cc', | 403 'base/escape_unittest.cc', |
404 'base/file_stream_unittest.cc', | 404 'base/file_stream_unittest.cc', |
405 'base/filter_unittest.cc', | 405 'base/filter_unittest.cc', |
406 'base/filter_unittest.h', | 406 'base/filter_unittest.h', |
| 407 'base/force_tls_state_unittest.cc', |
407 'base/gzip_filter_unittest.cc', | 408 'base/gzip_filter_unittest.cc', |
408 'base/host_resolver_unittest.cc', | 409 'base/host_resolver_unittest.cc', |
409 'base/listen_socket_unittest.cc', | 410 'base/listen_socket_unittest.cc', |
410 'base/listen_socket_unittest.h', | 411 'base/listen_socket_unittest.h', |
411 'base/mime_sniffer_unittest.cc', | 412 'base/mime_sniffer_unittest.cc', |
412 'base/mime_util_unittest.cc', | 413 'base/mime_util_unittest.cc', |
413 'base/net_util_unittest.cc', | 414 'base/net_util_unittest.cc', |
414 'base/registry_controlled_domain_unittest.cc', | 415 'base/registry_controlled_domain_unittest.cc', |
415 'base/run_all_unittests.cc', | 416 'base/run_all_unittests.cc', |
416 'base/sdch_filter_unittest.cc', | 417 'base/sdch_filter_unittest.cc', |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'tools/fetch/http_server.cc', | 662 'tools/fetch/http_server.cc', |
662 'tools/fetch/http_server.h', | 663 'tools/fetch/http_server.h', |
663 'tools/fetch/http_session.cc', | 664 'tools/fetch/http_session.cc', |
664 'tools/fetch/http_session.h', | 665 'tools/fetch/http_session.h', |
665 ], | 666 ], |
666 }, | 667 }, |
667 ], | 668 ], |
668 }], | 669 }], |
669 ], | 670 ], |
670 } | 671 } |
OLD | NEW |