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

Unified Diff: chrome/installer/installer.gyp

Issue 202049: Adding the option to drop in a new BrowserDistribution instance for experimen... (Closed) 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 | « build/common.gypi ('k') | chrome/installer/util/browser_distribution.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 25889)
+++ chrome/installer/installer.gyp (working copy)
@@ -31,6 +31,10 @@
'include_dirs': [
'../..',
],
+ 'variables': {
+ 'extra_installer_util_sources%': [
+ ],
+ },
'sources': [
'util/browser_distribution.cc',
'util/browser_distribution.h',
@@ -84,6 +88,7 @@
'util/work_item_list.h',
'../common/json_value_serializer.cc',
'../common/pref_names.cc',
+ '<@(extra_installer_util_sources)',
],
},
{
« no previous file with comments | « build/common.gypi ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698