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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 10790144: Revert 148046 - Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/src/
Patch Set: Created 8 years, 5 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 | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_util.gypi
===================================================================
--- chrome/chrome_installer_util.gypi (revision 148103)
+++ chrome/chrome_installer_util.gypi (working copy)
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -21,6 +21,8 @@
'installer/util/browser_distribution.h',
'installer/util/channel_info.cc',
'installer/util/channel_info.h',
+ 'installer/util/chrome_app_host_distribution.cc',
+ 'installer/util/chrome_app_host_distribution.h',
'installer/util/chrome_frame_distribution.cc',
'installer/util/chrome_frame_distribution.h',
'installer/util/chromium_binaries_distribution.cc',
@@ -114,6 +116,10 @@
'<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
],
'sources': [
+ 'installer/util/chrome_app_host_operations.cc',
+ 'installer/util/chrome_app_host_operations.h',
+ 'installer/util/chrome_binaries_operations.cc',
+ 'installer/util/chrome_binaries_operations.h',
'installer/util/chrome_browser_operations.cc',
'installer/util/chrome_browser_operations.h',
'installer/util/chrome_browser_sxs_operations.cc',
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698