| 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 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2058 'common/extensions/extension_test_util.cc', | 2058 'common/extensions/extension_test_util.cc', |
| 2059 'common/extensions/extension_test_util.h', | 2059 'common/extensions/extension_test_util.h', |
| 2060 ], | 2060 ], |
| 2061 }], | 2061 }], |
| 2062 ['OS=="win"', { | 2062 ['OS=="win"', { |
| 2063 'include_dirs': [ | 2063 'include_dirs': [ |
| 2064 '<(DEPTH)/third_party/wtl/include', | 2064 '<(DEPTH)/third_party/wtl/include', |
| 2065 ], | 2065 ], |
| 2066 'dependencies': [ | 2066 'dependencies': [ |
| 2067 '../components/components.gyp:crash_component', | 2067 '../components/components.gyp:crash_component', |
| 2068 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', |
| 2068 '../win8/win8.gyp:test_registrar_constants', | 2069 '../win8/win8.gyp:test_registrar_constants', |
| 2069 '../win8/win8.gyp:test_support_win8', | 2070 '../win8/win8.gyp:test_support_win8', |
| 2070 ], | 2071 ], |
| 2071 'sources': [ | 2072 'sources': [ |
| 2072 'app/chrome_crash_reporter_client.cc', | 2073 'app/chrome_crash_reporter_client.cc', |
| 2073 ], | 2074 ], |
| 2074 }], | 2075 }], |
| 2075 ['OS=="win" or OS=="mac"', { | 2076 ['OS=="win" or OS=="mac"', { |
| 2076 'sources': [ | 2077 'sources': [ |
| 2077 'common/media_galleries/picasa_test_util.cc', | 2078 'common/media_galleries/picasa_test_util.cc', |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3001 'dependencies': [ | 3002 'dependencies': [ |
| 3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3003 ], | 3004 ], |
| 3004 }], | 3005 }], |
| 3005 ], | 3006 ], |
| 3006 }, | 3007 }, |
| 3007 ], | 3008 ], |
| 3008 }], | 3009 }], |
| 3009 ], # 'conditions' | 3010 ], # 'conditions' |
| 3010 } | 3011 } |
| OLD | NEW |