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

Unified Diff: build/all.gyp

Issue 423293004: Move app_installer into chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d112407796dccac4aa83f50fe3b29b7ab078f701..dce912502d477940a086b8f4e598baa5e24d85a1 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -178,6 +178,7 @@
}],
],
'dependencies': [
+ '../app_installer/app_installer.gyp:*',
'../chrome_elf/chrome_elf.gyp:*',
'../cloud_print/cloud_print.gyp:*',
'../courgette/courgette.gyp:*',
@@ -314,6 +315,7 @@
}],
['OS=="win"', {
'dependencies': [
+ '../app_installer/app_installer.gyp:app_installer',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:installer_util_unittests',
# ../chrome/test/mini_installer requires mini_installer.
@@ -1141,6 +1143,7 @@
'target_name': 'chrome_official_builder',
'type': 'none',
'dependencies': [
+ '../app_installer/app_installer.gyp:app_installer',
'../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:crash_service',

Powered by Google App Engine
This is Rietveld 408576698