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

Unified Diff: Source/build/features.gypi

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | « Source/bindings/scripts/idl_reader.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 92ab0ca6c77656bcc8a25a89e68d403be7b865f3..4205426748cc5b2f96bd11d64729ea1f7719c0d2 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -49,10 +49,12 @@
'variables': {
# Enables the Oilpan garbage-collection infrastructure.
'enable_oilpan%': 0,
+ 'enable_dart%': 1,
'blink_gc_profiling%': 0,
'blink_logging_always_on%': 0,
'link_core_modules_separately%': 1,
},
+ 'enable_dart%': '<(enable_dart)',
'conditions': [
['use_concatenated_impulse_responses==1', {
# Use concatenated HRTF impulse responses
@@ -106,6 +108,11 @@
'LOG_DISABLED=0',
],
}],
+ ['enable_dart==1', {
+ 'feature_defines': [
+ 'ENABLE_DART=1',
+ ],
+ }],
['link_core_modules_separately==1 and component=="shared_library"', {
'feature_defines': [
'LINK_CORE_MODULES_SEPARATELY',
« no previous file with comments | « Source/bindings/scripts/idl_reader.py ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698