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

Unified Diff: components/view_manager/BUILD.gn

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bot issues (I hope) Created 5 years, 4 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 | « components/pdf_viewer/pdf_viewer.cc ('k') | components/view_manager/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/BUILD.gn
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn
index 9883554fd15bfd96593ee660ccfd437a3e440ff2..f73bbfc64d22a9962ce149fcd0bbfcaae927597c 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -14,7 +14,6 @@ if (is_android) {
deps = [
":lib",
":loader",
- "native_viewport",
]
}
@@ -39,7 +38,7 @@ if (is_android) {
":lib",
"//base",
"//components/view_manager/public/interfaces",
- "//components/view_manager/native_viewport",
+ "//components/view_manager/surfaces",
"//mojo/application/public/cpp",
"//mojo/converters/geometry",
"//mojo/environment:chromium",
@@ -49,8 +48,6 @@ if (is_android) {
"//ui/events/platform",
"//ui/gl",
]
-
- data_deps = [ "//components/view_manager/surfaces" ]
}
}
@@ -116,7 +113,7 @@ source_set("lib") {
"//cc/surfaces:surface_id",
"//components/view_manager/public/cpp:common",
"//components/view_manager/public/interfaces",
- "//components/view_manager/native_viewport",
+ "//components/view_manager/surfaces",
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | components/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698