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

Unified Diff: chrome/chrome_browser_chromeos.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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index f2e2360fb5b8dd116e7c9aecb0e167ccf7feb55f..689e52f040f8af84ec413f5fcb3854e6b6c472ae 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1132,6 +1132,12 @@
'browser/chromeos/extensions/wallpaper_private_api.h',
'browser/ui/webui/voice_search_ui.cc',
'browser/ui/webui/voice_search_ui.h',
+
+ ],
+ # Sources that should not be included in the official build.
+ 'browser_chromeos_non_official_sources': [
+ 'browser/chromeos/system/fake_input_device_settings.cc',
+ 'browser/chromeos/system/fake_input_device_settings.h',
],
},
'targets': [
@@ -1329,6 +1335,15 @@
],
}],
],
+ 'configurations': {
+ 'Debug': {
+ 'conditions': [
+ ['buildtype!="Official"', {
stevenjb 2016/05/24 20:57:25 Do we even support official Debug builds?
+ 'sources': [ '<@(browser_chromeos_non_official_sources)' ],
+ }],
+ ],
+ },
+ },
},
{
# GN version: //chrome/browser/chromeos:device_policy_proto

Powered by Google App Engine
This is Rietveld 408576698