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

Unified Diff: components/resource_provider/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/html_viewer/html_viewer.cc ('k') | components/resource_provider/android/android_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index 9b021774d8cf709d23759ce64205df117cf15ff5..66c2d78a40c8faa917ca605362a7a33b3542fa92 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -84,7 +84,7 @@ source_set("lib") {
deps = [
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/application",
+ "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/platform_handle",
"//url",
@@ -127,11 +127,8 @@ mojo_application_package("apptests") {
"//base/test:test_config",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/common",
+ "//mojo/application/public/cpp:test_support",
"//mojo/platform_handle",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
]
data_deps = [ ":resource_provider" ]
« no previous file with comments | « components/html_viewer/html_viewer.cc ('k') | components/resource_provider/android/android_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698