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

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

Issue 39319: Snapshotting progress.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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') | sandbox/sandbox.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': 'static_library',
9 'dependencies': [ 9 'dependencies': [
10 'prebuild/util_prebuild.gyp:installer_util_prebuild', 10 'prebuild/util_prebuild.gyp:installer_util_prebuild',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'install_util.cc', 58 'install_util.cc',
59 'install_util.h', 59 'install_util.h',
60 'l10n_string_util.cc', 60 'l10n_string_util.cc',
61 'l10n_string_util.h', 61 'l10n_string_util.h',
62 'logging_installer.cc', 62 'logging_installer.cc',
63 'logging_installer.h', 63 'logging_installer.h',
64 'lzma_util.cc', 64 'lzma_util.cc',
65 'lzma_util.h', 65 'lzma_util.h',
66 'master_preferences.cc', 66 'master_preferences.cc',
67 'master_preferences.h', 67 'master_preferences.h',
68 'move_tree_work_item.cc',
69 'move_tree_work_item.h',
68 'set_reg_value_work_item.cc', 70 'set_reg_value_work_item.cc',
69 'set_reg_value_work_item.h', 71 'set_reg_value_work_item.h',
70 'shell_util.cc', 72 'shell_util.cc',
71 'shell_util.h', 73 'shell_util.h',
72 'util_constants.cc', 74 'util_constants.cc',
73 'util_constants.h', 75 'util_constants.h',
74 'version.cc', 76 'version.cc',
75 'version.h', 77 'version.h',
76 'work_item.cc', 78 'work_item.cc',
77 'work_item.h', 79 'work_item.h',
78 'work_item_list.cc', 80 'work_item_list.cc',
79 'work_item_list.h', 81 'work_item_list.h',
80 ], 82 ],
81 }, 83 },
82 ], 84 ],
83 } 85 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | sandbox/sandbox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698