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

Unified Diff: components/surfaces/BUILD.gn

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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/resource_provider/resource_provider_apptest.cc ('k') | components/surfaces/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/BUILD.gn
diff --git a/components/surfaces/BUILD.gn b/components/surfaces/BUILD.gn
index 16ad2895f97879f5c2977d4ed6f70a4706d295f7..6a461db0ed75c32560f039aca678bdc885f24f26 100644
--- a/components/surfaces/BUILD.gn
+++ b/components/surfaces/BUILD.gn
@@ -43,14 +43,11 @@ source_set("lib") {
"//components/gpu/public/interfaces",
"//components/surfaces/public/interfaces",
"//gpu/command_buffer/client:gles2_interface",
- "//mojo/application",
- "//mojo/common",
+ "//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
"//third_party/mojo/src/mojo/public/c/gles2",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/environment",
"//ui/gfx/geometry",
"//ui/mojo/geometry:interfaces",
]
« no previous file with comments | « components/resource_provider/resource_provider_apptest.cc ('k') | components/surfaces/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698