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

Unified Diff: samples/sample_extension/sample_extension.gyp

Issue 11362103: Rotating spheres sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More cleanup Created 8 years, 1 month 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 | « samples/android/tools/build.py ('k') | tools/gyp/configurations_android.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 6a5642d6c8e39b4ff25a1a541ee1fecfc974e779..f4fafbecf284ee392c3d18df2d4e828a7eb8ad95 100644
--- a/samples/sample_extension/sample_extension.gyp
+++ b/samples/sample_extension/sample_extension.gyp
@@ -7,9 +7,6 @@
{
'target_name': 'sample_extension',
'type': 'shared_library',
- 'dependencies': [
- '../../runtime/dart-runtime.gyp:dart',
- ],
'include_dirs': [
'../../runtime/include',
],
@@ -21,6 +18,19 @@
'DART_SHARED_LIB',
],
'conditions': [
+ ['OS=="android"',
+ {
+ 'dependencies': [
+ '../../runtime/dart-runtime.gyp:dart_so',
+ ],
+ },
+ # else OS != "android"
+ {
+ 'dependencies': [
+ '../../runtime/dart-runtime.gyp:dart',
+ ],
+ }
+ ],
['OS=="win"', {
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « samples/android/tools/build.py ('k') | tools/gyp/configurations_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698