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

Unified Diff: runtime/bin/BUILD.gn

Issue 2354623003: Pull boringssl generated source from boringssl_gen (Closed)
Patch Set: . Created 4 years, 3 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 | « DEPS ('k') | third_party/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 50db7e92c2bd05a857869ae0b4d7881332f9f37b..6883fcb61f6dde39001fd060ac0f577b3308418a 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -2,18 +2,6 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-
-declare_args() {
- dart_io_support = false
-
- # TODO(zra, jamesr): Remove this check once we start building boringssl for
- # the fuchsia port.
- if (!defined(is_fuchsia) || !is_fuchsia) {
- dart_boringssl_path = "../../third_party/boringssl"
- }
-}
-
-
resources_sources_gypi =
exec_script("../../tools/gypi_to_gn.py",
[rebase_path("vmservice/vmservice_sources.gypi")],
@@ -346,7 +334,7 @@ source_set("embedded_dart_io") {
]
} else {
deps = [
- rebase_path(dart_boringssl_path, "."),
+ "//third_party/boringssl",
]
}
« no previous file with comments | « DEPS ('k') | third_party/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698