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