Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: chrome/installer/util/util.gyp

Issue 100174: add .pak files to list of grd outputs (so make can compute dependencies) (Closed)
Patch Set: rebase Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698