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

Unified Diff: src/shared/shared.gyp

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 | « src/shared/selectors.h ('k') | src/shared/test_case.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/shared.gyp
diff --git a/src/shared/shared.gyp b/src/shared/shared.gyp
index 5e1e16ff689fc7a290948ab547029214c7a8c716..202da06fc8daaf6796836326a889bd493b18e2d5 100644
--- a/src/shared/shared.gyp
+++ b/src/shared/shared.gyp
@@ -10,7 +10,7 @@
},
'targets': [
{
- 'target_name': 'fletch_shared',
+ 'target_name': 'dartino_shared',
'type': 'static_library',
'toolsets': ['target', 'host'],
'conditions': [
@@ -42,7 +42,7 @@
'connection.h',
'flags.cc',
'flags.h',
- 'fletch.h',
+ 'dartino.h',
'globals.h',
'list.h',
'names.h',
@@ -77,7 +77,7 @@
'target_name': 'cc_test_base',
'type': 'static_library',
'dependencies': [
- 'fletch_shared',
+ 'dartino_shared',
],
'sources': [
'test_case.h',
@@ -100,7 +100,7 @@
'globals_test.cc',
'random_test.cc',
'utils_test.cc',
- 'fletch.cc',
+ 'dartino.cc',
],
},
{
@@ -108,7 +108,7 @@
'type': 'executable',
'toolsets': ['host'],
'dependencies': [
- 'fletch_shared',
+ 'dartino_shared',
],
'sources': [
'natives_to_json.cc',
« no previous file with comments | « src/shared/selectors.h ('k') | src/shared/test_case.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698