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

Unified Diff: mojo/tools/mojob.py

Issue 854713003: More old files deletion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix tryjobs? Created 5 years, 11 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 | « examples/window_manager/BUILD.gn ('k') | services/window_manager/focus_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.py
diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
index 3461ec4d67e3d93c093553141776e84ac46aecb4..88190336311a799961a9bb3e72d0f8ccaff12dd4 100755
--- a/mojo/tools/mojob.py
+++ b/mojo/tools/mojob.py
@@ -113,8 +113,7 @@ def gn(config):
if config.target_os == Config.OS_ANDROID:
gn_args.append(r'''os=\"android\"''')
elif config.target_os == Config.OS_CHROMEOS:
- gn_args.append(r'''os=\"chromeos\" ui_base_build_ime=false
- use_system_harfbuzz=false''')
+ gn_args.append(r'''os=\"chromeos\" use_system_harfbuzz=false''')
gn_args.append(r'''cpu_arch=\"%s\"''' % config.target_arch)
« no previous file with comments | « examples/window_manager/BUILD.gn ('k') | services/window_manager/focus_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698