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

Unified Diff: runtime/vm/vm.gypi

Issue 1581393008: Rename DART_PRECOMPILED -> DART_PRECOMPILED_RUNTIME (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: addressed comment Created 4 years, 11 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
« no previous file with comments | « runtime/vm/stub_code.cc ('k') | tests/standalone/precompilation_dart2js_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index b3df3205f088205a2139db9f08f132fe0eb227b9..c6864631b693a449a4638f2c5ed3671105922c49 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -96,7 +96,7 @@
}]],
},
{
- 'target_name': 'libdart_vm_precompiled',
+ 'target_name': 'libdart_vm_precompiled_runtime',
'type': 'static_library',
'toolsets':['host', 'target'],
'includes': [
@@ -112,7 +112,7 @@
'..',
],
'defines': [
- 'DART_PRECOMPILED',
+ 'DART_PRECOMPILED_RUNTIME',
],
'conditions': [
['OS=="linux"', {
« no previous file with comments | « runtime/vm/stub_code.cc ('k') | tests/standalone/precompilation_dart2js_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698