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

Unified Diff: runtime/dart-runtime.gyp

Issue 1714743002: VM: Separate precompilation-specific code, make flags const. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
Index: runtime/dart-runtime.gyp
diff --git a/runtime/dart-runtime.gyp b/runtime/dart-runtime.gyp
index 915b5b48a876d541ba7fecc4510aff859664ab7b..813a2b2f3a555796d9ecf380d3478b16ae84dc74 100644
--- a/runtime/dart-runtime.gyp
+++ b/runtime/dart-runtime.gyp
@@ -95,7 +95,7 @@
'target_name': 'libdart_precompiled_runtime',
'type': 'static_library',
'dependencies': [
- 'libdart_lib',
+ 'libdart_lib_precompiled',
rmacnak 2016/02/19 00:54:31 precompiled_runtime
Florian Schneider 2016/02/19 17:42:29 Done.
'libdart_vm_precompiled_runtime',
'libdouble_conversion',
'generate_version_cc_file#host',
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/lib/mirrors.cc » ('j') | runtime/vm/aot_optimizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698