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

Unified Diff: components/test_runner/BUILD.gn

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO Created 4 years, 2 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 | « chrome/renderer/chrome_render_frame_observer.cc ('k') | components/test_runner/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/BUILD.gn
diff --git a/components/test_runner/BUILD.gn b/components/test_runner/BUILD.gn
index e4f8b78fc81dcb282457db838cde0bb2e08d0296..e9617a2fd5beb4e9612bcbb50f930efd86a7ccbe 100644
--- a/components/test_runner/BUILD.gn
+++ b/components/test_runner/BUILD.gn
@@ -16,8 +16,8 @@ component("test_runner") {
sources = [
"accessibility_controller.cc",
"accessibility_controller.h",
- "app_banner_client.cc",
- "app_banner_client.h",
+ "app_banner_service.cc",
+ "app_banner_service.h",
"event_sender.cc",
"event_sender.h",
"gamepad_controller.cc",
@@ -112,6 +112,7 @@ component("test_runner") {
"//base:i18n",
"//cc",
"//cc/blink",
+ "//content/public/common",
"//gin",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.cc ('k') | components/test_runner/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698