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

Unified Diff: mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
diff --git a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py b/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
index 60fb1452c97154b6a7f4b19178d221f9ac8cc03f..331e6c59e40a21dabb31a7785ca1c1f312f7a579 100755
--- a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
+++ b/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
@@ -13,7 +13,7 @@ import tempfile
SNAPSHOT_TEST_DIR = os.path.dirname(os.path.abspath(__file__))
SRC_ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(
SNAPSHOT_TEST_DIR))))
-DART_DIR = os.path.join(SRC_ROOT, 'dart')
+DART_DIR = os.path.join(SRC_ROOT, 'mojo', 'public', 'third_party', 'dart')
VM_SNAPSHOT_FILES=[
# Header files.
« DEPS ('K') | « mojo/dart/dart_snapshotter/main.cc ('k') | mojo/dart/dart_snapshotter/vm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698