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 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1858 'test/logging/win/log_file_reader.h', | 1858 'test/logging/win/log_file_reader.h', |
1859 'test/logging/win/mof_data_parser.cc', | 1859 'test/logging/win/mof_data_parser.cc', |
1860 'test/logging/win/mof_data_parser.h', | 1860 'test/logging/win/mof_data_parser.h', |
1861 'test/logging/win/test_log_collector.cc', | 1861 'test/logging/win/test_log_collector.cc', |
1862 'test/logging/win/test_log_collector.h', | 1862 'test/logging/win/test_log_collector.h', |
1863 ], | 1863 ], |
1864 'conditions': [ | 1864 'conditions': [ |
1865 ['OS!="ios"', { | 1865 ['OS!="ios"', { |
1866 'dependencies': [ | 1866 'dependencies': [ |
1867 'child', | 1867 'child', |
| 1868 'gpu', |
1868 'renderer', | 1869 'renderer', |
1869 'utility', | 1870 'utility', |
1870 '../content/content.gyp:content_gpu', | 1871 '../content/content.gyp:content_gpu', |
1871 '../content/content.gyp:content_ppapi_plugin', | 1872 '../content/content.gyp:content_ppapi_plugin', |
1872 '../content/content.gyp:content_renderer', | 1873 '../content/content.gyp:content_renderer', |
1873 '../content/content.gyp:content_utility', | 1874 '../content/content.gyp:content_utility', |
1874 '../components/components.gyp:autofill_core_test_support', | 1875 '../components/components.gyp:autofill_core_test_support', |
1875 '../components/components.gyp:captive_portal_test_support', | 1876 '../components/components.gyp:captive_portal_test_support', |
1876 '../components/components.gyp:gcm_driver_crypto_test_support', | 1877 '../components/components.gyp:gcm_driver_crypto_test_support', |
1877 '../components/components.gyp:rappor_test_support', | 1878 '../components/components.gyp:rappor_test_support', |
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3000 'dependencies': [ | 3001 'dependencies': [ |
3001 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3002 ], | 3003 ], |
3003 }], | 3004 }], |
3004 ], | 3005 ], |
3005 }, | 3006 }, |
3006 ], | 3007 ], |
3007 }], | 3008 }], |
3008 ], # 'conditions' | 3009 ], # 'conditions' |
3009 } | 3010 } |
OLD | NEW |