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

Unified Diff: ui/display/display.gyp

Issue 558253003: display: Move ui/display/types/chromeos/* to ui/display/types/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | ui/display/types/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index 239282a38c0a903a3e2eea0638c88982a34afd91..ef1d6af69ff68e2d732f787fe7cbd3eb519910ac 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -20,14 +20,14 @@
],
'sources': [
# Note: file list duplicated in GN build.
- 'types/chromeos/display_mode.cc',
- 'types/chromeos/display_mode.h',
- 'types/chromeos/display_snapshot.cc',
- 'types/chromeos/display_snapshot.h',
- 'types/chromeos/native_display_delegate.h',
- 'types/chromeos/native_display_observer.h',
'types/display_constants.h',
+ 'types/display_mode.cc',
+ 'types/display_mode.h',
+ 'types/display_snapshot.cc',
+ 'types/display_snapshot.h',
'types/display_types_export.h',
+ 'types/native_display_delegate.h',
+ 'types/native_display_observer.h',
],
},
{
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | ui/display/types/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698