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

Unified 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 side-by-side diff with in-line comments
Download patch
« chrome/chrome_browser_ui.gypi ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 963dbe056b132669e89084d9713db8a7553534e5..1df5e51da8b1b8316637e1e5debeb4023edbc204 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2000,9 +2000,27 @@
'browser/chromeos/policy/stub_enterprise_install_attributes.h',
'browser/chromeos/settings/device_settings_test_helper.cc',
'browser/chromeos/settings/device_settings_test_helper.h',
- 'browser/chromeos/system/fake_input_device_settings.cc',
- 'browser/chromeos/system/fake_input_device_settings.h',
],
+ 'configurations': {
+ 'Release': {
+ 'sources': [
michaelpg 2016/06/03 16:18:34 With 'sources' inside a 'variables' dictionary, GY
+ # Note: sources list duplicated in GN build.
+ 'browser/chromeos/system/fake_input_device_settings.cc',
+ 'browser/chromeos/system/fake_input_device_settings.h',
+ ],
+ },
+ 'Debug': {
+ 'conditions': [
+ ['buildtype=="Official"', {
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'browser/chromeos/system/fake_input_device_settings.cc',
+ 'browser/chromeos/system/fake_input_device_settings.h',
+ ],
+ }],
+ ],
+ }
+ },
}],
['use_aura==1', {
'sources': [
« 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