Chromium Code Reviews| 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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1993 'browser/chromeos/policy/fake_consumer_management_service.cc', | 1993 'browser/chromeos/policy/fake_consumer_management_service.cc', |
| 1994 'browser/chromeos/policy/fake_consumer_management_service.h', | 1994 'browser/chromeos/policy/fake_consumer_management_service.h', |
| 1995 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc', | 1995 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc', |
| 1996 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h', | 1996 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h', |
| 1997 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', | 1997 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', |
| 1998 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', | 1998 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', |
| 1999 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', | 1999 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', |
| 2000 'browser/chromeos/policy/stub_enterprise_install_attributes.h', | 2000 'browser/chromeos/policy/stub_enterprise_install_attributes.h', |
| 2001 'browser/chromeos/settings/device_settings_test_helper.cc', | 2001 'browser/chromeos/settings/device_settings_test_helper.cc', |
| 2002 'browser/chromeos/settings/device_settings_test_helper.h', | 2002 'browser/chromeos/settings/device_settings_test_helper.h', |
| 2003 'browser/chromeos/system/fake_input_device_settings.cc', | |
| 2004 'browser/chromeos/system/fake_input_device_settings.h', | |
| 2005 ], | 2003 ], |
| 2004 'configurations': { | |
| 2005 'Release': { | |
| 2006 'sources': [ | |
|
michaelpg
2016/06/03 16:18:34
With 'sources' inside a 'variables' dictionary, GY
| |
| 2007 # Note: sources list duplicated in GN build. | |
| 2008 'browser/chromeos/system/fake_input_device_settings.cc', | |
| 2009 'browser/chromeos/system/fake_input_device_settings.h', | |
| 2010 ], | |
| 2011 }, | |
| 2012 'Debug': { | |
| 2013 'conditions': [ | |
| 2014 ['buildtype=="Official"', { | |
| 2015 'sources': [ | |
| 2016 # Note: sources list duplicated in GN build. | |
| 2017 'browser/chromeos/system/fake_input_device_settings.cc', | |
| 2018 'browser/chromeos/system/fake_input_device_settings.h', | |
| 2019 ], | |
| 2020 }], | |
| 2021 ], | |
| 2022 } | |
| 2023 }, | |
| 2006 }], | 2024 }], |
| 2007 ['use_aura==1', { | 2025 ['use_aura==1', { |
| 2008 'sources': [ | 2026 'sources': [ |
| 2009 'test/base/test_browser_window_aura.cc', | 2027 'test/base/test_browser_window_aura.cc', |
| 2010 'test/base/test_browser_window_aura.h', | 2028 'test/base/test_browser_window_aura.h', |
| 2011 ], | 2029 ], |
| 2012 }], | 2030 }], |
| 2013 ['use_ash==1', { | 2031 ['use_ash==1', { |
| 2014 'sources': [ | 2032 'sources': [ |
| 2015 'test/base/default_ash_event_generator_delegate.cc', | 2033 'test/base/default_ash_event_generator_delegate.cc', |
| (...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3007 'dependencies': [ | 3025 'dependencies': [ |
| 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3026 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3009 ], | 3027 ], |
| 3010 }], | 3028 }], |
| 3011 ], | 3029 ], |
| 3012 }, | 3030 }, |
| 3013 ], | 3031 ], |
| 3014 }], | 3032 }], |
| 3015 ], # 'conditions' | 3033 ], # 'conditions' |
| 3016 } | 3034 } |
| OLD | NEW |