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

Unified Diff: scripts/slave/recipe_modules/v8/chromium_config.py

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Copyright notices Created 5 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
Index: scripts/slave/recipe_modules/v8/chromium_config.py
diff --git a/scripts/slave/recipe_modules/v8/chromium_config.py b/scripts/slave/recipe_modules/v8/chromium_config.py
index f3c46f8280584215677809a543cf666d0258225c..ae273cad76bf51a5e95eaff5941e17253cf6108e 100644
--- a/scripts/slave/recipe_modules/v8/chromium_config.py
+++ b/scripts/slave/recipe_modules/v8/chromium_config.py
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from slave.recipe_config import BadConf
-from slave.recipe_config_types import Path
-from slave import recipe_config
+from recipe_engine.recipe_config import BadConf
+from recipe_engine.recipe_config_types import Path
+from recipe_engine import recipe_config
import DEPS
CONFIG_CTX = DEPS['chromium'].CONFIG_CTX

Powered by Google App Engine
This is Rietveld 408576698