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

Unified Diff: ios/chrome/app/BUILD.gn

Issue 2570523002: Refactor //ios:all target in preparation of upstreaming. (Closed)
Patch Set: Rebase Created 4 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index 8f522fcaa997c323aeac7d1925660ac46cb4d85c..aba8cac529fc055b0bf1b7b5906f841e69b4dc3c 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -7,6 +7,18 @@ 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",
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698