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

Unified Diff: chrome/browser/BUILD.gn

Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a new infobarDelegate for screen capture Created 4 years, 3 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 878d794ba025e10d558607bc947c3a6c4c295d7c..8a58a86da1216e523c4dddfb9acd65aa2e1dbe36 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3222,6 +3222,8 @@ split_static_library("browser") {
"media/protected_media_identifier_infobar_delegate_android.h",
"media/webrtc/media_stream_infobar_delegate_android.cc",
"media/webrtc/media_stream_infobar_delegate_android.h",
+ "media/webrtc/screen_capture_infobar_delegate_android.cc",
+ "media/webrtc/screen_capture_infobar_delegate_android.h",
"metrics/android_metrics_provider.cc",
"metrics/android_metrics_provider.h",
"metrics/page_load_metrics_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698