| 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 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 'browser/media_galleries/media_galleries_test_util.h', | 2076 'browser/media_galleries/media_galleries_test_util.h', |
| 2077 'common/extensions/extension_test_util.cc', | 2077 'common/extensions/extension_test_util.cc', |
| 2078 'common/extensions/extension_test_util.h', | 2078 'common/extensions/extension_test_util.h', |
| 2079 ], | 2079 ], |
| 2080 }], | 2080 }], |
| 2081 ['OS=="win"', { | 2081 ['OS=="win"', { |
| 2082 'include_dirs': [ | 2082 'include_dirs': [ |
| 2083 '<(DEPTH)/third_party/wtl/include', | 2083 '<(DEPTH)/third_party/wtl/include', |
| 2084 ], | 2084 ], |
| 2085 'dependencies': [ | 2085 'dependencies': [ |
| 2086 'chrome.gyp:install_static_util', | |
| 2087 '../components/components.gyp:crash_component', | 2086 '../components/components.gyp:crash_component', |
| 2088 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', | 2087 '../third_party/crashpad/crashpad/handler/handler.gyp:crashpad_handl
er', |
| 2089 '../win8/win8.gyp:test_registrar_constants', | 2088 '../win8/win8.gyp:test_registrar_constants', |
| 2090 '../win8/win8.gyp:test_support_win8', | 2089 '../win8/win8.gyp:test_support_win8', |
| 2091 ], | 2090 ], |
| 2092 'sources': [ | 2091 'sources': [ |
| 2093 'app/chrome_crash_reporter_client_win.cc', | 2092 'app/chrome_crash_reporter_client_win.cc', |
| 2094 ], | 2093 ], |
| 2095 }], | 2094 }], |
| 2096 ['OS=="win" or OS=="mac"', { | 2095 ['OS=="win" or OS=="mac"', { |
| (...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3006 'dependencies': [ | 3005 'dependencies': [ |
| 3007 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3008 ], | 3007 ], |
| 3009 }], | 3008 }], |
| 3010 ], | 3009 ], |
| 3011 }, | 3010 }, |
| 3012 ], | 3011 ], |
| 3013 }], | 3012 }], |
| 3014 ], # 'conditions' | 3013 ], # 'conditions' |
| 3015 } | 3014 } |
| OLD | NEW |