| 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'dns/dns_query.cc', | 362 'dns/dns_query.cc', |
| 363 'dns/dns_query.h', | 363 'dns/dns_query.h', |
| 364 'dns/dns_response.cc', | 364 'dns/dns_response.cc', |
| 365 'dns/dns_response.h', | 365 'dns/dns_response.h', |
| 366 'dns/dns_session.cc', | 366 'dns/dns_session.cc', |
| 367 'dns/dns_session.h', | 367 'dns/dns_session.h', |
| 368 'dns/dns_transaction.cc', | 368 'dns/dns_transaction.cc', |
| 369 'dns/dns_transaction.h', | 369 'dns/dns_transaction.h', |
| 370 'dns/file_path_watcher_wrapper.cc', | 370 'dns/file_path_watcher_wrapper.cc', |
| 371 'dns/file_path_watcher_wrapper.h', | 371 'dns/file_path_watcher_wrapper.h', |
| 372 'dns/notify_watcher_mac.cc', |
| 373 'dns/notify_watcher_mac.h', |
| 372 'dns/serial_worker.cc', | 374 'dns/serial_worker.cc', |
| 373 'dns/serial_worker.h', | 375 'dns/serial_worker.h', |
| 374 'ftp/ftp_auth_cache.cc', | 376 'ftp/ftp_auth_cache.cc', |
| 375 'ftp/ftp_auth_cache.h', | 377 'ftp/ftp_auth_cache.h', |
| 376 'ftp/ftp_ctrl_response_buffer.cc', | 378 'ftp/ftp_ctrl_response_buffer.cc', |
| 377 'ftp/ftp_ctrl_response_buffer.h', | 379 'ftp/ftp_ctrl_response_buffer.h', |
| 378 'ftp/ftp_directory_listing_parser.cc', | 380 'ftp/ftp_directory_listing_parser.cc', |
| 379 'ftp/ftp_directory_listing_parser.h', | 381 'ftp/ftp_directory_listing_parser.h', |
| 380 'ftp/ftp_directory_listing_parser_ls.cc', | 382 'ftp/ftp_directory_listing_parser_ls.cc', |
| 381 'ftp/ftp_directory_listing_parser_ls.h', | 383 'ftp/ftp_directory_listing_parser_ls.h', |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1807 'tools/dump_cache/url_to_filename_encoder.cc', | 1809 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1808 'tools/dump_cache/url_to_filename_encoder.h', | 1810 'tools/dump_cache/url_to_filename_encoder.h', |
| 1809 'tools/dump_cache/url_utilities.h', | 1811 'tools/dump_cache/url_utilities.h', |
| 1810 'tools/dump_cache/url_utilities.cc', | 1812 'tools/dump_cache/url_utilities.cc', |
| 1811 ], | 1813 ], |
| 1812 }, | 1814 }, |
| 1813 ], | 1815 ], |
| 1814 }], | 1816 }], |
| 1815 ], | 1817 ], |
| 1816 } | 1818 } |
| OLD | NEW |