Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2006083002: Use fake Input Device Settings with chrome://device-emulator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DevicePageTestsFixes
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« chrome/chrome_browser_ui.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« chrome/chrome_browser_ui.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698