| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 component("storage") { | 5 component("storage") { |
| 6 output_name = "webkit_storage_browser" | 6 output_name = "webkit_storage_browser" |
| 7 sources = [ | 7 sources = [ |
| 8 "webkit_storage_browser_export.h", | 8 "webkit_storage_browser_export.h", |
| 9 "blob/blob_data_handle.cc", | 9 "blob/blob_data_handle.cc", |
| 10 "blob/blob_data_handle.h", | 10 "blob/blob_data_handle.h", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 sources = [ | 183 sources = [ |
| 184 "fileapi/dump_file_system.cc", | 184 "fileapi/dump_file_system.cc", |
| 185 ] | 185 ] |
| 186 | 186 |
| 187 deps = [ | 187 deps = [ |
| 188 ":storage", | 188 ":storage", |
| 189 "//base", | 189 "//base", |
| 190 "//webkit/common:storage", | 190 "//webkit/common:storage", |
| 191 ] | 191 ] |
| 192 } | 192 } |
| OLD | NEW |