| 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', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../base/base.gyp:base_i18n', |
| 16 '../net/net.gyp:net', | 17 '../net/net.gyp:net', |
| 17 '../third_party/icu/icu.gyp:icuuc', | 18 '../third_party/icu/icu.gyp:icuuc', |
| 18 '../ui/base/ui_base.gyp:ui_base', | 19 '../ui/base/ui_base.gyp:ui_base', |
| 19 '../ui/gfx/gfx.gyp:gfx', | 20 '../ui/gfx/gfx.gyp:gfx', |
| 20 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
| 21 'bookmarks_common', | 22 'bookmarks_common', |
| 22 'components_strings.gyp:components_strings', | 23 'components_strings.gyp:components_strings', |
| 23 'favicon_base', | 24 'favicon_base', |
| 24 'keyed_service_core', | 25 'keyed_service_core', |
| 25 'pref_registry', | 26 'pref_registry', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'type': 'none', | 159 'type': 'none', |
| 159 'variables': { | 160 'variables': { |
| 160 'source_file': 'bookmarks/common/android/bookmark_type.h', | 161 'source_file': 'bookmarks/common/android/bookmark_type.h', |
| 161 }, | 162 }, |
| 162 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 163 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 163 }, | 164 }, |
| 164 ], | 165 ], |
| 165 }] | 166 }] |
| 166 ], | 167 ], |
| 167 } | 168 } |
| OLD | NEW |