| 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 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2629 }, | 2629 }, |
| 2630 }, | 2630 }, |
| 2631 }, | 2631 }, |
| 2632 }], | 2632 }], |
| 2633 ['OS=="win"', { | 2633 ['OS=="win"', { |
| 2634 'dependencies': [ | 2634 'dependencies': [ |
| 2635 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni
ttest.gyp:verifier_test_dll_1', | 2635 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni
ttest.gyp:verifier_test_dll_1', |
| 2636 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni
ttest.gyp:verifier_test_dll_2', | 2636 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni
ttest.gyp:verifier_test_dll_2', |
| 2637 'chrome_version_resources', | 2637 'chrome_version_resources', |
| 2638 'installer_util_strings', | 2638 'installer_util_strings', |
| 2639 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1', | |
| 2640 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2639 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2641 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2640 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2642 ], | 2641 ], |
| 2643 'conditions': [ | 2642 'conditions': [ |
| 2644 ['branding!="Chrome"', { | 2643 ['branding!="Chrome"', { |
| 2645 'sources!': [ | 2644 'sources!': [ |
| 2646 'browser/google/google_update_win_unittest.cc', | 2645 'browser/google/google_update_win_unittest.cc', |
| 2647 ], | 2646 ], |
| 2648 }], | 2647 }], |
| 2649 ], | 2648 ], |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2997 'dependencies': [ | 2996 'dependencies': [ |
| 2998 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2999 ], | 2998 ], |
| 3000 }], | 2999 }], |
| 3001 ], | 3000 ], |
| 3002 }, | 3001 }, |
| 3003 ], | 3002 ], |
| 3004 }], | 3003 }], |
| 3005 ], # 'conditions' | 3004 ], # 'conditions' |
| 3006 } | 3005 } |
| OLD | NEW |