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

Unified Diff: ios/chrome/browser/web/BUILD.gn

Issue 2443373002: Split //ios/chrome/browser in multiple targets. (Closed)
Patch Set: Rebase Created 4 years, 2 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/chrome/browser/variations/BUILD.gn ('k') | ios/chrome/browser/web_resource/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/components/favicon/ios/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
similarity index 51%
copy from components/favicon/ios/BUILD.gn
copy to ios/chrome/browser/web/BUILD.gn
index 5a8a704c6876d093694d0c22f5d00c4cf9f12815..3f59b9bb327567b74d5aa4214b0621cb345898cd 100644
--- a/components/favicon/ios/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -2,18 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("ios") {
+source_set("web") {
sources = [
- "favicon_url_util.cc",
- "favicon_url_util.h",
- "web_favicon_driver.h",
- "web_favicon_driver.mm",
+ "dom_altering_lock.h",
+ "dom_altering_lock.mm",
+ "resubmit_data_controller.h",
+ "resubmit_data_controller.mm",
]
deps = [
"//base",
- "//components/favicon/core",
- "//components/favicon_base",
+ "//components/strings",
"//ios/web",
- "//ui/gfx",
+ "//ui/base",
]
}
« no previous file with comments | « ios/chrome/browser/variations/BUILD.gn ('k') | ios/chrome/browser/web_resource/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698