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 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2009 'test/base/test_browser_window_aura.h', | 2009 'test/base/test_browser_window_aura.h', |
2010 ], | 2010 ], |
2011 }], | 2011 }], |
2012 ['use_ash==1', { | 2012 ['use_ash==1', { |
2013 'sources': [ | 2013 'sources': [ |
2014 'test/base/default_ash_event_generator_delegate.cc', | 2014 'test/base/default_ash_event_generator_delegate.cc', |
2015 'test/base/default_ash_event_generator_delegate.h', | 2015 'test/base/default_ash_event_generator_delegate.h', |
2016 ], | 2016 ], |
2017 'dependencies': [ | 2017 'dependencies': [ |
2018 '../ash/ash.gyp:ash', | 2018 '../ash/ash.gyp:ash', |
2019 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', | |
2020 '../ui/aura/aura.gyp:aura', | 2019 '../ui/aura/aura.gyp:aura', |
2021 '../ui/aura/aura.gyp:aura_test_support', | 2020 '../ui/aura/aura.gyp:aura_test_support', |
2022 ], | 2021 ], |
2023 }], | 2022 }], |
2024 ['safe_browsing==1', { | 2023 ['safe_browsing==1', { |
2025 'sources': [ | 2024 'sources': [ |
2026 'browser/extensions/fake_safe_browsing_database_manager.cc', | 2025 'browser/extensions/fake_safe_browsing_database_manager.cc', |
2027 'browser/extensions/fake_safe_browsing_database_manager.h', | 2026 'browser/extensions/fake_safe_browsing_database_manager.h', |
2028 ], | 2027 ], |
2029 }], | 2028 }], |
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3004 'dependencies': [ | 3003 'dependencies': [ |
3005 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3006 ], | 3005 ], |
3007 }], | 3006 }], |
3008 ], | 3007 ], |
3009 }, | 3008 }, |
3010 ], | 3009 ], |
3011 }], | 3010 }], |
3012 ], # 'conditions' | 3011 ], # 'conditions' |
3013 } | 3012 } |
OLD | NEW |