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

Unified Diff: chrome/chrome_installer.gypi

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove "#if defined(OS_WIN)" from google_update_constants.cc Created 5 years, 4 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 | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi
index 3d55230754519b03754fb11fb3e1acb412761e9d..62e153a2c2f8a5f159694699f0b5241c26eee529 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -33,6 +33,7 @@
'installer_util',
'../base/base.gyp:base',
'../chrome/chrome.gyp:launcher_support',
+ '../components/components.gyp:variations',
'../google_update/google_update.gyp:google_update',
],
'include_dirs': [
@@ -59,6 +60,7 @@
'installer_util',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../components/components.gyp:variations',
'../testing/gtest.gyp:gtest',
],
'include_dirs': [
@@ -87,6 +89,7 @@
'../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../chrome/chrome.gyp:chrome_version_resources',
+ '../components/components.gyp:variations',
'../content/content.gyp:content_common',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698