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

Side by Side Diff: webkit/common/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 | « webkit/browser/webkit_storage_browser_export.h ('k') | webkit/common/blob/blob_data.h » ('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 # GYP version: webkit/common/webkit_common.gyp:webkit_common 5 # GYP version: storage/storage.gyp:webkit_common
6 component("common") { 6 component("common") {
7 output_name = "webkit_common" 7 output_name = "webkit_common"
8 8
9 sources = [ 9 sources = [
10 "data_element.cc", 10 "data_element.cc",
11 "data_element.h", 11 "data_element.h",
12 "webkit_common_export.h", 12 "webkit_common_export.h",
13 ] 13 ]
14 14
15 defines = [ "WEBKIT_COMMON_IMPLEMENTATION" ] 15 defines = [ "WEBKIT_COMMON_IMPLEMENTATION" ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 } 53 }
54 54
55 deps = [ 55 deps = [
56 ":common", 56 ":common",
57 "//base", 57 "//base",
58 "//base/third_party/dynamic_annotations", 58 "//base/third_party/dynamic_annotations",
59 "//net", 59 "//net",
60 "//url", 60 "//url",
61 ] 61 ]
62 } 62 }
OLDNEW
« no previous file with comments | « webkit/browser/webkit_storage_browser_export.h ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698