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: content/test/BUILD.gn

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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/renderer/BUILD.gn ('k') | storage/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 8218f3efd7f3b9a2738d032e85169cc16c2df952..ba398b70a436234943640e58465e4f435f033ae4 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -32,7 +32,7 @@ static_library("test_support") {
"//ui/gfx:test_support",
"//ui/resources",
"//url",
- "//webkit/common",
+ "//storage/common",
]
if (!is_ios) {
@@ -53,13 +53,13 @@ static_library("test_support") {
"//ppapi:ppapi_proxy",
"//ppapi:ppapi_shared",
"//ppapi:ppapi_unittest_shared",
+ "//storage/common",
"//third_party/WebKit/public:blink",
"//ui/surface",
"//v8",
"//webkit/child",
"//webkit/common/gpu",
"//webkit/browser:storage",
- "//webkit/common:storage_common",
]
forward_dependent_configs_from = [
« no previous file with comments | « content/renderer/BUILD.gn ('k') | storage/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698