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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', | 685 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', |
686 ], | 686 ], |
687 'safe_browsing_db_unittest_sources': [ | 687 'safe_browsing_db_unittest_sources': [ |
688 'safe_browsing_db/database_manager_unittest.cc', | 688 'safe_browsing_db/database_manager_unittest.cc', |
689 'safe_browsing_db/prefix_set_unittest.cc', | 689 'safe_browsing_db/prefix_set_unittest.cc', |
690 'safe_browsing_db/testing_util.h', | 690 'safe_browsing_db/testing_util.h', |
691 'safe_browsing_db/util_unittest.cc', | 691 'safe_browsing_db/util_unittest.cc', |
692 'safe_browsing_db/v4_database_unittest.cc', | 692 'safe_browsing_db/v4_database_unittest.cc', |
693 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', | 693 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', |
694 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', | 694 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', |
| 695 'safe_browsing_db/v4_store_unittest.cc', |
695 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', | 696 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', |
696 ], | 697 ], |
697 'safe_json_unittest_sources': [ | 698 'safe_json_unittest_sources': [ |
698 'safe_json/json_sanitizer_unittest.cc', | 699 'safe_json/json_sanitizer_unittest.cc', |
699 'safe_json/testing_json_parser_unittest.cc', | 700 'safe_json/testing_json_parser_unittest.cc', |
700 ], | 701 ], |
701 'scheduler_unittest_sources': [ | 702 'scheduler_unittest_sources': [ |
702 'scheduler/base/task_queue_manager_delegate_for_test.cc', | 703 'scheduler/base/task_queue_manager_delegate_for_test.cc', |
703 'scheduler/base/task_queue_manager_delegate_for_test.h', | 704 'scheduler/base/task_queue_manager_delegate_for_test.h', |
704 'scheduler/base/task_queue_manager_unittest.cc', | 705 'scheduler/base/task_queue_manager_unittest.cc', |
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2010 'dependencies': [ | 2011 'dependencies': [ |
2011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2012 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2012 ], | 2013 ], |
2013 }], | 2014 }], |
2014 ], | 2015 ], |
2015 }, | 2016 }, |
2016 ], | 2017 ], |
2017 }], | 2018 }], |
2018 ], | 2019 ], |
2019 } | 2020 } |
OLD | NEW |