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

Unified Diff: ui/base/ime/BUILD.gn

Issue 513313002: Fix most of the "gn check" errors in ui/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build 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 | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | ui/events/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index 098ec16acae22c833707acafc87966d3bb0da479..27125febdef41bdda2810467dfd0c8a54638839d 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/ui.gni")
source_set("ime") {
# GYP version: ui/base/ime/ime.gypi, which is included into ui_base
sources = [
+ "../ui_base_export.h",
tfarina 2014/08/28 17:54:03 :(
"candidate_window.cc",
"candidate_window.h",
"chromeos/character_composer.cc",
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/compositor/BUILD.gn » ('j') | ui/events/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698