summaryrefslogtreecommitdiffstats
path: root/mandoline/ui/phone_ui/BUILD.gn
diff options
context:
space:
mode:
authorpenghuang <penghuang@chromium.org>2015-08-31 11:07:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-31 18:08:21 +0000
commite640f81f2fc10708061005f6efdf3e617bf406d0 (patch)
treef413adde00560cecea034f17b4971c84101572b0 /mandoline/ui/phone_ui/BUILD.gn
parent70d1a894d0a110f567fe5553849601869cb49c52 (diff)
downloadchromium_src-e640f81f2fc10708061005f6efdf3e617bf406d0.zip
chromium_src-e640f81f2fc10708061005f6efdf3e617bf406d0.tar.gz
chromium_src-e640f81f2fc10708061005f6efdf3e617bf406d0.tar.bz2
mandoline: Fix mandoline crash on Android.
This CL fixes the mandoline crash issue on Android. It also makes the command line work on Android. BUG=None Review URL: https://codereview.chromium.org/1318283005 Cr-Commit-Position: refs/heads/master@{#346418}
Diffstat (limited to 'mandoline/ui/phone_ui/BUILD.gn')
-rw-r--r--mandoline/ui/phone_ui/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoline/ui/phone_ui/BUILD.gn b/mandoline/ui/phone_ui/BUILD.gn
index 2b244e5..9782699 100644
--- a/mandoline/ui/phone_ui/BUILD.gn
+++ b/mandoline/ui/phone_ui/BUILD.gn
@@ -35,5 +35,6 @@ source_set("lib") {
"//mojo/converters/geometry",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//ui/gfx/geometry",
+ "//url",
]
}