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

Unified Diff: chrome/installer/installer.gyp

Issue 242025: Cleaning up after the initial Chrome Frame commit. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/common/chrome_constants.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/installer.gyp
===================================================================
--- chrome/installer/installer.gyp (revision 27181)
+++ chrome/installer/installer.gyp (working copy)
@@ -31,6 +31,8 @@
'sources': [
'util/browser_distribution.cc',
'util/browser_distribution.h',
+ 'util/chrome_frame_distribution.cc',
+ 'util/chrome_frame_distribution.h',
'util/compat_checks.cc',
'util/compat_checks.h',
'util/copy_tree_work_item.cc',
@@ -80,18 +82,6 @@
'util/work_item_list.cc',
'util/work_item_list.h',
],
- 'variables': {
- 'extra_installer_util_sources%': 0,
- },
- 'conditions': [
- ['extra_installer_util_sources', {
- 'sources': [
- 'util/exp/experimental_browser_distribution.cc',
- 'util/exp/experimental_browser_distribution.h',
- ],
- },
- ],
- ],
},
{
'target_name': 'gcapi_dll',
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698