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

Unified Diff: mojo/dart/dart_snapshotter/main.cc

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/main.cc
diff --git a/mojo/dart/dart_snapshotter/main.cc b/mojo/dart/dart_snapshotter/main.cc
index 48e5341af148b4f103082493ff074bdd9a7e6dda..7afec4d972963073d3847c2adf92e5d924fee333 100644
--- a/mojo/dart/dart_snapshotter/main.cc
+++ b/mojo/dart/dart_snapshotter/main.cc
@@ -11,10 +11,10 @@
#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/process/memory.h"
-#include "dart/runtime/include/dart_api.h"
#include "mojo/dart/dart_snapshotter/vm.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/simple_platform_support.h"
+#include "mojo/public/third_party/dart/runtime/include/dart_api.h"
#include "tonic/dart_error.h"
#include "tonic/dart_isolate_scope.h"
#include "tonic/dart_library_loader.h"

Powered by Google App Engine
This is Rietveld 408576698