| 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 1515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1526 'proxy/mock_proxy_resolver.cc', | 1526 'proxy/mock_proxy_resolver.cc', |
| 1527 'proxy/mock_proxy_resolver.h', | 1527 'proxy/mock_proxy_resolver.h', |
| 1528 'proxy/mock_proxy_script_fetcher.cc', | 1528 'proxy/mock_proxy_script_fetcher.cc', |
| 1529 'proxy/mock_proxy_script_fetcher.h', | 1529 'proxy/mock_proxy_script_fetcher.h', |
| 1530 'proxy/proxy_config_service_common_unittest.cc', | 1530 'proxy/proxy_config_service_common_unittest.cc', |
| 1531 'proxy/proxy_config_service_common_unittest.h', | 1531 'proxy/proxy_config_service_common_unittest.h', |
| 1532 'socket/socket_test_util.cc', | 1532 'socket/socket_test_util.cc', |
| 1533 'socket/socket_test_util.h', | 1533 'socket/socket_test_util.h', |
| 1534 'test/base_test_server.cc', | 1534 'test/base_test_server.cc', |
| 1535 'test/base_test_server.h', | 1535 'test/base_test_server.h', |
| 1536 'test/local_sync_test_server.cc', |
| 1537 'test/local_sync_test_server.h', |
| 1536 'test/local_test_server_posix.cc', | 1538 'test/local_test_server_posix.cc', |
| 1537 'test/local_test_server_win.cc', | 1539 'test/local_test_server_win.cc', |
| 1538 'test/local_test_server.cc', | 1540 'test/local_test_server.cc', |
| 1539 'test/local_test_server.h', | 1541 'test/local_test_server.h', |
| 1540 'test/python_utils.cc', | 1542 'test/python_utils.cc', |
| 1541 'test/python_utils.h', | 1543 'test/python_utils.h', |
| 1542 'test/remote_test_server.cc', | 1544 'test/remote_test_server.cc', |
| 1543 'test/remote_test_server.h', | 1545 'test/remote_test_server.h', |
| 1544 'test/spawner_communicator.cc', | 1546 'test/spawner_communicator.cc', |
| 1545 'test/spawner_communicator.h', | 1547 'test/spawner_communicator.h', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1860 'tools/dump_cache/url_to_filename_encoder.cc', | 1862 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1861 'tools/dump_cache/url_to_filename_encoder.h', | 1863 'tools/dump_cache/url_to_filename_encoder.h', |
| 1862 'tools/dump_cache/url_utilities.h', | 1864 'tools/dump_cache/url_utilities.h', |
| 1863 'tools/dump_cache/url_utilities.cc', | 1865 'tools/dump_cache/url_utilities.cc', |
| 1864 ], | 1866 ], |
| 1865 }, | 1867 }, |
| 1866 ], | 1868 ], |
| 1867 }], | 1869 }], |
| 1868 ], | 1870 ], |
| 1869 } | 1871 } |
| OLD | NEW |