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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/bookmarks/browser | 8 # GN version: //components/bookmarks/browser |
9 'target_name': 'bookmarks_browser', | 9 'target_name': 'bookmarks_browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'bookmarks_jni_headers', | 71 'bookmarks_jni_headers', |
72 ], | 72 ], |
73 'sources' : [ | 73 'sources' : [ |
74 'bookmarks/common/android/bookmark_id.cc', | 74 'bookmarks/common/android/bookmark_id.cc', |
75 'bookmarks/common/android/bookmark_id.h', | 75 'bookmarks/common/android/bookmark_id.h', |
76 'bookmarks/common/android/bookmark_type_list.h', | 76 'bookmarks/common/android/bookmark_type_list.h', |
77 'bookmarks/common/android/component_jni_registrar.cc', | 77 'bookmarks/common/android/component_jni_registrar.cc', |
78 'bookmarks/common/android/component_jni_registrar.h', | 78 'bookmarks/common/android/component_jni_registrar.h', |
79 ], | 79 ], |
80 }], | 80 }], |
| 81 ['toolkit_views==1', { |
| 82 'dependencies': [ |
| 83 '<(DEPTH)/ui/views/views.gyp:views', |
| 84 ], |
| 85 }], |
81 ], | 86 ], |
82 }, | 87 }, |
83 { | 88 { |
84 # GN version: //components/bookmarks/common | 89 # GN version: //components/bookmarks/common |
85 'target_name': 'bookmarks_common', | 90 'target_name': 'bookmarks_common', |
86 'type': 'static_library', | 91 'type': 'static_library', |
87 'include_dirs': [ | 92 'include_dirs': [ |
88 '..', | 93 '..', |
89 ], | 94 ], |
90 'dependencies': [ | 95 'dependencies': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'type': 'none', | 183 'type': 'none', |
179 'variables': { | 184 'variables': { |
180 'source_file': 'bookmarks/common/android/bookmark_type.h', | 185 'source_file': 'bookmarks/common/android/bookmark_type.h', |
181 }, | 186 }, |
182 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 187 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
183 }, | 188 }, |
184 ], | 189 ], |
185 }] | 190 }] |
186 ], | 191 ], |
187 } | 192 } |
OLD | NEW |