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 2532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2543 }], | 2543 }], |
2544 ['chromeos==1', { | 2544 ['chromeos==1', { |
2545 'sources': [ | 2545 'sources': [ |
2546 '<@(chrome_unit_tests_chromeos_sources)', | 2546 '<@(chrome_unit_tests_chromeos_sources)', |
2547 '<@(chrome_unit_tests_chromeos_gtestjs_sources)', | 2547 '<@(chrome_unit_tests_chromeos_gtestjs_sources)', |
2548 '<@(chrome_unit_tests_chromeos_js_sources)', | 2548 '<@(chrome_unit_tests_chromeos_js_sources)', |
2549 ], | 2549 ], |
2550 'dependencies': [ | 2550 'dependencies': [ |
2551 '../ash/ash_resources.gyp:ash_resources', | 2551 '../ash/ash_resources.gyp:ash_resources', |
2552 '../components/components.gyp:drive_test_support', | 2552 '../components/components.gyp:drive_test_support', |
| 2553 '../components/components.gyp:drive_test_support_chromeos', |
2553 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 2554 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
2554 ], | 2555 ], |
2555 'sources!': [ | 2556 'sources!': [ |
2556 'browser/signin/signin_manager_unittest.cc', | 2557 'browser/signin/signin_manager_unittest.cc', |
2557 'browser/signin/signin_names_io_thread_unittest.cc', | 2558 'browser/signin/signin_names_io_thread_unittest.cc', |
2558 ], | 2559 ], |
2559 }], | 2560 }], |
2560 ['use_x11==1', { | 2561 ['use_x11==1', { |
2561 'dependencies': [ | 2562 'dependencies': [ |
2562 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2563 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3057 'dependencies': [ | 3058 'dependencies': [ |
3058 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3059 ], | 3060 ], |
3060 }], | 3061 }], |
3061 ], | 3062 ], |
3062 }, | 3063 }, |
3063 ], | 3064 ], |
3064 }], | 3065 }], |
3065 ], # 'conditions' | 3066 ], # 'conditions' |
3066 } | 3067 } |
OLD | NEW |