OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 if (is_android) { | 5 if (is_android) { |
6 import("//build/config/android/config.gni") | 6 import("//build/config/android/config.gni") |
7 import("//build/config/android/rules.gni") | 7 import("//build/config/android/rules.gni") |
8 } | 8 } |
9 | 9 |
10 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks | 10 # GYP: //components/enhanced_bookmarks.gypi:enhanced_bookmarks |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "image_store_unittest.cc", | 100 "image_store_unittest.cc", |
101 "item_position_unittest.cc", | 101 "item_position_unittest.cc", |
102 ] | 102 ] |
103 deps = [ | 103 deps = [ |
104 ":test_support", | 104 ":test_support", |
105 "//base", | 105 "//base", |
106 "//components/bookmarks/browser", | 106 "//components/bookmarks/browser", |
107 "//components/bookmarks/test", | 107 "//components/bookmarks/test", |
108 "//components/enhanced_bookmarks/proto", | 108 "//components/enhanced_bookmarks/proto", |
109 "//sql", | 109 "//sql", |
| 110 "//ui/gfx", |
110 ] | 111 ] |
111 } | 112 } |
OLD | NEW |