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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'rlz_unittest_sources': [ | 617 'rlz_unittest_sources': [ |
618 'rlz/rlz_tracker_unittest.cc', | 618 'rlz/rlz_tracker_unittest.cc', |
619 ], | 619 ], |
620 'safe_browsing_db_mobile_unittest_sources': [ | 620 'safe_browsing_db_mobile_unittest_sources': [ |
621 'safe_browsing_db/remote_database_manager_unittest.cc', | 621 'safe_browsing_db/remote_database_manager_unittest.cc', |
622 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', | 622 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', |
623 ], | 623 ], |
624 'safe_browsing_db_unittest_sources': [ | 624 'safe_browsing_db_unittest_sources': [ |
625 'safe_browsing_db/prefix_set_unittest.cc', | 625 'safe_browsing_db/prefix_set_unittest.cc', |
626 'safe_browsing_db/util_unittest.cc', | 626 'safe_browsing_db/util_unittest.cc', |
| 627 'safe_browsing_db/v4_protocol_manager_unittest.cc', |
627 ], | 628 ], |
628 'safe_json_unittest_sources': [ | 629 'safe_json_unittest_sources': [ |
629 'safe_json/json_sanitizer_unittest.cc', | 630 'safe_json/json_sanitizer_unittest.cc', |
630 'safe_json/testing_json_parser_unittest.cc', | 631 'safe_json/testing_json_parser_unittest.cc', |
631 ], | 632 ], |
632 'scheduler_unittest_sources': [ | 633 'scheduler_unittest_sources': [ |
633 'scheduler/base/task_queue_manager_delegate_for_test.cc', | 634 'scheduler/base/task_queue_manager_delegate_for_test.cc', |
634 'scheduler/base/task_queue_manager_delegate_for_test.h', | 635 'scheduler/base/task_queue_manager_delegate_for_test.h', |
635 'scheduler/base/task_queue_manager_unittest.cc', | 636 'scheduler/base/task_queue_manager_unittest.cc', |
636 'scheduler/base/task_queue_selector_unittest.cc', | 637 'scheduler/base/task_queue_selector_unittest.cc', |
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1886 'dependencies': [ | 1887 'dependencies': [ |
1887 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1888 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1888 ], | 1889 ], |
1889 }], | 1890 }], |
1890 ], | 1891 ], |
1891 }, | 1892 }, |
1892 ], | 1893 ], |
1893 }], | 1894 }], |
1894 ], | 1895 ], |
1895 } | 1896 } |
OLD | NEW |