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

Unified Diff: chrome/chrome_installer.gypi

Issue 14084004: Use <(SHARED_LIB_DIR) instead of <(PRODUCT_DIR)/lib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | no next file » | 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 2e8c21627aee20c25822b956791cc19eff350fa8..e8d56793bc4ba31c7189308bcd9bbf9906581205 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -590,7 +590,7 @@
}],
['libpeer_target_type=="shared_library"', {
'packaging_files_binaries': [
- '<(PRODUCT_DIR)/lib.target/libpeerconnection.so',
+ '<(SHARED_LIB_DIR)/libpeerconnection.so',
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698