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

Unified Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 1 month 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/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
diff --git a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
index e2d04679a2ca4738afae26e268012c2047609575..3b286e9822e7ff6b04ccd352028950ab4a2f0e4a 100644
--- a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
+++ b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-False-git_mode-False-cache_dir-False.json
@@ -136,6 +136,20 @@
}
]
},
+ "libvpx": {
+ "cache_dir": null,
+ "solutions": [
+ {
+ "custom_deps": {
+ "src/third_party/libvpx/source2/libvpx": "https://chromium.googlesource.com/webm/libvpx.git"
+ },
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "src",
+ "url": "https://src.chromium.org/chrome/trunk/src"
+ }
+ ]
+ },
"nacl": {
"cache_dir": null,
"solutions": [

Powered by Google App Engine
This is Rietveld 408576698