From c5846a908ecd66f83502bfd28c09c61b534e3051 Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Fri, 24 Jan 2014 12:43:11 +0000 Subject: [PATCH] Fix syntax error in build/all_android.gyp TBR=thakis@chromium.org BUG=none NOTRY=true Review URL: https://codereview.chromium.org/145013016 git-svn-id: http://src.chromium.org/svn/trunk/src/build@246850 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- all_android.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all_android.gyp b/all_android.gyp index b327b30ed..1b72b5c3a 100644 --- a/all_android.gyp +++ b/all_android.gyp @@ -11,6 +11,6 @@ 'dependencies': [ 'all.gyp:*', ], - ], + }, ], }