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

Unified Diff: mojo/tools/mopy/paths.py

Issue 2003813002: Dart: Rolls runtime forward. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix test Created 4 years, 7 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 | « mojo/tools/mopy/gn_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mopy/paths.py
diff --git a/mojo/tools/mopy/paths.py b/mojo/tools/mopy/paths.py
index f243115bd24a3cc2749258ba25130f39b54bee23..7d7757a1f6440dfb05c22b20fa2937c5f01310e1 100644
--- a/mojo/tools/mopy/paths.py
+++ b/mojo/tools/mopy/paths.py
@@ -18,6 +18,8 @@ class Paths(object):
self.mojo_dir = os.path.join(self.src_root, "mojo")
self.adb_path = os.path.join(self.src_root, 'third_party', 'android_tools',
'sdk', 'platform-tools', 'adb')
+ self.boringssl_path = os.path.join(self.src_root, 'third_party',
+ 'boringssl')
self.go_tool_path = None
if config:
« no previous file with comments | « mojo/tools/mopy/gn_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698