| 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 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2433 ], | 2433 ], |
| 2434 }], | 2434 }], |
| 2435 ['chromeos==0 and OS=="linux"', { | 2435 ['chromeos==0 and OS=="linux"', { |
| 2436 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], | 2436 'sources': [ '<@(chrome_unit_tests_desktop_linux_sources)' ], |
| 2437 }], | 2437 }], |
| 2438 ['OS!="android" and OS!="ios" and chromeos==0', { | 2438 ['OS!="android" and OS!="ios" and chromeos==0', { |
| 2439 'sources': [ | 2439 'sources': [ |
| 2440 'browser/net/disk_cache_dir_policy_handler_unittest.cc', | 2440 'browser/net/disk_cache_dir_policy_handler_unittest.cc', |
| 2441 'browser/profiles/profile_list_desktop_unittest.cc', | 2441 'browser/profiles/profile_list_desktop_unittest.cc', |
| 2442 'browser/profiles/profile_statistics_unittest.cc', | 2442 'browser/profiles/profile_statistics_unittest.cc', |
| 2443 'browser/ui/startup/default_browser_infobar_delegate_unittest.cc', |
| 2443 ], | 2444 ], |
| 2444 }], | 2445 }], |
| 2445 ['chromeos==0 and use_ozone==0 and OS=="linux"', { | 2446 ['chromeos==0 and use_ozone==0 and OS=="linux"', { |
| 2446 'dependencies': [ | 2447 'dependencies': [ |
| 2447 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2448 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
| 2448 '../build/linux/system.gyp:gio', | 2449 '../build/linux/system.gyp:gio', |
| 2449 ], | 2450 ], |
| 2450 }], | 2451 }], |
| 2451 ['use_aura==1 or toolkit_views==1', { | 2452 ['use_aura==1 or toolkit_views==1', { |
| 2452 'dependencies': [ | 2453 'dependencies': [ |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3001 'dependencies': [ | 3002 'dependencies': [ |
| 3002 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3003 ], | 3004 ], |
| 3004 }], | 3005 }], |
| 3005 ], | 3006 ], |
| 3006 }, | 3007 }, |
| 3007 ], | 3008 ], |
| 3008 }], | 3009 }], |
| 3009 ], # 'conditions' | 3010 ], # 'conditions' |
| 3010 } | 3011 } |
| OLD | NEW |