| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 ], | 779 ], |
| 780 'update_client_unittest_sources': [ | 780 'update_client_unittest_sources': [ |
| 781 'update_client/component_patcher_unittest.cc', | 781 'update_client/component_patcher_unittest.cc', |
| 782 'update_client/crx_downloader_unittest.cc', | 782 'update_client/crx_downloader_unittest.cc', |
| 783 'update_client/ping_manager_unittest.cc', | 783 'update_client/ping_manager_unittest.cc', |
| 784 'update_client/request_sender_unittest.cc', | 784 'update_client/request_sender_unittest.cc', |
| 785 'update_client/update_checker_unittest.cc', | 785 'update_client/update_checker_unittest.cc', |
| 786 'update_client/update_client_unittest.cc', | 786 'update_client/update_client_unittest.cc', |
| 787 'update_client/update_query_params_unittest.cc', | 787 'update_client/update_query_params_unittest.cc', |
| 788 'update_client/update_response_unittest.cc', | 788 'update_client/update_response_unittest.cc', |
| 789 'update_client/utils_unittest.cc', |
| 789 ], | 790 ], |
| 790 'upload_list_unittest_sources': [ | 791 'upload_list_unittest_sources': [ |
| 791 'upload_list/upload_list_unittest.cc', | 792 'upload_list/upload_list_unittest.cc', |
| 792 ], | 793 ], |
| 793 'url_formatter_unittest_sources': [ | 794 'url_formatter_unittest_sources': [ |
| 794 'url_formatter/elide_url_unittest.cc', | 795 'url_formatter/elide_url_unittest.cc', |
| 795 'url_formatter/url_fixer_unittest.cc', | 796 'url_formatter/url_fixer_unittest.cc', |
| 796 'url_formatter/url_formatter_unittest.cc', | 797 'url_formatter/url_formatter_unittest.cc', |
| 797 ], | 798 ], |
| 798 'url_matcher_unittest_sources': [ | 799 'url_matcher_unittest_sources': [ |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'dependencies': [ | 1888 'dependencies': [ |
| 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1889 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1889 ], | 1890 ], |
| 1890 }], | 1891 }], |
| 1891 ], | 1892 ], |
| 1892 }, | 1893 }, |
| 1893 ], | 1894 ], |
| 1894 }], | 1895 }], |
| 1895 ], | 1896 ], |
| 1896 } | 1897 } |
| OLD | NEW |