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

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

Issue 1258273004: Annotate large GN targets for precompiled headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable Created 5 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 | « skia/BUILD.gn ('k') | sync/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_browser.gyp:storage 5 # GYP version: storage/storage_browser.gyp:storage
6 component("browser") { 6 component("browser") {
7 output_name = "storage_browser" 7 output_name = "storage_browser"
8 sources = [ 8 sources = [
9 "blob/blob_data_builder.cc", 9 "blob/blob_data_builder.cc",
10 "blob/blob_data_builder.h", 10 "blob/blob_data_builder.h",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "quota/storage_monitor.h", 164 "quota/storage_monitor.h",
165 "quota/storage_observer.cc", 165 "quota/storage_observer.cc",
166 "quota/storage_observer.h", 166 "quota/storage_observer.h",
167 "quota/usage_tracker.cc", 167 "quota/usage_tracker.cc",
168 "quota/usage_tracker.h", 168 "quota/usage_tracker.h",
169 "storage_browser_export.h", 169 "storage_browser_export.h",
170 ] 170 ]
171 171
172 defines = [ "STORAGE_BROWSER_IMPLEMENTATION" ] 172 defines = [ "STORAGE_BROWSER_IMPLEMENTATION" ]
173 configs += [ 173 configs += [
174 "//build/config:precompiled_headers",
175
174 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 176 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
175 "//build/config/compiler:no_size_t_to_int_warning", 177 "//build/config/compiler:no_size_t_to_int_warning",
176 "//build/config/compiler:wexit_time_destructors", 178 "//build/config/compiler:wexit_time_destructors",
177 ] 179 ]
178 180
179 deps = [ 181 deps = [
180 "//base", 182 "//base",
181 "//base:i18n", 183 "//base:i18n",
182 "//base/third_party/dynamic_annotations", 184 "//base/third_party/dynamic_annotations",
183 "//net", 185 "//net",
(...skipping 16 matching lines...) Expand all
200 sources = [ 202 sources = [
201 "fileapi/dump_file_system.cc", 203 "fileapi/dump_file_system.cc",
202 ] 204 ]
203 205
204 deps = [ 206 deps = [
205 ":browser", 207 ":browser",
206 "//base", 208 "//base",
207 "//storage/common", 209 "//storage/common",
208 ] 210 ]
209 } 211 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698