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 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 'include_dirs': [ | 2071 'include_dirs': [ |
2072 '<(DEPTH)/third_party/wtl/include', | 2072 '<(DEPTH)/third_party/wtl/include', |
2073 ], | 2073 ], |
2074 'dependencies': [ | 2074 'dependencies': [ |
2075 '../components/components.gyp:crash_component', | 2075 '../components/components.gyp:crash_component', |
2076 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', | 2076 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', |
2077 '../win8/win8.gyp:test_registrar_constants', | 2077 '../win8/win8.gyp:test_registrar_constants', |
2078 '../win8/win8.gyp:test_support_win8', | 2078 '../win8/win8.gyp:test_support_win8', |
2079 ], | 2079 ], |
2080 'sources': [ | 2080 'sources': [ |
2081 'app/chrome_crash_reporter_client.cc', | 2081 'app/chrome_crash_reporter_client_win.cc', |
2082 ], | 2082 ], |
2083 }], | 2083 }], |
2084 ['OS=="win" or OS=="mac"', { | 2084 ['OS=="win" or OS=="mac"', { |
2085 'sources': [ | 2085 'sources': [ |
2086 'common/media_galleries/picasa_test_util.cc', | 2086 'common/media_galleries/picasa_test_util.cc', |
2087 'common/media_galleries/picasa_test_util.cc', | 2087 'common/media_galleries/picasa_test_util.cc', |
2088 'common/media_galleries/pmp_test_util.cc', | 2088 'common/media_galleries/pmp_test_util.cc', |
2089 'common/media_galleries/pmp_test_util.h', | 2089 'common/media_galleries/pmp_test_util.h', |
2090 ], | 2090 ], |
2091 }], | 2091 }], |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3010 'dependencies': [ | 3010 'dependencies': [ |
3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3012 ], | 3012 ], |
3013 }], | 3013 }], |
3014 ], | 3014 ], |
3015 }, | 3015 }, |
3016 ], | 3016 ], |
3017 }], | 3017 }], |
3018 ], # 'conditions' | 3018 ], # 'conditions' |
3019 } | 3019 } |
OLD | NEW |