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

Unified Diff: samples/simple_todo/simple_todo_service_tests.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « samples/simple_todo/simple_todo_main.cc ('k') | samples/stm32f746g-discovery/knight-rider.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/simple_todo/simple_todo_service_tests.dart
diff --git a/samples/simple_todo/simple_todo_service_tests.dart b/samples/simple_todo/simple_todo_service_tests.dart
index 9fd3ebe42b2edd898eaac72cface26db307e35b7..9f992ba5b7808e5b0503df8c96d7766002feeffe 100644
--- a/samples/simple_todo/simple_todo_service_tests.dart
+++ b/samples/simple_todo/simple_todo_service_tests.dart
@@ -92,7 +92,7 @@ class TodoServiceTestJava extends TodoServiceTest {
if (javaHome.isEmpty) return;
rules.add(new CcRule(
- sharedLibrary: '$outputDirectory/libfletch',
+ sharedLibrary: '$outputDirectory/libdartino',
includePaths: [
'include',
'$javaHome/include',
@@ -100,8 +100,8 @@ class TodoServiceTestJava extends TodoServiceTest {
outputDirectory,
],
sources: [
- '$javaDirectory/jni/fletch_api_wrapper.cc',
- '$javaDirectory/jni/fletch_service_api_wrapper.cc',
+ '$javaDirectory/jni/dartino_api_wrapper.cc',
+ '$javaDirectory/jni/dartino_service_api_wrapper.cc',
'$javaDirectory/jni/${baseName}_wrapper.cc',
]..addAll(ccSources)));
@@ -109,7 +109,7 @@ class TodoServiceTestJava extends TodoServiceTest {
rules.add(new JavacRule(
warningAsError: false,
- sources: ['$javaDirectory/fletch']..addAll(javaSources),
+ sources: ['$javaDirectory/dartino']..addAll(javaSources),
outputDirectory: classesDirectory));
rules.add(new JarRule(
« no previous file with comments | « samples/simple_todo/simple_todo_main.cc ('k') | samples/stm32f746g-discovery/knight-rider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698