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

Unified Diff: ios/clean/chrome/browser/ui/web_contents/BUILD.gn

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)
Patch Set: Rebased Created 3 years, 11 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/clean/chrome/browser/ui/ui_types.h ('k') | ios/clean/chrome/browser/ui/web_contents/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/web_contents/BUILD.gn
diff --git a/ios/chrome/browser/ui/web_contents/BUILD.gn b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
similarity index 81%
rename from ios/chrome/browser/ui/web_contents/BUILD.gn
rename to ios/clean/chrome/browser/ui/web_contents/BUILD.gn
index dcbe549dad2cb1fd64cb073d7d50454d0353f99d..4650facf3a86de5bf69e40b6783266cb96629b94 100644
--- a/ios/chrome/browser/ui/web_contents/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
@@ -13,8 +13,8 @@ source_set("web_contents") {
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
- "//ios/chrome/browser:browser_clean_skeleton",
- "//ios/chrome/browser/web:web_clean_skeleton",
+ "//ios/clean/chrome/browser",
+ "//ios/clean/chrome/browser/web",
"//ios/web",
"//ui/base",
"//url",
« no previous file with comments | « ios/clean/chrome/browser/ui/ui_types.h ('k') | ios/clean/chrome/browser/ui/web_contents/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698