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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 489223002: Add chrome, installer_util targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/chrome_installer_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index ef981c1f6af9935dbced012d680d91302e51b69c..2c45db625f28cfc5af4f3d6b4ff471cb8a9d04b3 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -209,6 +209,7 @@
['OS!="win"', {
'targets': [
{
+ # GN version: //chrome/installer/util
'target_name': 'installer_util',
'type': 'static_library',
'dependencies': [
@@ -217,6 +218,7 @@
'<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'installer/util/google_update_experiment_util.cc',
'installer/util/google_update_experiment_util.h',
'installer/util/master_preferences.cc',
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/BUILD.gn » ('j') | chrome/version.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698