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

Unified Diff: content/test/BUILD.gn

Issue 2792063003: Factor out RenderWidgetHostConnector (Closed)
Patch Set: base::ObserverList Created 3 years, 8 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 | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5537adb9736d822a7dccdb07df44e82a4808cf77..66e15657722ee615dcbdcc96a38aa812beb8d75f 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -869,8 +869,12 @@ test("content_browsertests") {
}
if (is_android) {
+ if (is_component_build) {
+ sources += [ "../browser/android/render_widget_host_connector.cc" ]
+ }
sources += [
"../browser/accessibility/android_granularity_movement_browsertest.cc",
+ "../browser/android/render_widget_host_connector_browsertest.cc",
"../browser/media/session/audio_focus_delegate_android_browsertest.cc",
"../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc",
]
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698