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

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

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 2 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 | « storage/browser/BUILD.gn ('k') | testing/android/appurify_support/BUILD.gn » ('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: storage/storage_common.gyp:storage_common
6 component("common") { 5 component("common") {
7 output_name = "storage_common" 6 output_name = "storage_common"
8 sources = [ 7 sources = [
9 "blob_storage/blob_item_bytes_request.cc", 8 "blob_storage/blob_item_bytes_request.cc",
10 "blob_storage/blob_item_bytes_request.h", 9 "blob_storage/blob_item_bytes_request.h",
11 "blob_storage/blob_item_bytes_response.cc", 10 "blob_storage/blob_item_bytes_response.cc",
12 "blob_storage/blob_item_bytes_response.h", 11 "blob_storage/blob_item_bytes_response.h",
13 "blob_storage/blob_storage_constants.h", 12 "blob_storage/blob_storage_constants.h",
14 "data_element.cc", 13 "data_element.cc",
15 "data_element.h", 14 "data_element.h",
(...skipping 24 matching lines...) Expand all
40 defines = [ "STORAGE_COMMON_IMPLEMENTATION" ] 39 defines = [ "STORAGE_COMMON_IMPLEMENTATION" ]
41 40
42 deps = [ 41 deps = [
43 "//base", 42 "//base",
44 "//base/third_party/dynamic_annotations", 43 "//base/third_party/dynamic_annotations",
45 "//net", 44 "//net",
46 "//third_party/WebKit/public:blink_headers", 45 "//third_party/WebKit/public:blink_headers",
47 "//url", 46 "//url",
48 ] 47 ]
49 } 48 }
OLDNEW
« no previous file with comments | « storage/browser/BUILD.gn ('k') | testing/android/appurify_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698