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

Unified Diff: chrome/chrome_installer.gypi

Issue 1318583002: Remove references to an old gyp variable that's no longer supported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/chrome_dll_bundle.gypi ('k') | content/content_shell.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 ba3ccbf7dc78cd940fadb90a98a2a3566cbefe6c..9c9a8dca86ac5c74add5efb78e4aae3517503d46 100644
--- a/chrome/chrome_installer.gypi
+++ b/chrome/chrome_installer.gypi
@@ -5,7 +5,6 @@
{
'variables': {
'lastchange_path': '../build/util/LASTCHANGE',
- 'libpeer_target_type%': 'static_library',
'branding_dir': 'app/theme/<(branding_path_component)',
'branding_dir_100': 'app/theme/default_100_percent/<(branding_path_component)',
},
@@ -493,11 +492,6 @@
'deb_arch': 'arm',
'rpm_arch': 'arm',
}],
- ['libpeer_target_type!="static_library"', {
- 'packaging_files_binaries': [
- '<(PRODUCT_DIR)/lib/libpeerconnection.so',
- ],
- }],
['asan==1', {
'packaging_files_binaries': [
'<(PRODUCT_DIR)/lib/libc++.so',
« no previous file with comments | « chrome/chrome_dll_bundle.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698