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

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

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/browser/blob/blob_data_handle.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 component("storage") { 5 component("storage") {
6 output_name = "webkit_storage_browser" 6 output_name = "storage"
7 sources = [ 7 sources = [
8 "webkit_storage_browser_export.h", 8 "storage_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",
11 "blob/blob_storage_context.cc", 11 "blob/blob_storage_context.cc",
12 "blob/blob_storage_context.h", 12 "blob/blob_storage_context.h",
13 "blob/blob_url_request_job.cc", 13 "blob/blob_url_request_job.cc",
14 "blob/blob_url_request_job.h", 14 "blob/blob_url_request_job.h",
15 "blob/blob_url_request_job_factory.cc", 15 "blob/blob_url_request_job_factory.cc",
16 "blob/blob_url_request_job_factory.h", 16 "blob/blob_url_request_job_factory.h",
17 "blob/file_stream_reader.cc", 17 "blob/file_stream_reader.cc",
18 "blob/file_stream_reader.h", 18 "blob/file_stream_reader.h",
(...skipping 164 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 | « content/content_tests.gypi ('k') | webkit/browser/blob/blob_data_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698