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

Unified Diff: samples/sample_extension/sample_extension.gyp

Issue 22835004: Remove -static from ldflags after precise upgrade (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | tools/gyp/configurations_make.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sample_extension/sample_extension.gyp
diff --git a/samples/sample_extension/sample_extension.gyp b/samples/sample_extension/sample_extension.gyp
index 0a66d4334ecb8b2ad51bf6ad5539bbd0fd5884ae..9b234d95e9b744771c38bf64d5a3bb141c1f3af0 100644
--- a/samples/sample_extension/sample_extension.gyp
+++ b/samples/sample_extension/sample_extension.gyp
@@ -6,16 +6,6 @@
'includes': [
'../../runtime/tools/gyp/runtime-configurations.gypi',
],
- 'target_defaults': {
- 'configurations': {
- 'Dart_arm_Base': {
- 'target_conditions': [
- ['_toolset=="target"', {
- 'ldflags!': ['-static'],
- }],
- ]},
- },
- },
'targets': [
{
'target_name': 'sample_extension',
« no previous file with comments | « no previous file | tools/gyp/configurations_make.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698