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

Unified Diff: BUILD.gn

Issue 2023833002: [iOS] Upstream physical web classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment about limiting the dependencies Created 4 years, 7 months 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 | « no previous file | ios/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5e9ba95ee6764ee21c65f271f0a1eb1dfcf97e07..30f2e330f5056feadea0deae4144caa3a91180e0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -235,26 +235,7 @@ group("both_gn_and_gyp") {
"//url/ipc:url_ipc_unittests",
]
} else {
- deps += [
- "//ios/chrome:ios_chrome_unittests",
- "//ios/chrome/app",
- "//ios/chrome/browser",
- "//ios/chrome/common",
- "//ios/chrome/share_extension:packed_resources",
- "//ios/chrome/today_extension:packed_resources",
- "//ios/net:ios_net_unittests",
- "//ios/public/provider/chrome/browser",
- "//ios/public/provider/web",
- "//ios/testing:ocmock_support_unittest",
- "//ios/third_party/earl_grey",
- "//ios/web:ios_web_inttests",
- "//ios/web:ios_web_unittests",
- "//ios/web/shell:ios_web_shell",
- ]
-
- if (!is_component_build) {
- deps += [ "//components/cronet/ios:cronet_package" ]
- }
+ deps += [ "//ios:all" ]
}
deps += root_extra_deps
« no previous file with comments | « no previous file | ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698