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

Unified Diff: chrome/android/BUILD.gn

Issue 1452603002: Supervised user web restrictions content provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reply to more comments including changing interthread communication Created 5 years 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/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index d8807175faec213eaf7e10eced4a567a4d218022..7698bace0793597a04106d82b24d44ccb9527c0b 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -133,6 +133,8 @@ android_library("chrome_java") {
"//base:base_java",
"//components/safe_json/android:safe_json_java",
"//components/variations/android:variations_java",
+ "//components/web_contents_delegate_android:web_contents_delegate_android_java",
+ "//components/web_restriction:web_restriction_java",
"//content/public/android:content_java",
"//media/base/android:media_java",
"//media/midi:midi_java",
@@ -340,6 +342,7 @@ android_library("chrome_shared_test_java") {
"//components/precache/android:precache_java",
"//components/precache/android:precache_javatests",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
+ "//components/web_restriction:web_restriction_java",
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
"//net/android:net_java",

Powered by Google App Engine
This is Rietveld 408576698