Skip to content

Commit

Permalink
Remove target that cause ambiguity with downstream targets.
Browse files Browse the repository at this point in the history
BUG=666375

Review-Url: https://codereview.chromium.org/2582033002
Cr-Commit-Position: refs/heads/master@{#439120}
  • Loading branch information
sdefresne authored and Commit bot committed Dec 16, 2016
1 parent 4b93a76 commit 737df87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions ios/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ group("all") {
} else {
deps = [
# List all the targets that need to be build on iOS by default.
"//ios/chrome/app:chrome",
"//ios/chrome/app:chrome_clean_skeleton",
"//ios/showcase",
"//ios/web/shell:ios_web_shell",

# List all the test targets that need to be build on iOS by default.
Expand Down
12 changes: 0 additions & 12 deletions ios/chrome/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ import("//build/mac/tweak_info_plist.gni")
import("//ios/build/chrome_build.gni")
import("//ios/public/provider/chrome/browser/build_config.gni")

# This empty target is there to help with upstreaming by removing a manual
# step from the process (updating the //ios:all target). It will be changed
# to a real target as part of upstreaming.
group("chrome") {
}

# This empty target is there to help with upstreaming by removing a manual
# step from the process (updating the //ios:all target). It will be changed
# to a real target as part of upstreaming.
group("chrome_clean_skeleton") {
}

source_set("app") {
sources = [
"deferred_initialization_runner.h",
Expand Down
9 changes: 0 additions & 9 deletions ios/showcase/BUILD.gn

This file was deleted.

0 comments on commit 737df87

Please sign in to comment.