| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1821 'test/base/chrome_test_launcher.cc', | 1821 'test/base/chrome_test_launcher.cc', |
| 1822 'test/base/chrome_test_launcher.h', | 1822 'test/base/chrome_test_launcher.h', |
| 1823 'test/base/chrome_test_suite.cc', | 1823 'test/base/chrome_test_suite.cc', |
| 1824 'test/base/chrome_test_suite.h', | 1824 'test/base/chrome_test_suite.h', |
| 1825 'test/base/chrome_unit_test_suite.cc', | 1825 'test/base/chrome_unit_test_suite.cc', |
| 1826 'test/base/chrome_unit_test_suite.h', | 1826 'test/base/chrome_unit_test_suite.h', |
| 1827 'test/base/dialog_test_browser_window.cc', | 1827 'test/base/dialog_test_browser_window.cc', |
| 1828 'test/base/dialog_test_browser_window.h', | 1828 'test/base/dialog_test_browser_window.h', |
| 1829 'test/base/find_in_page_observer.cc', | 1829 'test/base/find_in_page_observer.cc', |
| 1830 'test/base/find_in_page_observer.h', | 1830 'test/base/find_in_page_observer.h', |
| 1831 'test/base/history_index_restore_observer.cc', | |
| 1832 'test/base/history_index_restore_observer.h', | |
| 1833 'test/base/scoped_browser_locale.cc', | 1831 'test/base/scoped_browser_locale.cc', |
| 1834 'test/base/scoped_browser_locale.h', | 1832 'test/base/scoped_browser_locale.h', |
| 1835 'test/base/scoped_bundle_swizzler_mac.h', | 1833 'test/base/scoped_bundle_swizzler_mac.h', |
| 1836 'test/base/scoped_bundle_swizzler_mac.mm', | 1834 'test/base/scoped_bundle_swizzler_mac.mm', |
| 1837 'test/base/scoped_testing_local_state.cc', | 1835 'test/base/scoped_testing_local_state.cc', |
| 1838 'test/base/scoped_testing_local_state.h', | 1836 'test/base/scoped_testing_local_state.h', |
| 1839 'test/base/search_test_utils.cc', | 1837 'test/base/search_test_utils.cc', |
| 1840 'test/base/search_test_utils.h', | 1838 'test/base/search_test_utils.h', |
| 1841 'test/base/test_browser_window.cc', | 1839 'test/base/test_browser_window.cc', |
| 1842 'test/base/test_browser_window.h', | 1840 'test/base/test_browser_window.h', |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3056 'dependencies': [ | 3054 'dependencies': [ |
| 3057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3055 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3058 ], | 3056 ], |
| 3059 }], | 3057 }], |
| 3060 ], | 3058 ], |
| 3061 }, | 3059 }, |
| 3062 ], | 3060 ], |
| 3063 }], | 3061 }], |
| 3064 ], # 'conditions' | 3062 ], # 'conditions' |
| 3065 } | 3063 } |
| OLD | NEW |