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

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

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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
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 5 # GYP version: storage/storage_common.gyp:storage_common
6 component("common") { 6 component("common") {
7 output_name = "storage_common" 7 output_name = "storage_common"
8 sources = [ 8 sources = [
9 "blob_storage/blob_item_bytes_request.cc", 9 "blob_storage/blob_item_bytes_request.cc",
10 "blob_storage/blob_item_bytes_request.h", 10 "blob_storage/blob_item_bytes_request.h",
(...skipping 22 matching lines...) Expand all
33 33
34 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 34 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
35 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 35 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
36 36
37 defines = [ "STORAGE_COMMON_IMPLEMENTATION" ] 37 defines = [ "STORAGE_COMMON_IMPLEMENTATION" ]
38 38
39 deps = [ 39 deps = [
40 "//base", 40 "//base",
41 "//base/third_party/dynamic_annotations", 41 "//base/third_party/dynamic_annotations",
42 "//net", 42 "//net",
43 "//third_party/WebKit/public:blink_headers",
43 "//url", 44 "//url",
44 "//third_party/WebKit/public:blink_headers",
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « sql/BUILD.gn ('k') | sync/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698