| 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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'safe_browsing_db_mobile_unittest_sources': [ | 633 'safe_browsing_db_mobile_unittest_sources': [ |
| 634 'safe_browsing_db/remote_database_manager_unittest.cc', | 634 'safe_browsing_db/remote_database_manager_unittest.cc', |
| 635 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', | 635 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', |
| 636 ], | 636 ], |
| 637 'safe_browsing_db_unittest_sources': [ | 637 'safe_browsing_db_unittest_sources': [ |
| 638 'safe_browsing_db/prefix_set_unittest.cc', | 638 'safe_browsing_db/prefix_set_unittest.cc', |
| 639 'safe_browsing_db/testing_util.h', | 639 'safe_browsing_db/testing_util.h', |
| 640 'safe_browsing_db/util_unittest.cc', | 640 'safe_browsing_db/util_unittest.cc', |
| 641 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', | 641 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', |
| 642 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', | 642 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', |
| 643 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', |
| 643 ], | 644 ], |
| 644 'safe_json_unittest_sources': [ | 645 'safe_json_unittest_sources': [ |
| 645 'safe_json/json_sanitizer_unittest.cc', | 646 'safe_json/json_sanitizer_unittest.cc', |
| 646 'safe_json/testing_json_parser_unittest.cc', | 647 'safe_json/testing_json_parser_unittest.cc', |
| 647 ], | 648 ], |
| 648 'scheduler_unittest_sources': [ | 649 'scheduler_unittest_sources': [ |
| 649 'scheduler/base/task_queue_manager_delegate_for_test.cc', | 650 'scheduler/base/task_queue_manager_delegate_for_test.cc', |
| 650 'scheduler/base/task_queue_manager_delegate_for_test.h', | 651 'scheduler/base/task_queue_manager_delegate_for_test.h', |
| 651 'scheduler/base/task_queue_manager_unittest.cc', | 652 'scheduler/base/task_queue_manager_unittest.cc', |
| 652 'scheduler/base/task_queue_selector_unittest.cc', | 653 'scheduler/base/task_queue_selector_unittest.cc', |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'dependencies': [ | 1923 'dependencies': [ |
| 1923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1924 ], | 1925 ], |
| 1925 }], | 1926 }], |
| 1926 ], | 1927 ], |
| 1927 }, | 1928 }, |
| 1928 ], | 1929 ], |
| 1929 }], | 1930 }], |
| 1930 ], | 1931 ], |
| 1931 } | 1932 } |
| OLD | NEW |