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

Unified Diff: chrome/installer/installer.gyp

Issue 192076: Adding reference to experimental browser distribution files. (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') | no next file » | 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 25950)
+++ chrome/installer/installer.gyp (working copy)
@@ -31,10 +31,6 @@
'include_dirs': [
'../..',
],
- 'variables': {
- 'extra_installer_util_sources%': [
- ],
- },
'sources': [
'util/browser_distribution.cc',
'util/browser_distribution.h',
@@ -88,8 +84,19 @@
'util/work_item_list.h',
'../common/json_value_serializer.cc',
'../common/pref_names.cc',
- '<@(extra_installer_util_sources)',
],
+ '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 | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698