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

Unified Diff: chromeos/chromeos.gyp

Issue 15067012: Move chromeos specific utility functions for display to chromeos/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index a8a1867f08d32ad08001e89bbdef13f6a01e0048..08d29e150ba21219f40ec4b2dee42b452e4e36db 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -204,6 +204,8 @@
'disks/disk_mount_manager.h',
'display/output_configurator.cc',
'display/output_configurator.h',
+ 'display/output_util.cc',
+ 'display/output_util.h',
'display/real_output_configurator_delegate.cc',
'display/real_output_configurator_delegate.h',
'ime/component_extension_ime_manager.cc',
@@ -487,6 +489,7 @@
'attestation/attestation_flow_unittest.cc',
'app_mode/kiosk_oem_manifest_parser_unittest.cc',
'display/output_configurator_unittest.cc',
+ 'display/output_util_unittest.cc',
'dbus/blocking_method_caller_unittest.cc',
'dbus/power_policy_controller_unittest.cc',
'dbus/shill_client_unittest_base.cc',

Powered by Google App Engine
This is Rietveld 408576698