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

Unified Diff: samples/sample_extension/sample_extension.gyp

Issue 21015007: Fix sample_extension_test on 64-bit macos. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add fix for android compilation. Created 7 years, 5 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 | « runtime/bin/secure_socket_unsupported.cc ('k') | samples/tests/samples/samples.status » ('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 36cec6f40aa33529843b395d4694d1ae2edc62b2..0a66d4334ecb8b2ad51bf6ad5539bbd0fd5884ae 100644
--- a/samples/sample_extension/sample_extension.gyp
+++ b/samples/sample_extension/sample_extension.gyp
@@ -3,6 +3,19 @@
# BSD-style license that can be found in the LICENSE file.
{
+ 'includes': [
+ '../../runtime/tools/gyp/runtime-configurations.gypi',
+ ],
+ 'target_defaults': {
+ 'configurations': {
+ 'Dart_arm_Base': {
+ 'target_conditions': [
+ ['_toolset=="target"', {
+ 'ldflags!': ['-static'],
zra 2013/07/30 16:07:13 Maybe add a TODO to remove this when we remove -st
+ }],
+ ]},
+ },
+ },
'targets': [
{
'target_name': 'sample_extension',
« no previous file with comments | « runtime/bin/secure_socket_unsupported.cc ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698