1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'policy_component',
9 'type': '<(component)',
11 '../base/base.gyp:base',
15 'POLICY_COMPONENT_IMPLEMENTATION',
21 ['configuration_policy==1', {
23 'policy/core/common/policy_schema.cc',
24 'policy/core/common/policy_schema.h',
25 'policy/policy_export.h',
27 }, { # configuration_policy==0
28 # The target 'policy_component' always exists. Later it will include
29 # some stubs when configuration_policy==0. For now this stub file is
30 # compiled so that an output is produced, otherwise the shared build
32 # TODO(joaodasilva): remove this comment and the temporary stub after
33 # moving one of the real stubs. http://crbug.com/271392
35 'policy/stub_to_remove.cc',