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

Unified Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 2151583002: recipes/win: Stop explicitly disabling precompiled headers in recipes in goma builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
index d0463eabac46d6edaed7d1a020d8ef82df07c138..9b5e0b289f2c6937e112ff1df487b48a1c2bef99 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
@@ -156,7 +156,7 @@
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32",
+ "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32",
"GYP_GENERATORS": "ninja",
"GYP_MSVS_VERSION": "2013",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"

Powered by Google App Engine
This is Rietveld 408576698