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

Unified Diff: tools/gyp/all.gypi

Issue 11369152: Disable NSS build targets in a Dartium build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add comma, comment. 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/tools/gyp/runtime-configurations.gypi ('k') | tools/gyp/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/all.gypi
diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi
index 189b0c55a161d4324807a205b874508a557c2947..f26b62e4ff1b1aa2ad6f3953eb7b631ecc1f536f 100644
--- a/tools/gyp/all.gypi
+++ b/tools/gyp/all.gypi
@@ -11,6 +11,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,
Mads Ager (google) 2012/11/12 07:27:42 Maybe we should call this variable 'dart_io_suppor
},
'conditions': [
[ 'OS=="linux"', {
« no previous file with comments | « runtime/tools/gyp/runtime-configurations.gypi ('k') | tools/gyp/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698