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

Unified Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-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-True-git_mode-False-cache_dir-False.json
diff --git a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-False-cache_dir-False.json b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-False-cache_dir-False.json
index 1b327ad18fe058cd0794f1e886d024d8a0a02896..b247f2df68dc24c095afd71213c8d016b49879b3 100644
--- a/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-False-cache_dir-False.json
+++ b/scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-False-cache_dir-False.json
@@ -166,6 +166,28 @@
}
]
},
+ "libvpx": {
+ "cache_dir": null,
+ "solutions": [
+ {
+ "custom_deps": {
+ "src/third_party/WebKit/LayoutTests": null,
+ "src/third_party/libvpx/source2/libvpx": "https://chromium.googlesource.com/webm/libvpx.git",
+ "src/webkit/data/layout_tests/LayoutTests": null
+ },
+ "custom_vars": {
+ "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s",
+ "nacl_trunk": "svn://svn-mirror.golo.chromium.org/native_client/trunk",
+ "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s",
+ "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk"
+ },
+ "deps_file": "DEPS",
+ "managed": true,
+ "name": "src",
+ "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/src"
+ }
+ ]
+ },
"nacl": {
"cache_dir": null,
"solutions": [

Powered by Google App Engine
This is Rietveld 408576698