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

Unified Diff: content/common/BUILD.gn

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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 | « content/browser/BUILD.gn ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d2c028d505e657e92c6e76315d9382a276a60ecc..51766f15a0c3a09e032f2505dcd60b297fa8f5a8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -61,10 +61,10 @@ source_set("common") {
"//mojo/public/interfaces/application",
"//mojo/system",
"//sandbox",
+ "//storage/browser",
+ "//storage/common",
"//third_party/WebKit/public:blink",
"//ui/gl",
- "//webkit/browser:storage",
- "//storage/common",
"//webkit/common/gpu",
]
}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698