| 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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2052 'browser/media_galleries/media_galleries_test_util.cc', | 2052 'browser/media_galleries/media_galleries_test_util.cc', |
| 2053 'browser/media_galleries/media_galleries_test_util.h', | 2053 'browser/media_galleries/media_galleries_test_util.h', |
| 2054 'common/extensions/extension_test_util.cc', | 2054 'common/extensions/extension_test_util.cc', |
| 2055 'common/extensions/extension_test_util.h', | 2055 'common/extensions/extension_test_util.h', |
| 2056 ], | 2056 ], |
| 2057 }], | 2057 }], |
| 2058 ['OS=="win"', { | 2058 ['OS=="win"', { |
| 2059 'include_dirs': [ | 2059 'include_dirs': [ |
| 2060 '<(DEPTH)/third_party/wtl/include', | 2060 '<(DEPTH)/third_party/wtl/include', |
| 2061 ], | 2061 ], |
| 2062 'dependencies': [ | 2062 'conditions': [ |
| 2063 '../components/components.gyp:crash_component', | 2063 ['use_aura==1', { |
| 2064 '../win8/win8.gyp:test_registrar_constants', | 2064 'dependencies': [ |
| 2065 '../win8/win8.gyp:test_support_win8', | 2065 '../win8/win8.gyp:test_registrar_constants', |
| 2066 ], | 2066 '../win8/win8.gyp:test_support_win8', |
| 2067 'sources': [ | 2067 ], |
| 2068 'app/chrome_crash_reporter_client.cc', | 2068 }], |
| 2069 ], | 2069 ], |
| 2070 }], | 2070 }], |
| 2071 ['OS=="win" or OS=="mac"', { | 2071 ['OS=="win" or OS=="mac"', { |
| 2072 'sources': [ | 2072 'sources': [ |
| 2073 'common/media_galleries/picasa_test_util.cc', | 2073 'common/media_galleries/picasa_test_util.cc', |
| 2074 'common/media_galleries/picasa_test_util.cc', | 2074 'common/media_galleries/picasa_test_util.cc', |
| 2075 'common/media_galleries/pmp_test_util.cc', | 2075 'common/media_galleries/pmp_test_util.cc', |
| 2076 'common/media_galleries/pmp_test_util.h', | 2076 'common/media_galleries/pmp_test_util.h', |
| 2077 ], | 2077 ], |
| 2078 }], | 2078 }], |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2996 'dependencies': [ | 2996 'dependencies': [ |
| 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2998 ], | 2998 ], |
| 2999 }], | 2999 }], |
| 3000 ], | 3000 ], |
| 3001 }, | 3001 }, |
| 3002 ], | 3002 ], |
| 3003 }], | 3003 }], |
| 3004 ], # 'conditions' | 3004 ], # 'conditions' |
| 3005 } | 3005 } |
| OLD | NEW |