| Index: runtime/BUILD.gn
|
| diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
|
| index 62b69fb6ecd5808a393b7daad78835fac8ae8cbe..6e987c46f0718069d52bb1a95f3f7a11b6c2d6a8 100644
|
| --- a/runtime/BUILD.gn
|
| +++ b/runtime/BUILD.gn
|
| @@ -171,10 +171,6 @@ static_library("libdart") {
|
| "vm/version.h",
|
| "$target_gen_dir/version.cc",
|
| ]
|
| - defines = [
|
| - # Using DART_SHARED_LIB to export the Dart API entries.
|
| - "DART_SHARED_LIB",
|
| - ]
|
| }
|
|
|
|
|
| @@ -203,8 +199,6 @@ static_library("libdart_precompiled_runtime") {
|
| "$target_gen_dir/version.cc",
|
| ]
|
| defines = [
|
| - # Using DART_SHARED_LIB to export the Dart API entries.
|
| - "DART_SHARED_LIB",
|
| "DART_PRECOMPILED_RUNTIME",
|
| ]
|
| }
|
|
|