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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove hacks for clean, but non-working, draft Created 4 years, 11 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 38ca2577da23642b0b42db3143f18fdd19b6244b..b37910880ad81e2d2c15752d0b884a4e49af57db 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -116,6 +116,8 @@
'browser/chromeos/display/output_protection_delegate.h',
'browser/chromeos/display/overscan_calibrator.cc',
'browser/chromeos/display/overscan_calibrator.h',
+ 'browser/chromeos/display/quirks_client_delegate_impl.cc',
+ 'browser/chromeos/display/quirks_client_delegate_impl.h',
'browser/chromeos/policy/display_rotation_default_handler.cc',
'browser/chromeos/policy/display_rotation_default_handler.h',
'browser/chromeos/drive/debug_info_collector.cc',
@@ -1130,6 +1132,7 @@
'../components/components.gyp:pairing',
'../components/components.gyp:policy',
'../components/components.gyp:proxy_config',
+ '../components/components.gyp:quirks_client',
'../components/components.gyp:ssl_config',
'../components/components.gyp:user_manager',
# This depends directly on the variations target, rather than just

Powered by Google App Engine
This is Rietveld 408576698