| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'bookmarks/common/android/bookmark_type_list.h', | 78 'bookmarks/common/android/bookmark_type_list.h', |
| 79 'bookmarks/common/android/component_jni_registrar.cc', | 79 'bookmarks/common/android/component_jni_registrar.cc', |
| 80 'bookmarks/common/android/component_jni_registrar.h', | 80 'bookmarks/common/android/component_jni_registrar.h', |
| 81 ], | 81 ], |
| 82 }], | 82 }], |
| 83 ['toolkit_views==1', { | 83 ['toolkit_views==1', { |
| 84 'dependencies': [ | 84 'dependencies': [ |
| 85 '<(DEPTH)/ui/views/views.gyp:views', | 85 '<(DEPTH)/ui/views/views.gyp:views', |
| 86 ], | 86 ], |
| 87 }], | 87 }], |
| 88 ['use_x11==1', { |
| 89 'dependencies': [ |
| 90 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', |
| 91 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 92 ], |
| 93 }], |
| 88 ], | 94 ], |
| 89 }, | 95 }, |
| 90 { | 96 { |
| 91 # GN version: //components/bookmarks/common | 97 # GN version: //components/bookmarks/common |
| 92 'target_name': 'bookmarks_common', | 98 'target_name': 'bookmarks_common', |
| 93 'type': 'static_library', | 99 'type': 'static_library', |
| 94 'include_dirs': [ | 100 'include_dirs': [ |
| 95 '..', | 101 '..', |
| 96 ], | 102 ], |
| 97 'dependencies': [ | 103 'dependencies': [ |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'type': 'none', | 196 'type': 'none', |
| 191 'variables': { | 197 'variables': { |
| 192 'source_file': 'bookmarks/common/android/bookmark_type.h', | 198 'source_file': 'bookmarks/common/android/bookmark_type.h', |
| 193 }, | 199 }, |
| 194 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 200 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 195 }, | 201 }, |
| 196 ], | 202 ], |
| 197 }] | 203 }] |
| 198 ], | 204 ], |
| 199 } | 205 } |
| OLD | NEW |