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

Unified Diff: build/all.gyp

Issue 1132873009: Remove app_installer code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 1866c2efdb51ebc5bfe10929bb6743a1fa8b4e62..447590eed3c8c0026155f3d5d0f5de2c357c5c74 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -372,8 +372,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:app_installer',
- '../chrome/chrome.gyp:app_installer_unittests',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:installer_util_unittests',
# ../chrome/test/mini_installer requires mini_installer.
@@ -1220,7 +1218,6 @@
'target_name': 'chrome_official_builder_no_unittests',
'type': 'none',
'dependencies': [
- '../chrome/chrome.gyp:app_installer',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll',
'../chrome/chrome.gyp:pack_policy_templates',
@@ -1250,7 +1247,6 @@
'dependencies': [
'chrome_official_builder_no_unittests',
'../base/base.gyp:base_unittests',
- '../chrome/chrome.gyp:app_installer_unittests',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:sync_integration_tests',
'../ipc/ipc.gyp:ipc_tests',
« no previous file with comments | « DEPS ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698