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

Unified Diff: blimp/client/public/BUILD.gn

Issue 2191743002: Setup the delegate in Chrome, so we may put chrome java functions we need in blimp to the delegate … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit issues. Created 4 years, 4 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: blimp/client/public/BUILD.gn
diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn
index 578934f7d7dea51b56c927d589fe785f6d0656b0..3b7879097e5fe916b9f1e85ce45d4bde05326643 100644
--- a/blimp/client/public/BUILD.gn
+++ b/blimp/client/public/BUILD.gn
@@ -72,6 +72,7 @@ if (is_android) {
"android/java/src/org/chromium/blimp_public/contents/BlimpNavigationController.java",
"android/java/src/org/chromium/blimp_public/contents/EmptyBlimpContentsObserver.java",
"android/java/src/org/chromium/blimp_public/BlimpClientContext.java",
+ "android/java/src/org/chromium/blimp_public/BlimpClientContextDelegate.java",
"android/java/src/org/chromium/blimp_public/BlimpSettingsCallbacks.java",
]
}

Powered by Google App Engine
This is Rietveld 408576698