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

Unified Diff: ui/display/types/BUILD.gn

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/display.gyp ('k') | ui/display/types/chromeos/display_mode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/BUILD.gn
diff --git a/ui/display/types/BUILD.gn b/ui/display/types/BUILD.gn
index 8f4dfc99f9db788f4e3739fbfa15ea6117c1a7f9..4613119545fc966b5b14ab705af002752148f532 100644
--- a/ui/display/types/BUILD.gn
+++ b/ui/display/types/BUILD.gn
@@ -5,14 +5,14 @@
component("types") {
output_name = "display_types"
sources = [
- "chromeos/display_mode.cc",
- "chromeos/display_mode.h",
- "chromeos/display_snapshot.cc",
- "chromeos/display_snapshot.h",
- "chromeos/native_display_delegate.h",
- "chromeos/native_display_observer.h",
"display_constants.h",
+ "display_mode.cc",
+ "display_mode.h",
+ "display_snapshot.cc",
+ "display_snapshot.h",
"display_types_export.h",
+ "native_display_delegate.h",
+ "native_display_observer.h",
]
defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ]
« no previous file with comments | « ui/display/display.gyp ('k') | ui/display/types/chromeos/display_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698