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

Unified Diff: components/html_viewer/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/clipboard/main.cc ('k') | components/html_viewer/ax_provider_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 9fdd432c60d1b5efc5890f4cb2daeb6f4b6c02ac..7d853596039c8adb3f7485e0acccab662a4b3622 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -125,17 +125,14 @@ source_set("lib") {
"//media",
"//media/blink",
"//media/mojo",
- "//mojo/application",
- "//mojo/application/public/interfaces",
+ "//mojo/application/public/cpp",
"//mojo/cc",
- "//mojo/common",
"//mojo/converters/surfaces",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
"//net",
"//skia",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
- "//third_party/mojo/src/mojo/public/cpp/utility",
"//third_party/mojo_services/src/accessibility/public/interfaces",
"//ui/mojo/events:interfaces",
"//ui/events",
@@ -221,8 +218,7 @@ mojo_native_application("apptests") {
deps = [
"//base",
- "//mojo/application",
- "//mojo/application:test_support",
+ "//mojo/application/public/cpp:test_support",
"//net:test_support",
"//testing/gtest",
"//third_party/mojo_services/src/accessibility/public/interfaces",
« no previous file with comments | « components/clipboard/main.cc ('k') | components/html_viewer/ax_provider_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698