| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 'udp/datagram_socket.h', | 631 'udp/datagram_socket.h', |
| 632 'udp/udp_client_socket.cc', | 632 'udp/udp_client_socket.cc', |
| 633 'udp/udp_client_socket.h', | 633 'udp/udp_client_socket.h', |
| 634 'udp/udp_server_socket.cc', | 634 'udp/udp_server_socket.cc', |
| 635 'udp/udp_server_socket.h', | 635 'udp/udp_server_socket.h', |
| 636 'udp/udp_socket.h', | 636 'udp/udp_socket.h', |
| 637 'udp/udp_socket_libevent.cc', | 637 'udp/udp_socket_libevent.cc', |
| 638 'udp/udp_socket_libevent.h', | 638 'udp/udp_socket_libevent.h', |
| 639 'udp/udp_socket_win.cc', | 639 'udp/udp_socket_win.cc', |
| 640 'udp/udp_socket_win.h', | 640 'udp/udp_socket_win.h', |
| 641 'url_request/fraudulent_certificate_reporter.cc', | |
| 642 'url_request/fraudulent_certificate_reporter.h', | 641 'url_request/fraudulent_certificate_reporter.h', |
| 643 'url_request/url_request.cc', | 642 'url_request/url_request.cc', |
| 644 'url_request/url_request.h', | 643 'url_request/url_request.h', |
| 645 'url_request/url_request_about_job.cc', | 644 'url_request/url_request_about_job.cc', |
| 646 'url_request/url_request_about_job.h', | 645 'url_request/url_request_about_job.h', |
| 647 'url_request/url_request_context.cc', | 646 'url_request/url_request_context.cc', |
| 648 'url_request/url_request_context.h', | 647 'url_request/url_request_context.h', |
| 649 'url_request/url_request_context_getter.cc', | 648 'url_request/url_request_context_getter.cc', |
| 650 'url_request/url_request_context_getter.h', | 649 'url_request/url_request_context_getter.h', |
| 651 'url_request/url_request_context_storage.cc', | 650 'url_request/url_request_context_storage.cc', |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'tools/dump_cache/url_to_filename_encoder.cc', | 1600 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1602 'tools/dump_cache/url_to_filename_encoder.h', | 1601 'tools/dump_cache/url_to_filename_encoder.h', |
| 1603 'tools/dump_cache/url_utilities.h', | 1602 'tools/dump_cache/url_utilities.h', |
| 1604 'tools/dump_cache/url_utilities.cc', | 1603 'tools/dump_cache/url_utilities.cc', |
| 1605 ], | 1604 ], |
| 1606 }, | 1605 }, |
| 1607 ], | 1606 ], |
| 1608 }], | 1607 }], |
| 1609 ], | 1608 ], |
| 1610 } | 1609 } |
| OLD | NEW |