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

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: cleanup Created 4 years, 5 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
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 1997 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'browser/chromeos/policy/fake_consumer_management_service.cc', 2008 'browser/chromeos/policy/fake_consumer_management_service.cc',
2009 'browser/chromeos/policy/fake_consumer_management_service.h', 2009 'browser/chromeos/policy/fake_consumer_management_service.h',
2010 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc', 2010 'browser/chromeos/policy/fake_device_cloud_policy_initializer.cc',
2011 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h', 2011 'browser/chromeos/policy/fake_device_cloud_policy_initializer.h',
2012 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc', 2012 'browser/chromeos/policy/fake_device_cloud_policy_manager.cc',
2013 'browser/chromeos/policy/fake_device_cloud_policy_manager.h', 2013 'browser/chromeos/policy/fake_device_cloud_policy_manager.h',
2014 'browser/chromeos/policy/stub_enterprise_install_attributes.cc', 2014 'browser/chromeos/policy/stub_enterprise_install_attributes.cc',
2015 'browser/chromeos/policy/stub_enterprise_install_attributes.h', 2015 'browser/chromeos/policy/stub_enterprise_install_attributes.h',
2016 'browser/chromeos/settings/device_settings_test_helper.cc', 2016 'browser/chromeos/settings/device_settings_test_helper.cc',
2017 'browser/chromeos/settings/device_settings_test_helper.h', 2017 'browser/chromeos/settings/device_settings_test_helper.h',
2018 'browser/chromeos/system/fake_input_device_settings.cc',
2019 'browser/chromeos/system/fake_input_device_settings.h',
2020 ], 2018 ],
2021 }], 2019 }],
2022 ['use_aura==1', { 2020 ['use_aura==1', {
2023 'sources': [ 2021 'sources': [
2024 'test/base/test_browser_window_aura.cc', 2022 'test/base/test_browser_window_aura.cc',
2025 'test/base/test_browser_window_aura.h', 2023 'test/base/test_browser_window_aura.h',
2026 ], 2024 ],
2027 }], 2025 }],
2028 ['use_ash==1', { 2026 ['use_ash==1', {
2029 'sources': [ 2027 'sources': [
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
3021 'dependencies': [ 3019 'dependencies': [
3022 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3020 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3023 ], 3021 ],
3024 }], 3022 }],
3025 ], 3023 ],
3026 }, 3024 },
3027 ], 3025 ],
3028 }], 3026 }],
3029 ], # 'conditions' 3027 ], # 'conditions'
3030 } 3028 }
OLDNEW
« chrome/chrome_browser_chromeos.gypi ('K') | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698