 Chromium Code Reviews
 Chromium Code Reviews Issue 520913003:
  Split storage macros into storage and storage_common  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 520913003:
  Split storage macros into storage and storage_common  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: content/test/BUILD.gn | 
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn | 
| index 901cc48cd60cbaf827e828702ac8f75a631b3d75..9ebf588c6837981cd9787dd871e846381feac89c 100644 | 
| --- a/content/test/BUILD.gn | 
| +++ b/content/test/BUILD.gn | 
| @@ -59,7 +59,7 @@ static_library("test_support") { | 
| "//webkit/child", | 
| "//webkit/common/gpu", | 
| "//webkit/browser:storage", | 
| - "//webkit/common:storage", | 
| + "//webkit/common:storage_common", | 
| ] | 
| forward_dependent_configs_from = [ |