OLD | NEW |
---|---|
(Empty) | |
1 { | |
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.
| |
2 'targets': [ | |
3 { | |
4 'target_name': 'policy_path_parser', | |
5 'type': 'static_library', | |
6 'dependencies': [ | |
7 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | |
8 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', | |
9 ], | |
10 'include_dirs': [ | |
11 '<(DEPTH)', | |
12 ], | |
13 'sources': [ | |
14 'policy_path_parser.h', | |
15 'policy_path_parser_linux.cc', | |
16 'policy_path_parser_mac.mm', | |
17 'policy_path_parser_win.cc', | |
18 ], | |
19 'variables': { | |
20 'chromium_code': 1, | |
21 }, | |
22 }, | |
23 ], | |
24 } | |
OLD | NEW |