OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 'targets': [ | |
3 { | |
4 'target_name': 'metro_utils', | |
5 'type': 'static_library', | |
6 'dependencies': [ | |
7 'installer_util', | |
grt (UTC plus 2)
2013/05/14 13:49:32
this also needs base
koz (OOO until 15th September)
2013/05/15 03:31:36
Done.
| |
8 ], | |
9 'include_dirs': [ | |
10 '<(DEPTH)', | |
11 ], | |
12 'sources': [ | |
13 'metro_chrome_win.cc', | |
14 'metro_chrome_win.h', | |
15 ], | |
16 }, | |
17 ], | |
18 } | |
OLD | NEW |