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

Unified Diff: mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py

Issue 1545483003: Dart: Reorganize files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix build file Created 5 years 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/dart/embedder/snapshotter/main.cc ('k') | mojo/dart/embedder/snapshotter/vm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
diff --git a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py b/mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
similarity index 98%
rename from mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
rename to mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
index 60fb1452c97154b6a7f4b19178d221f9ac8cc03f..249635d237d8247a920f46b392451e0f07012427 100755
--- a/mojo/dart/dart_snapshotter/test/dart_snapshotter_test.py
+++ b/mojo/dart/embedder/snapshotter/test/dart_snapshotter_test.py
@@ -12,7 +12,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))))
+ os.path.dirname(SNAPSHOT_TEST_DIR)))))
DART_DIR = os.path.join(SRC_ROOT, 'dart')
VM_SNAPSHOT_FILES=[
« no previous file with comments | « mojo/dart/embedder/snapshotter/main.cc ('k') | mojo/dart/embedder/snapshotter/vm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698