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

Unified Diff: ui/ozone/ozone.gyp

Issue 377753002: [Ozone-GBM] Add basic support for display configuration over IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 3dc8afc517b785aabcd915542d0a5ef12c52dacb..7694cdbcefb8e7e393e6bc9a72b7409b5002026d 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -83,6 +83,12 @@
# common/chromeos files are excluded automatically when building with
# chromeos=0, by exclusion rules in filename_rules.gypi due to the
# 'chromeos' folder name.
+ 'common/chromeos/display_mode_proxy.cc',
+ 'common/chromeos/display_mode_proxy.h',
+ 'common/chromeos/display_snapshot_proxy.cc',
+ 'common/chromeos/display_snapshot_proxy.h',
+ 'common/chromeos/display_util.cc',
+ 'common/chromeos/display_util.h',
'common/chromeos/native_display_delegate_ozone.cc',
'common/chromeos/native_display_delegate_ozone.h',
'common/chromeos/touchscreen_device_manager_ozone.cc',

Powered by Google App Engine
This is Rietveld 408576698