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

Unified Diff: runtime/bin/bin.gypi

Issue 2168073003: Remove fuchsia_test from gyp build (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « dart.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 3fd890ae5bd784c12861b22e86e652ee83b3b0c2..03d67ee69df197d49116d37d416d36dfc7bb32a3 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -1070,25 +1070,6 @@
]
},
{
- 'target_name': 'fuchsia_test',
- 'type': 'executable',
- 'dependencies': [
- 'libdart_nosnapshot',
- ],
- 'include_dirs': [
- '..',
- '../include',
- ],
- 'sources': [
- 'fuchsia_test.cc',
- 'log_android.cc',
- 'log_fuchsia.cc', # TODO(zra): Move to libdart_builtin when ready.
- 'log_linux.cc',
- 'log_macos.cc',
- 'log_win.cc',
- ],
- },
- {
# dart binary with a snapshot of corelibs built in.
'target_name': 'dart',
'type': 'executable',
« no previous file with comments | « dart.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698