| Index: chrome/browser/policy/policy.gyp
|
| diff --git a/chrome/browser/policy/policy.gyp b/chrome/browser/policy/policy.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fc340296fd2e7db469d06fa603ab707ea06a1504
|
| --- /dev/null
|
| +++ b/chrome/browser/policy/policy.gyp
|
| @@ -0,0 +1,24 @@
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'policy_path_parser',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '<(DEPTH)/chrome/common_constants.gyp:common_constants',
|
| + '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| + ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)',
|
| + ],
|
| + 'sources': [
|
| + 'policy_path_parser.h',
|
| + 'policy_path_parser_linux.cc',
|
| + 'policy_path_parser_mac.mm',
|
| + 'policy_path_parser_win.cc',
|
| + ],
|
| + 'variables': {
|
| + 'chromium_code': 1,
|
| + },
|
| + },
|
| + ],
|
| +}
|
|
|