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

Unified Diff: BUILD.gn

Issue 2636073002: Create mojom and StructTraits for ui/display/types/display_mode.cc (Closed)
Patch Set: undo deletion of includes 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 54d16bab670c8e3734d615bb835f40cddf45a4c9..70fc6a6f4ef48dd6353e916ca45688a55140a6e1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -377,6 +377,9 @@ group("both_gn_and_gyp") {
deps += [
"//ui/ozone",
"//ui/ozone:ozone_unittests",
+ "//ui/ozone/common/mojo:interfaces",
+ "//ui/ozone/common/mojo:ozone_struct_traits_unittests",
kylechar 2017/01/17 21:39:46 Only include this target. It has a dependency on t
thanhph1 2017/01/17 22:30:30 Done.
+ "//ui/ozone/common/mojo:test_interfaces",
"//ui/ozone/gl:ozone_gl_unittests",
]
}
« no previous file with comments | « no previous file | mojo/public/tools/bindings/chromium_bindings_configuration.gni » ('j') | ui/ozone/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698