| 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 2829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2840 'test_support_common', | 2840 'test_support_common', |
| 2841 ], | 2841 ], |
| 2842 'include_dirs': [ | 2842 'include_dirs': [ |
| 2843 '..', | 2843 '..', |
| 2844 ], | 2844 ], |
| 2845 'sources': [ | 2845 'sources': [ |
| 2846 'app/chrome_watcher_client_unittest_win.cc', | 2846 'app/chrome_watcher_client_unittest_win.cc', |
| 2847 'app/chrome_watcher_client_win.cc', | 2847 'app/chrome_watcher_client_win.cc', |
| 2848 'app/chrome_watcher_command_line_win.cc', | 2848 'app/chrome_watcher_command_line_win.cc', |
| 2849 'app/chrome_watcher_command_line_win_unittest.cc', | 2849 'app/chrome_watcher_command_line_win_unittest.cc', |
| 2850 'app/delay_load_hook_unittest_win.cc', | |
| 2851 'app/delay_load_hook_win.cc', | |
| 2852 'app/delay_load_hook_win.h', | |
| 2853 'app/resources/resources_unittest.cc', | 2850 'app/resources/resources_unittest.cc', |
| 2854 'common/crash_keys.cc', | 2851 'common/crash_keys.cc', |
| 2855 'common/crash_keys.h', | 2852 'common/crash_keys.h', |
| 2856 ], | 2853 ], |
| 2857 'conditions': [ | 2854 'conditions': [ |
| 2858 ['OS=="mac" or OS=="ios"', { | 2855 ['OS=="mac" or OS=="ios"', { |
| 2859 'include_dirs': [ | 2856 'include_dirs': [ |
| 2860 '<(DEPTH)/breakpad/src', | 2857 '<(DEPTH)/breakpad/src', |
| 2861 ], | 2858 ], |
| 2862 }], | 2859 }], |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3007 'dependencies': [ | 3004 'dependencies': [ |
| 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3009 ], | 3006 ], |
| 3010 }], | 3007 }], |
| 3011 ], | 3008 ], |
| 3012 }, | 3009 }, |
| 3013 ], | 3010 ], |
| 3014 }], | 3011 }], |
| 3015 ], # 'conditions' | 3012 ], # 'conditions' |
| 3016 } | 3013 } |
| OLD | NEW |