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

Unified Diff: ios/web/BUILD.gn

Issue 1988203002: Revert of [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « ios/public/provider/web/BUILD.gn ('k') | ios/web/public/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index d3d6c0375761ff0fa23887ae1711848d212a51ae..953e53713eaae0da318d8dc126a55062e23392b8 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -113,12 +113,12 @@
"public/ssl_status.cc",
"public/ssl_status.h",
"public/string_util.h",
- "public/url_data_source_ios.h",
"public/url_scheme_util.h",
"public/url_schemes.h",
"public/url_schemes.mm",
"public/url_util.h",
"public/user_metrics.h",
+ "public/web/url_data_source_ios.h",
"public/web_capabilities.cc",
"public/web_capabilities.h",
"public/web_client.h",
@@ -255,7 +255,6 @@
source_set("core") {
deps = [
"//base",
- "//url",
]
sources = [
@@ -361,13 +360,11 @@
test("ios_web_unittests") {
deps = [
- ":core",
":ios_web_unittests_bundle_data",
":test_support",
":web",
"//base",
"//base/test:test_support",
- "//ios/net",
"//ios/testing:ocmock_support",
"//net:test_support",
"//testing/gmock",
« no previous file with comments | « ios/public/provider/web/BUILD.gn ('k') | ios/web/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698