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 2840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2851 '../testing/gmock.gyp:gmock', | 2851 '../testing/gmock.gyp:gmock', |
2852 '../testing/gtest.gyp:gtest', | 2852 '../testing/gtest.gyp:gtest', |
2853 'test_support_common', | 2853 'test_support_common', |
2854 ], | 2854 ], |
2855 'include_dirs': [ | 2855 'include_dirs': [ |
2856 '..', | 2856 '..', |
2857 ], | 2857 ], |
2858 'sources': [ | 2858 'sources': [ |
2859 'app/chrome_watcher_client_unittest_win.cc', | 2859 'app/chrome_watcher_client_unittest_win.cc', |
2860 'app/chrome_watcher_client_win.cc', | 2860 'app/chrome_watcher_client_win.cc', |
2861 'app/chrome_watcher_command_line_unittest_win.cc', | |
2862 'app/chrome_watcher_command_line_win.cc', | 2861 'app/chrome_watcher_command_line_win.cc', |
| 2862 'app/chrome_watcher_command_line_win_unittest.cc', |
2863 'app/delay_load_hook_unittest_win.cc', | 2863 'app/delay_load_hook_unittest_win.cc', |
2864 'app/delay_load_hook_win.cc', | 2864 'app/delay_load_hook_win.cc', |
2865 'app/delay_load_hook_win.h', | 2865 'app/delay_load_hook_win.h', |
2866 'app/resources/resources_unittest.cc', | 2866 'app/resources/resources_unittest.cc', |
2867 'app/signature_validator_win.cc', | 2867 'app/signature_validator_win.cc', |
2868 'app/signature_validator_win.h', | 2868 'app/signature_validator_win.h', |
2869 'app/signature_validator_win_unittest.cc', | 2869 'app/signature_validator_win_unittest.cc', |
2870 'common/crash_keys.cc', | 2870 'common/crash_keys.cc', |
2871 'common/crash_keys.h', | 2871 'common/crash_keys.h', |
2872 ], | 2872 ], |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3021 'dependencies': [ | 3021 'dependencies': [ |
3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3023 ], | 3023 ], |
3024 }], | 3024 }], |
3025 ], | 3025 ], |
3026 }, | 3026 }, |
3027 ], | 3027 ], |
3028 }], | 3028 }], |
3029 ], # 'conditions' | 3029 ], # 'conditions' |
3030 } | 3030 } |
OLD | NEW |