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

Unified Diff: ui/display/BUILD.gn

Issue 2636073002: Create mojom and StructTraits for ui/display/types/display_mode.cc (Closed)
Patch Set: Dont need to make changes in ui/ozone/common/BUILD.gn. Created 3 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: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 7bbfa0d9c4437a661dc22ed72ba5e56fefcbad90..f2ed8de04c04405c706cad2152fb704b5a724960 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -30,6 +30,8 @@ component("display") {
"fake_display_snapshot.h",
"ios/screen_ios.mm",
"mac/screen_mac.mm",
+ "mojo/display_mode_mojo.cc",
kylechar 2017/01/24 21:15:07 Move the files to ui/display/ instead.
thanhph1 2017/01/25 16:26:16 Done, thanks!
+ "mojo/display_mode_mojo.h",
"screen.cc",
"screen.h",
"screen_aura.cc",
@@ -147,6 +149,7 @@ test("display_unittests") {
"manager/chromeos/update_display_configuration_task_unittest.cc",
"manager/display_manager_utilities_unittest.cc",
"manager/managed_display_info_unittest.cc",
+ "mojo/display_struct_traits_unittest.cc",
"screen_unittest.cc",
"util/display_util_unittest.cc",
"util/edid_parser_unittest.cc",
@@ -161,9 +164,12 @@ test("display_unittests") {
"//base",
"//base/test:run_all_unittests",
kylechar 2017/01/24 21:15:07 Remove this since you added another target with a
thanhph1 2017/01/25 16:26:16 Done, thanks!
"//base/test:test_support",
+ "//mojo/edk/test:run_all_unittests",
"//testing/gmock",
"//testing/gtest",
"//ui/display/manager",
+ "//ui/display/mojo:interfaces",
kylechar 2017/01/24 21:15:07 Remove this, it's a public dep of test_interfaces.
thanhph1 2017/01/25 16:26:16 Done.
+ "//ui/display/mojo:test_interfaces",
"//ui/display/types",
"//ui/display/util",
"//ui/events/devices",

Powered by Google App Engine
This is Rietveld 408576698