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 27 matching lines...) Expand all Loading... |
38 "persistent_image_store.h", | 38 "persistent_image_store.h", |
39 "pref_names.cc", | 39 "pref_names.cc", |
40 "pref_names.h", | 40 "pref_names.h", |
41 ] | 41 ] |
42 | 42 |
43 deps = [ | 43 deps = [ |
44 "//base", | 44 "//base", |
45 "//base:prefs", | 45 "//base:prefs", |
46 "//components/bookmarks/browser", | 46 "//components/bookmarks/browser", |
47 "//components/enhanced_bookmarks/proto", | 47 "//components/enhanced_bookmarks/proto", |
48 "//components/keyed_service/content", | |
49 "//components/keyed_service/core", | 48 "//components/keyed_service/core", |
50 "//components/offline_pages", | 49 "//components/offline_pages", |
51 "//components/pref_registry", | 50 "//components/pref_registry", |
52 "//components/signin/core/browser", | 51 "//components/signin/core/browser", |
53 "//components/sync_driver", | 52 "//components/sync_driver", |
54 "//components/variations", | 53 "//components/variations", |
55 "//google_apis", | 54 "//google_apis", |
56 "//net", | 55 "//net", |
57 "//skia", | 56 "//skia", |
58 "//sql", | 57 "//sql", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 ] | 102 ] |
104 deps = [ | 103 deps = [ |
105 ":test_support", | 104 ":test_support", |
106 "//base", | 105 "//base", |
107 "//components/bookmarks/browser", | 106 "//components/bookmarks/browser", |
108 "//components/bookmarks/test", | 107 "//components/bookmarks/test", |
109 "//components/enhanced_bookmarks/proto", | 108 "//components/enhanced_bookmarks/proto", |
110 "//sql", | 109 "//sql", |
111 ] | 110 ] |
112 } | 111 } |
OLD | NEW |