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 @@ |
+{ |
grt (UTC plus 2)
2013/05/09 16:10:44
missing copyright
also, i think this should be a .
koz (OOO until 15th September)
2013/05/10 01:46:48
Done.
|
+ '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, |
+ }, |
+ }, |
+ ], |
+} |