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 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1799 'test/base/find_in_page_observer.cc', | 1799 'test/base/find_in_page_observer.cc', |
1800 'test/base/find_in_page_observer.h', | 1800 'test/base/find_in_page_observer.h', |
1801 'test/base/history_index_restore_observer.cc', | 1801 'test/base/history_index_restore_observer.cc', |
1802 'test/base/history_index_restore_observer.h', | 1802 'test/base/history_index_restore_observer.h', |
1803 'test/base/in_process_browser_test.cc', | 1803 'test/base/in_process_browser_test.cc', |
1804 'test/base/in_process_browser_test.h', | 1804 'test/base/in_process_browser_test.h', |
1805 'test/base/profile_mock.cc', | 1805 'test/base/profile_mock.cc', |
1806 'test/base/profile_mock.h', | 1806 'test/base/profile_mock.h', |
1807 'test/base/scoped_browser_locale.cc', | 1807 'test/base/scoped_browser_locale.cc', |
1808 'test/base/scoped_browser_locale.h', | 1808 'test/base/scoped_browser_locale.h', |
| 1809 'test/base/scoped_bundle_swizzler_mac.h', |
| 1810 'test/base/scoped_bundle_swizzler_mac.mm', |
1809 'test/base/scoped_testing_local_state.cc', | 1811 'test/base/scoped_testing_local_state.cc', |
1810 'test/base/scoped_testing_local_state.h', | 1812 'test/base/scoped_testing_local_state.h', |
1811 'test/base/test_browser_window.cc', | 1813 'test/base/test_browser_window.cc', |
1812 'test/base/test_browser_window.h', | 1814 'test/base/test_browser_window.h', |
1813 'test/base/test_launcher_utils.cc', | 1815 'test/base/test_launcher_utils.cc', |
1814 'test/base/test_launcher_utils.h', | 1816 'test/base/test_launcher_utils.h', |
1815 'test/base/test_switches.cc', | 1817 'test/base/test_switches.cc', |
1816 'test/base/test_switches.h', | 1818 'test/base/test_switches.h', |
1817 'test/base/testing_browser_process.cc', | 1819 'test/base/testing_browser_process.cc', |
1818 'test/base/testing_browser_process.h', | 1820 'test/base/testing_browser_process.h', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2027 'common/media_galleries/picasa_test_util.cc', | 2029 'common/media_galleries/picasa_test_util.cc', |
2028 'common/media_galleries/picasa_test_util.cc', | 2030 'common/media_galleries/picasa_test_util.cc', |
2029 'common/media_galleries/pmp_test_util.cc', | 2031 'common/media_galleries/pmp_test_util.cc', |
2030 'common/media_galleries/pmp_test_util.h', | 2032 'common/media_galleries/pmp_test_util.h', |
2031 ], | 2033 ], |
2032 }], | 2034 }], |
2033 ['OS=="mac"', { | 2035 ['OS=="mac"', { |
2034 'dependencies': [ | 2036 'dependencies': [ |
2035 '../breakpad/breakpad.gyp:breakpad', | 2037 '../breakpad/breakpad.gyp:breakpad', |
2036 '../components/components.gyp:crash_component', | 2038 '../components/components.gyp:crash_component', |
| 2039 '../third_party/ocmock/ocmock.gyp:*', |
2037 ], | 2040 ], |
2038 'sources': [ | 2041 'sources': [ |
2039 'app/chrome_crash_reporter_client.cc', | 2042 'app/chrome_crash_reporter_client.cc', |
2040 'app/chrome_crash_reporter_client_mac.mm', | 2043 'app/chrome_crash_reporter_client_mac.mm', |
2041 'app/chrome_main_mac.mm', | 2044 'app/chrome_main_mac.mm', |
2042 ], | 2045 ], |
2043 'sources!': [ | 2046 'sources!': [ |
2044 'browser/ui/views/toolbar/browser_action_test_util_views.cc', | 2047 'browser/ui/views/toolbar/browser_action_test_util_views.cc', |
2045 ] | 2048 ] |
2046 }], | 2049 }], |
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2857 'dependencies': [ | 2860 'dependencies': [ |
2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2861 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2859 ], | 2862 ], |
2860 }], | 2863 }], |
2861 ], | 2864 ], |
2862 }, | 2865 }, |
2863 ], | 2866 ], |
2864 }], | 2867 }], |
2865 ], # 'conditions' | 2868 ], # 'conditions' |
2866 } | 2869 } |
OLD | NEW |