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

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

Issue 1123433002: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « chrome_elf/BUILD.gn ('k') | content/app/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/chrome_build.gni")
5 import("//build/config/features.gni") 6 import("//build/config/features.gni")
6 import("resources/policy_templates.gni") 7 import("//components/policy/resources/policy_templates.gni")
7 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
8 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
9 10
10 # About the policy component: 11 # About the policy component:
11 # 12 #
12 # There should really be two components. One called "policy" that includes all 13 # There should really be two components. One called "policy" that includes all
13 # generated code, and one "policy/proto" liek we have now. The proto needs to 14 # generated code, and one "policy/proto" liek we have now. The proto needs to
14 # be separate for cases like SesssionManagerClient which uses the protos to 15 # be separate for cases like SesssionManagerClient which uses the protos to
15 # communicate with the Chrome OS system layer, but doesn't need the rest of the 16 # communicate with the Chrome OS system layer, but doesn't need the rest of the
16 # policy stuff). 17 # policy stuff).
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 325
325 deps = [ 326 deps = [
326 ":${target_name}__consolidate_resources", 327 ":${target_name}__consolidate_resources",
327 ":${target_name}__build_config", 328 ":${target_name}__build_config",
328 ":${target_name}__create_zip", 329 ":${target_name}__create_zip",
329 ] 330 ]
330 } 331 }
331 } 332 }
332 } 333 }
333 #TODO(GYP) chrome_manifest_bundle 334 #TODO(GYP) chrome_manifest_bundle
OLDNEW
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698