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

Unified Diff: runtime/BUILD.gn

Issue 2957843002: Add gdb helper functions for creating a handle and using ToCString with RawObjects. (Closed)
Patch Set: sort Created 3 years, 6 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 | « no previous file | runtime/lib/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index c74e0c4895b3b5d07db4cd75fb256bbacd7cf2d3..f5c13e9615d0456d9d613f247ce89c414817e7dd 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -259,7 +259,11 @@ libdart_library("libdart_with_precompiler") {
action("generate_version_cc_file") {
deps = [
- ":libdart_dependency_helper",
+ "third_party/double-conversion/src:libdouble_conversion",
+ "vm:libdart_lib_jit",
+ "vm:libdart_lib_nosnapshot_with_precompiler",
+ "vm:libdart_vm_jit",
+ "vm:libdart_vm_nosnapshot_with_precompiler",
]
inputs = [
"../tools/utils.py",
@@ -281,23 +285,3 @@ action("generate_version_cc_file") {
rebase_path("vm/version_in.cc", root_build_dir),
]
}
-
-executable("libdart_dependency_helper") {
- configs += [
- ":dart_config",
- ":dart_maybe_product_config",
- ]
- if (is_fuchsia) {
- configs -= [ "//build/config:symbol_visibility_hidden" ]
- }
- deps = [
- "third_party/double-conversion/src:libdouble_conversion",
- "vm:libdart_lib_jit",
- "vm:libdart_lib_nosnapshot_with_precompiler",
- "vm:libdart_vm_jit",
- "vm:libdart_vm_nosnapshot_with_precompiler",
- ]
- sources = [
- "vm/libdart_dependency_helper.cc",
- ]
-}
« no previous file with comments | « no previous file | runtime/lib/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698