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

Unified Diff: scripts/slave/recipes/blimp/integration.py

Issue 2446313004: [blimp] Run compile with use_goma_module=True on blimp/integration. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/blimp/integration.py
diff --git a/scripts/slave/recipes/blimp/integration.py b/scripts/slave/recipes/blimp/integration.py
index 7eff661a3ad9c2484c21065b8b4e63ba54b24724..58168b89b6db6cab7864a2ef60c5def9dde5effd 100644
--- a/scripts/slave/recipes/blimp/integration.py
+++ b/scripts/slave/recipes/blimp/integration.py
@@ -66,14 +66,16 @@ def RunSteps(api):
api.chromium.c.build_config_fs),
phase='engine')
api.chromium.compile(targets=['blimp'],
- out_dir=linux_build)
+ out_dir=linux_build,
+ use_goma_module=True)
api.chromium.run_mb(mastername=mastername,
buildername=buildername,
build_dir=android_build.join(
api.chromium.c.build_config_fs),
phase='client')
api.chromium.compile(targets=['blimp', 'chrome_public_apk'],
- out_dir=android_build)
+ out_dir=android_build,
+ use_goma_module=True)
def GenTests(api):
« no previous file with comments | « no previous file | scripts/slave/recipes/blimp/integration.expected/Blimp_Client_Engine_Integration_test_pass.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698