| 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 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2720 'sources': [ '<@(chrome_unit_tests_views_sources)' ], | 2720 'sources': [ '<@(chrome_unit_tests_views_sources)' ], |
| 2721 'conditions': [ | 2721 'conditions': [ |
| 2722 ['chromeos == 0 and (OS != "mac" or mac_views_browser == 1)', { | 2722 ['chromeos == 0 and (OS != "mac" or mac_views_browser == 1)', { |
| 2723 'sources': [ '<@(chrome_unit_tests_views_non_chromeos_sources)' ], | 2723 'sources': [ '<@(chrome_unit_tests_views_non_chromeos_sources)' ], |
| 2724 }], | 2724 }], |
| 2725 ['OS != "mac"', { | 2725 ['OS != "mac"', { |
| 2726 'sources': [ '<@(chrome_unit_tests_views_non_mac_sources)' ], | 2726 'sources': [ '<@(chrome_unit_tests_views_non_mac_sources)' ], |
| 2727 }], | 2727 }], |
| 2728 ], | 2728 ], |
| 2729 }], | 2729 }], |
| 2730 ['OS != "android" and (use_nss_certs == 1 or use_openssl_certs == 1)', { | 2730 ['OS != "android" and use_nss_certs == 1', { |
| 2731 'sources': [ | 2731 'sources': [ |
| 2732 'common/net/x509_certificate_model_unittest.cc', | 2732 'common/net/x509_certificate_model_unittest.cc', |
| 2733 ], | 2733 ], |
| 2734 }], | 2734 }], |
| 2735 ['enable_supervised_users == 1', { | 2735 ['enable_supervised_users == 1', { |
| 2736 'sources': [ '<@(chrome_unit_tests_supervised_user_sources)' ], | 2736 'sources': [ '<@(chrome_unit_tests_supervised_user_sources)' ], |
| 2737 }], | 2737 }], |
| 2738 ['enable_supervised_users == 1 and OS != "android" and OS != "ios"', { | 2738 ['enable_supervised_users == 1 and OS != "android" and OS != "ios"', { |
| 2739 'sources': [ '<@(chrome_unit_tests_supervised_user_legacy_sources)' ], | 2739 'sources': [ '<@(chrome_unit_tests_supervised_user_legacy_sources)' ], |
| 2740 }], | 2740 }], |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3005 'dependencies': [ | 3005 'dependencies': [ |
| 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3007 ], | 3007 ], |
| 3008 }], | 3008 }], |
| 3009 ], | 3009 ], |
| 3010 }, | 3010 }, |
| 3011 ], | 3011 ], |
| 3012 }], | 3012 }], |
| 3013 ], # 'conditions' | 3013 ], # 'conditions' |
| 3014 } | 3014 } |
| OLD | NEW |