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 }], | |
86 ], | 81 ], |
87 }, | 82 }, |
88 { | 83 { |
89 # GN version: //components/bookmarks/common | 84 # GN version: //components/bookmarks/common |
90 'target_name': 'bookmarks_common', | 85 'target_name': 'bookmarks_common', |
91 'type': 'static_library', | 86 'type': 'static_library', |
92 'include_dirs': [ | 87 'include_dirs': [ |
93 '..', | 88 '..', |
94 ], | 89 ], |
95 'dependencies': [ | 90 'dependencies': [ |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'type': 'none', | 178 'type': 'none', |
184 'variables': { | 179 'variables': { |
185 'source_file': 'bookmarks/common/android/bookmark_type.h', | 180 'source_file': 'bookmarks/common/android/bookmark_type.h', |
186 }, | 181 }, |
187 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 182 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
188 }, | 183 }, |
189 ], | 184 ], |
190 }] | 185 }] |
191 ], | 186 ], |
192 } | 187 } |
OLD | NEW |