| Index: ui/android/BUILD.gn
 | 
| diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
 | 
| index f74ba7e386f4bbfcc50713e3a7a0d3a23b677e75..e496cb9cb0950d6500af6bd57459363e86a707fd 100644
 | 
| --- a/ui/android/BUILD.gn
 | 
| +++ b/ui/android/BUILD.gn
 | 
| @@ -1,3 +1,7 @@
 | 
| +# Copyright 2015 The Chromium Authors. All rights reserved.
 | 
| +# Use of this source code is governed by a BSD-style license that can be
 | 
| +# found in the LICENSE file.
 | 
| +
 | 
|  import("//build/config/android/rules.gni")
 | 
|  
 | 
|  assert(is_android)
 | 
| @@ -22,6 +26,7 @@ component("android") {
 | 
|    defines = [ "UI_ANDROID_IMPLEMENTATION" ]
 | 
|  
 | 
|    deps = [
 | 
| +    "//base",
 | 
|      "//cc",
 | 
|      "//skia",
 | 
|      "//ui/gfx",
 | 
| 
 |