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

Unified Diff: components/view_manager/BUILD.gn

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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: components/view_manager/BUILD.gn
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn
index e91eec3e5c98e3953a8e65220f0b55a544bdc1fc..5dfbdc3745e7e514c70849581cbbcdcd119d340e 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -61,6 +61,7 @@ if (is_android) {
"//mojo/application/public/cpp",
"//mojo/converters/geometry",
"//mojo/environment:chromium",
+ "//mojo/platform_handle",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/events",
"//ui/events/platform",
@@ -192,6 +193,7 @@ test("view_manager_unittests") {
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/environment:chromium",
+ "//mojo/platform_handle",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
"//ui/mojo/geometry:interfaces",

Powered by Google App Engine
This is Rietveld 408576698