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

Unified Diff: tools/gyp/common.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 | « tools/gyp/all.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/common.gypi
diff --git a/tools/gyp/common.gypi b/tools/gyp/common.gypi
index 58898acde4d62a60ccf2e815f9fcda5641295a29..861efe035f55f68f0668841181f290cc3242559a 100644
--- a/tools/gyp/common.gypi
+++ b/tools/gyp/common.gypi
@@ -14,8 +14,8 @@
'component': 'static_library',
'target_arch': 'ia32',
'v8_location': '<(DEPTH)/../third_party/v8',
- # Variable that tells us if we are part of a dartium build.
- 'in_dartium': 0,
+ # Flag that tells us whether to build native support for dart:io.
+ 'dart_io_support': 1,
},
'conditions': [
[ 'OS=="linux"', {
« no previous file with comments | « tools/gyp/all.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698