Commit 737df871 authored by sdefresne's avatar sdefresne Committed by Commit bot

Remove target that cause ambiguity with downstream targets.

BUG=666375

Review-Url: https://codereview.chromium.org/2582033002
Cr-Commit-Position: refs/heads/master@{#439120}
parent 4b93a762
......@@ -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.
......
......@@ -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",
......
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# 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("showcase") {
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment