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 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2425 '../build/linux/system.gyp:gio', | 2425 '../build/linux/system.gyp:gio', |
2426 ], | 2426 ], |
2427 }], | 2427 }], |
2428 ['use_aura==1 or toolkit_views==1', { | 2428 ['use_aura==1 or toolkit_views==1', { |
2429 'dependencies': [ | 2429 'dependencies': [ |
2430 '../ui/events/events.gyp:events_test_support', | 2430 '../ui/events/events.gyp:events_test_support', |
2431 ], | 2431 ], |
2432 }], | 2432 }], |
2433 ['enable_task_manager==1', { | 2433 ['enable_task_manager==1', { |
2434 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ], | 2434 'sources': [ '<@(chrome_unit_tests_task_manager_sources)' ], |
| 2435 'dependencies': [ '../gpu/gpu.gyp:gpu_ipc_common' ], |
2435 }], | 2436 }], |
2436 ['enable_mdns==1', { | 2437 ['enable_mdns==1', { |
2437 'sources': [ '<@(chrome_unit_tests_mdns_sources)' ], | 2438 'sources': [ '<@(chrome_unit_tests_mdns_sources)' ], |
2438 }], | 2439 }], |
2439 ['enable_service_discovery==1', { | 2440 ['enable_service_discovery==1', { |
2440 'sources': [ '<@(chrome_unit_tests_service_discovery_sources)' ], | 2441 'sources': [ '<@(chrome_unit_tests_service_discovery_sources)' ], |
2441 }], | 2442 }], |
2442 ['configuration_policy==1', { | 2443 ['configuration_policy==1', { |
2443 'sources': [ '<@(chrome_unit_tests_configuration_policy_sources)' ], | 2444 'sources': [ '<@(chrome_unit_tests_configuration_policy_sources)' ], |
2444 'conditions': [ | 2445 'conditions': [ |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3029 'dependencies': [ | 3030 'dependencies': [ |
3030 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3031 ], | 3032 ], |
3032 }], | 3033 }], |
3033 ], | 3034 ], |
3034 }, | 3035 }, |
3035 ], | 3036 ], |
3036 }], | 3037 }], |
3037 ], # 'conditions' | 3038 ], # 'conditions' |
3038 } | 3039 } |
OLD | NEW |