OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../../../build/common.gypi', | 3 '../../../build/common.gypi', |
4 ], | 4 ], |
5 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'installer_util', | 7 'target_name': 'installer_util', |
8 'type': '<(library)', | 8 'type': '<(library)', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'prebuild/util_prebuild.gyp:installer_util_prebuild', | 10 'prebuild/util_prebuild.gyp:installer_util_prebuild', |
11 '../../chrome.gyp:common', | 11 '../../chrome.gyp:common', |
12 '../../chrome.gyp:resources', | 12 '../../chrome.gyp:chrome_resources', |
| 13 '../../chrome.gyp:chrome_strings', |
13 '../../../net/net.gyp:net_resources', | 14 '../../../net/net.gyp:net_resources', |
14 '../../../media/media.gyp:media', | 15 '../../../media/media.gyp:media', |
15 '../../../skia/skia.gyp:skia', | 16 '../../../skia/skia.gyp:skia', |
16 '../../../third_party/icu38/icu38.gyp:icui18n', | 17 '../../../third_party/icu38/icu38.gyp:icui18n', |
17 '../../../third_party/icu38/icu38.gyp:icuuc', | 18 '../../../third_party/icu38/icu38.gyp:icuuc', |
18 '../../../third_party/libxml/libxml.gyp:libxml', | 19 '../../../third_party/libxml/libxml.gyp:libxml', |
19 '../../../third_party/npapi/npapi.gyp:npapi', | 20 '../../../third_party/npapi/npapi.gyp:npapi', |
20 '../../third_party/hunspell/hunspell.gyp:hunspell', | 21 '../../third_party/hunspell/hunspell.gyp:hunspell', |
21 ], | 22 ], |
22 'include_dirs': [ | 23 'include_dirs': [ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'version.cc', | 79 'version.cc', |
79 'version.h', | 80 'version.h', |
80 'work_item.cc', | 81 'work_item.cc', |
81 'work_item.h', | 82 'work_item.h', |
82 'work_item_list.cc', | 83 'work_item_list.cc', |
83 'work_item_list.h', | 84 'work_item_list.h', |
84 ], | 85 ], |
85 }, | 86 }, |
86 ], | 87 ], |
87 } | 88 } |
OLD | NEW |