| 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 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2013 'browser/chromeos/policy/fake_consumer_management_service.cc', | 2013 'browser/chromeos/policy/fake_consumer_management_service.cc', |
| 2014 'browser/chromeos/policy/fake_consumer_management_service.h', | 2014 'browser/chromeos/policy/fake_consumer_management_service.h', |
| 2015 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc', | 2015 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc', |
| 2016 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h', | 2016 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h', |
| 2017 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', | 2017 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', |
| 2018 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', | 2018 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', |
| 2019 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', | 2019 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', |
| 2020 'browser/chromeos/policy/stub_enterprise_install_attributes.h', | 2020 'browser/chromeos/policy/stub_enterprise_install_attributes.h', |
| 2021 'browser/chromeos/settings/device_settings_test_helper.cc', | 2021 'browser/chromeos/settings/device_settings_test_helper.cc', |
| 2022 'browser/chromeos/settings/device_settings_test_helper.h', | 2022 'browser/chromeos/settings/device_settings_test_helper.h', |
| 2023 'browser/chromeos/system/fake_input_device_settings.cc', | |
| 2024 'browser/chromeos/system/fake_input_device_settings.h', | |
| 2025 ], | 2023 ], |
| 2026 }], | 2024 }], |
| 2027 ['use_aura==1', { | 2025 ['use_aura==1', { |
| 2028 'sources': [ | 2026 'sources': [ |
| 2029 'test/base/test_browser_window_aura.cc', | 2027 'test/base/test_browser_window_aura.cc', |
| 2030 'test/base/test_browser_window_aura.h', | 2028 'test/base/test_browser_window_aura.h', |
| 2031 ], | 2029 ], |
| 2032 }], | 2030 }], |
| 2033 ['use_ash==1', { | 2031 ['use_ash==1', { |
| 2034 'sources': [ | 2032 'sources': [ |
| (...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3025 'dependencies': [ | 3023 'dependencies': [ |
| 3026 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3024 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3027 ], | 3025 ], |
| 3028 }], | 3026 }], |
| 3029 ], | 3027 ], |
| 3030 }, | 3028 }, |
| 3031 ], | 3029 ], |
| 3032 }], | 3030 }], |
| 3033 ], # 'conditions' | 3031 ], # 'conditions' |
| 3034 } | 3032 } |
| OLD | NEW |