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

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

Issue 62127: Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/third_party/hunspell/hunspell.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': 'static_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:resources',
13 '../../../net/net.gyp:net_resources', 13 '../../../net/net.gyp:net_resources',
14 '../../../media/media.gyp:media', 14 '../../../media/media.gyp:media',
15 '../../../skia/skia.gyp:skia', 15 '../../../skia/skia.gyp:skia',
16 '../../../third_party/icu38/icu38.gyp:icui18n', 16 '../../../third_party/icu38/icu38.gyp:icui18n',
17 '../../../third_party/icu38/icu38.gyp:icuuc', 17 '../../../third_party/icu38/icu38.gyp:icuuc',
18 '../../../third_party/libxml/libxml.gyp:libxml', 18 '../../../third_party/libxml/libxml.gyp:libxml',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'version.cc', 78 'version.cc',
79 'version.h', 79 'version.h',
80 'work_item.cc', 80 'work_item.cc',
81 'work_item.h', 81 'work_item.h',
82 'work_item_list.cc', 82 'work_item_list.cc',
83 'work_item_list.h', 83 'work_item_list.h',
84 ], 84 ],
85 }, 85 },
86 ], 86 ],
87 } 87 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/third_party/hunspell/hunspell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698