| 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'rappor/rappor_prefs_unittest.cc', | 570 'rappor/rappor_prefs_unittest.cc', |
| 571 'rappor/rappor_service_unittest.cc', | 571 'rappor/rappor_service_unittest.cc', |
| 572 'rappor/rappor_utils_unittest.cc', | 572 'rappor/rappor_utils_unittest.cc', |
| 573 'rappor/sampler_unittest.cc', | 573 'rappor/sampler_unittest.cc', |
| 574 ], | 574 ], |
| 575 'rlz_unittest_sources': [ | 575 'rlz_unittest_sources': [ |
| 576 'rlz/rlz_tracker_unittest.cc', | 576 'rlz/rlz_tracker_unittest.cc', |
| 577 ], | 577 ], |
| 578 'safe_browsing_db_unittest_sources': [ | 578 'safe_browsing_db_unittest_sources': [ |
| 579 'safe_browsing_db/prefix_set_unittest.cc', | 579 'safe_browsing_db/prefix_set_unittest.cc', |
| 580 'safe_browsing_db/util_unittest.cc', | 580 'safe_browsing_db/safe_browsing_db_util_unittest.cc', |
| 581 ], | 581 ], |
| 582 'safe_json_unittest_sources': [ | 582 'safe_json_unittest_sources': [ |
| 583 'safe_json/json_sanitizer_unittest.cc', | 583 'safe_json/json_sanitizer_unittest.cc', |
| 584 ], | 584 ], |
| 585 'scheduler_unittest_sources': [ | 585 'scheduler_unittest_sources': [ |
| 586 'scheduler/base/nestable_task_runner_for_test.cc', | 586 'scheduler/base/nestable_task_runner_for_test.cc', |
| 587 'scheduler/base/nestable_task_runner_for_test.h', | 587 'scheduler/base/nestable_task_runner_for_test.h', |
| 588 'scheduler/base/task_queue_manager_unittest.cc', | 588 'scheduler/base/task_queue_manager_unittest.cc', |
| 589 'scheduler/base/task_queue_selector_unittest.cc', | 589 'scheduler/base/task_queue_selector_unittest.cc', |
| 590 'scheduler/base/task_queue_sets_unittest.cc', | 590 'scheduler/base/task_queue_sets_unittest.cc', |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1804 'dependencies': [ | 1804 'dependencies': [ |
| 1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1806 ], | 1806 ], |
| 1807 }], | 1807 }], |
| 1808 ], | 1808 ], |
| 1809 }, | 1809 }, |
| 1810 ], | 1810 ], |
| 1811 }], | 1811 }], |
| 1812 ], | 1812 ], |
| 1813 } | 1813 } |
| OLD | NEW |