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

Unified Diff: build/config/ui.gni

Issue 236333002: Fix two typos in the documentation of some args of GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index e17754c25723f0c1b8efab153eb843ce9fdd4063..3ec1e508e237e7d3460d915fb6ea2a4a283b8997 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -12,7 +12,7 @@
# See also build/config/features.gni
declare_args() {
- # Indicates if Ash is enabled. Ash is the Aura SHell which provides a
+ # Indicates if Ash is enabled. Ash is the Aura Shell which provides a
# desktop-like environment for Aura. Requires use_aura = true
use_ash = is_win || is_chromeos
@@ -28,7 +28,7 @@ declare_args() {
# minimum XI2 version. For example, use_xi2_mt=2 means XI2.2 or above.
use_xi2_mt = 2
- # True means the UI is built useing the "views" framework.
+ # True means the UI is built using the "views" framework.
toolkit_views = is_win || is_chromeos || use_aura
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698