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

Unified Diff: build/common.gypi

Issue 457193002: Port r288424 to gn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reb Created 6 years, 4 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 | build/config/android/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e313c00e39ede8a11bb08b18928c9acc5e083540..b9079e071e7d55e8e0ce49b54a0d9959d9854fbc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3807,7 +3807,7 @@
'-B<(android_toolchain)', # Else /usr/bin/as gets picked up.
],
'ldflags': [
- # Let clang can find the ld.gold in the NDK.
+ # Let clang find the ld.gold in the NDK.
'--gcc-toolchain=<(android_toolchain)/..',
],
}],
« no previous file with comments | « no previous file | build/config/android/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698