summaryrefslogtreecommitdiffstats
path: root/chrome/android/BUILD.gn
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-12-17 12:10:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-17 20:11:03 +0000
commit2187ddb9a33c00b8af78ab7b4562af90109fe1f8 (patch)
tree08e508c8af4c02ed76393bb7efe0c3b803266eb1 /chrome/android/BUILD.gn
parenteef43622fa091ff4b95649c4df5f840c4ee0f44b (diff)
downloadchromium_src-2187ddb9a33c00b8af78ab7b4562af90109fe1f8.zip
chromium_src-2187ddb9a33c00b8af78ab7b4562af90109fe1f8.tar.gz
chromium_src-2187ddb9a33c00b8af78ab7b4562af90109fe1f8.tar.bz2
Revert of Supervised user web restrictions content provider (patchset #12 id:220001 of https://codereview.chromium.org/1452603002/ )
Reason for revert: The new test is failing on CQ BUG=570768 Original issue's description: > Supervised user web restrictions content provider > > The web restrictions content provider lets other apps query > web restrictions. In particular it lets apps using WebView > query Chrome's supervised user web restrictions. > > BUG=569879 > > Committed: https://crrev.com/d501894251559fe547bda9381bdeb98d229f6e7c > Cr-Commit-Position: refs/heads/master@{#365834} TBR=jochen@chromium.org,bauerb@chromium.org,knn@chromium.org,aberent@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=569879 Review URL: https://codereview.chromium.org/1539653002 Cr-Commit-Position: refs/heads/master@{#365870}
Diffstat (limited to 'chrome/android/BUILD.gn')
-rw-r--r--chrome/android/BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 7698bac..d880717 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -133,8 +133,6 @@ 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",
@@ -342,7 +340,6 @@ 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",