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

Unified Diff: chrome/chrome_browser_ui.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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 3676909cfc2d399b459b3c4ab9b908180142ae04..35336aef669dea246422d6383433094335a9cefd 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2964,6 +2964,9 @@
}],
['buildtype!="Official" and chromeos==1', {
'sources': [ '<@(chrome_browser_ui_chromeos_non_official_sources)' ],
+ 'dependencies': [
+ 'browser_chromeos',
+ ],
stevenjb 2016/05/24 20:57:25 Isn't this redundant with line 2974?
}],
['chromeos==1', {
'sources': [ '<@(chrome_browser_ui_chromeos_sources)' ],

Powered by Google App Engine
This is Rietveld 408576698