Skip to content

Commit

Permalink
Remove now-renamed java targets
Browse files Browse the repository at this point in the history
This is the third side of the three-sided patch.

BUG=620034

Review-Url: https://codereview.chromium.org/2507823002
Cr-Commit-Position: refs/heads/master@{#432588}
  • Loading branch information
agrieve authored and Commit bot committed Nov 16, 2016
1 parent 4fe1c4e commit 3e2ea8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions build/config/android/internal_rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ _java_target_whitelist = [
"*android_webview/glue:glue",
"//build/android/rezip:rezip",
"//chrome/test/android/cast_emulator:cast_emulator",
"//mojo/public/java:bindings",
"//third_party/custom_tabs_client:custom_tabs_support_lib",
]

# Targets that match the whitelist but are not actually java targets.
Expand Down
7 changes: 0 additions & 7 deletions mojo/public/java/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

import("//build/config/android/rules.gni")

# TODO(agrieve): Remove once no longer used by downstream.
java_group("bindings") {
deps = [
":bindings_java",
]
}

android_library("system_java") {
java_files = [
"system/src/org/chromium/mojo/system/Core.java",
Expand Down
7 changes: 0 additions & 7 deletions third_party/custom_tabs_client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ android_library("custom_tabs_client_shared_java") {
chromium_code = true
}

# TODO(agrieve): Delete once no longer referenced downstream.
java_group("custom_tabs_support_lib") {
deps = [
":custom_tabs_support_java",
]
}

android_library("custom_tabs_support_java") {
java_files = [
"src/customtabs/src/android/support/customtabs/CustomTabsCallback.java",
Expand Down

0 comments on commit 3e2ea8b

Please sign in to comment.