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

Side by Side Diff: components/policy/core/common/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 | « 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "schema.h", 119 "schema.h",
120 "schema_internal.h", 120 "schema_internal.h",
121 "schema_map.cc", 121 "schema_map.cc",
122 "schema_map.h", 122 "schema_map.h",
123 "schema_registry.cc", 123 "schema_registry.cc",
124 "schema_registry.h", 124 "schema_registry.h",
125 "schema_registry_tracking_policy_provider.cc", 125 "schema_registry_tracking_policy_provider.cc",
126 "schema_registry_tracking_policy_provider.h", 126 "schema_registry_tracking_policy_provider.h",
127 ] 127 ]
128 128
129 configs += [ "//build/config:precompiled_headers" ]
130
129 deps = [ 131 deps = [
130 "//base:prefs", 132 "//base:prefs",
131 "//base/third_party/dynamic_annotations", 133 "//base/third_party/dynamic_annotations",
132 "//components/json_schema", 134 "//components/json_schema",
133 "//components/policy", 135 "//components/policy",
134 "//components/policy/proto", 136 "//components/policy/proto",
135 "//google_apis", 137 "//google_apis",
136 "//net", 138 "//net",
137 "//third_party/re2", 139 "//third_party/re2",
138 "//url", 140 "//url",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "policy_service.cc", 200 "policy_service.cc",
199 "policy_service.h", 201 "policy_service.h",
200 "policy_service_stub.cc", 202 "policy_service_stub.cc",
201 "policy_service_stub.h", 203 "policy_service_stub.h",
202 ] 204 ]
203 deps = [ 205 deps = [
204 "//base", 206 "//base",
205 ] 207 ]
206 } 208 }
207 } 209 }
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