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

Unified Diff: samples/samples.gyp

Issue 10827197: Add samples gyp target to Dart project, that builds samples/sample_extension. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix copyright date. Created 8 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
Index: samples/samples.gyp
diff --git a/lib/math/math_sources.gypi b/samples/samples.gyp
similarity index 73%
copy from lib/math/math_sources.gypi
copy to samples/samples.gyp
index dc854da684570c574174c89c14463dd9f2901df2..571a3d70229632edfb1b824dec76cc31bc673242 100644
--- a/lib/math/math_sources.gypi
+++ b/samples/samples.gyp
@@ -3,8 +3,9 @@
# BSD-style license that can be found in the LICENSE file.
{
- 'sources': [
- 'base.dart',
- 'random.dart',
+ 'includes': [
+ 'sample_extension/sample_extension.gypi',
+ ],
+ 'targets': [
],
}

Powered by Google App Engine
This is Rietveld 408576698