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

Unified Diff: ui/base/BUILD.gn

Issue 1272193002: Editing sources for //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Adding_sync_to_deps
Patch Set: Editing iOS sources for //net. Created 5 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 | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 573d72b649381d4a777417b76ac8bfaaf241ab61..6de365c4774f395f286750adce19ae94bf3e3619 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -10,7 +10,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-build_ime = !is_ios
sdefresne 2015/08/05 15:30:07 This should not be included in this CL. Did you fo
+build_ime = is_ios
Dirk Pranke 2015/08/05 15:29:33 this doesn't seem right. The GYP file has !is_ios.
component("base") {
output_name = "ui_base"
« no previous file with comments | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698