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

Unified Diff: runtime/tools/gyp/runtime_configurations_android.gypi

Issue 15706008: A working version of dart on Android. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments, merge with zra's CL. Created 7 years, 7 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
« runtime/bin/bin.gypi ('K') | « runtime/tools/create_snapshot_bin.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tools/gyp/runtime_configurations_android.gypi
diff --git a/runtime/tools/gyp/runtime_configurations_android.gypi b/runtime/tools/gyp/runtime_configurations_android.gypi
index 15eafa5e94a1ab84a59e4c097dcfd1588d0f3935..6de2aeea44c6ce2fb65c11f6b39d2721778cffea 100644
--- a/runtime/tools/gyp/runtime_configurations_android.gypi
+++ b/runtime/tools/gyp/runtime_configurations_android.gypi
@@ -7,6 +7,9 @@
# http://src.chromium.org/viewvc/chrome/trunk/src/build/common.gypi
{
+ 'variables': {
+ 'dart_io_support': 0,
+ },
'target_defaults': {
'cflags': [
'-Wno-abi',
« runtime/bin/bin.gypi ('K') | « runtime/tools/create_snapshot_bin.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698