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

Unified Diff: runtime/tools/gyp/runtime-configurations.gypi

Issue 11377098: Change gyp flag from in_dartium to dart_io_support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove intermediate nss_runtime target, and redundant dependencies. Created 8 years, 1 month 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 | « runtime/bin/net/zlib.gyp ('k') | tools/gyp/all.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tools/gyp/runtime-configurations.gypi
diff --git a/runtime/tools/gyp/runtime-configurations.gypi b/runtime/tools/gyp/runtime-configurations.gypi
index 6923dd89e39ad6775b5b54c41e57807703439b9b..6a52f2d9c2ad4ac568b6ebb120d4c052397210cd 100644
--- a/runtime/tools/gyp/runtime-configurations.gypi
+++ b/runtime/tools/gyp/runtime-configurations.gypi
@@ -5,9 +5,9 @@
{
'variables': {
'dart_debug_optimization_level%': '2',
- # If we have not set in_dartium to 0 in Dart's all.gypi or common.gypi,
- # then we must be in Dartium, using its global files instead.
- 'in_dartium%': 1,
+ # If we have not set dart_io_support to 1 in Dart's all.gypi or common.gypi,
+ # then do not build the native libraries supporting dart:io.
+ 'dart_io_support%': 0,
},
'target_defaults': {
« no previous file with comments | « runtime/bin/net/zlib.gyp ('k') | tools/gyp/all.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698