| 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 'test/base/test_browser_window_aura.h', | 2018 'test/base/test_browser_window_aura.h', |
| 2019 ], | 2019 ], |
| 2020 }], | 2020 }], |
| 2021 ['use_ash==1', { | 2021 ['use_ash==1', { |
| 2022 'sources': [ | 2022 'sources': [ |
| 2023 'test/base/default_ash_event_generator_delegate.cc', | 2023 'test/base/default_ash_event_generator_delegate.cc', |
| 2024 'test/base/default_ash_event_generator_delegate.h', | 2024 'test/base/default_ash_event_generator_delegate.h', |
| 2025 ], | 2025 ], |
| 2026 'dependencies': [ | 2026 'dependencies': [ |
| 2027 '../ash/ash.gyp:ash', | 2027 '../ash/ash.gyp:ash', |
| 2028 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', |
| 2028 '../ui/aura/aura.gyp:aura', | 2029 '../ui/aura/aura.gyp:aura', |
| 2029 '../ui/aura/aura.gyp:aura_test_support', | 2030 '../ui/aura/aura.gyp:aura_test_support', |
| 2030 ], | 2031 ], |
| 2031 }], | 2032 }], |
| 2032 ['safe_browsing==1', { | 2033 ['safe_browsing==1', { |
| 2033 'sources': [ | 2034 'sources': [ |
| 2034 'browser/extensions/fake_safe_browsing_database_manager.cc', | 2035 'browser/extensions/fake_safe_browsing_database_manager.cc', |
| 2035 'browser/extensions/fake_safe_browsing_database_manager.h', | 2036 'browser/extensions/fake_safe_browsing_database_manager.h', |
| 2036 ], | 2037 ], |
| 2037 }], | 2038 }], |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3006 'dependencies': [ | 3007 'dependencies': [ |
| 3007 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3008 ], | 3009 ], |
| 3009 }], | 3010 }], |
| 3010 ], | 3011 ], |
| 3011 }, | 3012 }, |
| 3012 ], | 3013 ], |
| 3013 }], | 3014 }], |
| 3014 ], # 'conditions' | 3015 ], # 'conditions' |
| 3015 } | 3016 } |
| OLD | NEW |