| Index: chrome/common_constants.gypi
|
| diff --git a/chrome/common_constants.gypi b/chrome/common_constants.gypi
|
| index 07eee8cd9a549c96830416000ffca1ac1c15a631..a5da796946f5ee26e52e4046b923ca4fd3895acb 100644
|
| --- a/chrome/common_constants.gypi
|
| +++ b/chrome/common_constants.gypi
|
| @@ -26,8 +26,8 @@
|
| 'common/json_value_serializer.h',
|
| 'common/net/gaia/gaia_constants.cc',
|
| 'common/net/gaia/gaia_constants.h',
|
| - 'common/policy_constants.cc',
|
| - 'common/policy_constants.h',
|
| + '<(policy_out_dir)/chrome/common/policy_constants.cc',
|
| + '<(policy_out_dir)/chrome/common/policy_constants.h',
|
| 'common/pref_names.cc',
|
| 'common/pref_names.h',
|
| ],
|
| @@ -66,6 +66,9 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| ],
|
| + 'include_dirs': [
|
| + '<(policy_out_dir)',
|
| + ],
|
| 'conditions': [
|
| ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| 'dependencies': ['../build/linux/system.gyp:gtk'],
|
|
|