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

Side by Side Diff: components/policy/core/common/BUILD.gn

Issue 1250273002: Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mergey-wergey 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 | « components/autofill/core/browser/BUILD.gn ('k') | content/browser/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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("common") { 7 source_set("common") {
8 visibility = [ "//components/policy/*" ] 8 visibility = [ "//components/policy/*" ]
9 9
10 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ] 10 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "schema.h", 122 "schema.h",
123 "schema_internal.h", 123 "schema_internal.h",
124 "schema_map.cc", 124 "schema_map.cc",
125 "schema_map.h", 125 "schema_map.h",
126 "schema_registry.cc", 126 "schema_registry.cc",
127 "schema_registry.h", 127 "schema_registry.h",
128 "schema_registry_tracking_policy_provider.cc", 128 "schema_registry_tracking_policy_provider.cc",
129 "schema_registry_tracking_policy_provider.h", 129 "schema_registry_tracking_policy_provider.h",
130 ] 130 ]
131 131
132 configs += [ "//build/config:precompiled_headers" ]
133
132 deps = [ 134 deps = [
133 "//base:prefs", 135 "//base:prefs",
134 "//base/third_party/dynamic_annotations", 136 "//base/third_party/dynamic_annotations",
135 "//components/json_schema", 137 "//components/json_schema",
136 "//components/policy", 138 "//components/policy",
137 "//components/policy/proto", 139 "//components/policy/proto",
138 "//google_apis", 140 "//google_apis",
139 "//net", 141 "//net",
140 "//third_party/re2", 142 "//third_party/re2",
141 "//url", 143 "//url",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "policy_service.cc", 203 "policy_service.cc",
202 "policy_service.h", 204 "policy_service.h",
203 "policy_service_stub.cc", 205 "policy_service_stub.cc",
204 "policy_service_stub.h", 206 "policy_service_stub.h",
205 ] 207 ]
206 deps = [ 208 deps = [
207 "//base", 209 "//base",
208 ] 210 ]
209 } 211 }
210 } 212 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698