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

Side by Side Diff: storage/browser/BUILD.gn

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « storage/OWNERS ('k') | storage/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « storage/OWNERS ('k') | storage/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698