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

Unified Diff: scripts/slave/recipe_modules/path/example.expected/mac.json

Issue 297793005: Revert of Simplified android_builder and moved internal-only methods to internal module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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/path/example.expected/mac.json
diff --git a/scripts/slave/recipe_modules/path/example.expected/mac.json b/scripts/slave/recipe_modules/path/example.expected/mac.json
index 35bb38f2c817c970ee6d2b64c226ce451bab63f3..70c48b8ffb05333ae5ea6e7585620454297caa5a 100644
--- a/scripts/slave/recipe_modules/path/example.expected/mac.json
+++ b/scripts/slave/recipe_modules/path/example.expected/mac.json
@@ -63,23 +63,5 @@
"[BUILD]/scripts/slave/recipe_modules/path/resources/dir/file.py"
],
"name": "print resource"
- },
- {
- "cmd": [
- "python",
- "-u",
- "\nimport sys\nfrom common import chromium_utils\n\nchromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[2])\n",
- "*.o",
- "[SLAVE_BUILD]"
- ],
- "name": "rmwildcard *.o in [SLAVE_BUILD]",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@python.inline@@@@",
- "@@@STEP_LOG_LINE@python.inline@import sys@@@",
- "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
- "@@@STEP_LOG_LINE@python.inline@@@@",
- "@@@STEP_LOG_LINE@python.inline@chromium_utils.RemoveFilesWildcards(sys.argv[1], root=sys.argv[2])@@@",
- "@@@STEP_LOG_END@python.inline@@@"
- ]
}
]

Powered by Google App Engine
This is Rietveld 408576698