Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: components/bookmarks.gypi

Issue 947443004: Add icui18n dependency to bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../base/base.gyp:base_i18n',
17 '../net/net.gyp:net', 17 '../net/net.gyp:net',
18 '../third_party/icu/icu.gyp:icui18n',
sky 2015/02/20 18:09:41 Do any gn files need to be updated too?
tfarina 2015/02/20 19:12:09 I think no, because they already depends on icu: h
Jiang Jiang 2015/02/20 20:17:19 Yes, it appears that the icu group in gn contains
18 '../third_party/icu/icu.gyp:icuuc', 19 '../third_party/icu/icu.gyp:icuuc',
19 '../ui/base/ui_base.gyp:ui_base', 20 '../ui/base/ui_base.gyp:ui_base',
20 '../ui/gfx/gfx.gyp:gfx', 21 '../ui/gfx/gfx.gyp:gfx',
21 '../url/url.gyp:url_lib', 22 '../url/url.gyp:url_lib',
22 'bookmarks_common', 23 'bookmarks_common',
23 'components_strings.gyp:components_strings', 24 'components_strings.gyp:components_strings',
24 'favicon_base', 25 'favicon_base',
25 'keyed_service_core', 26 'keyed_service_core',
26 'pref_registry', 27 'pref_registry',
27 'query_parser', 28 'query_parser',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'type': 'none', 160 'type': 'none',
160 'variables': { 161 'variables': {
161 'source_file': 'bookmarks/common/android/bookmark_type.h', 162 'source_file': 'bookmarks/common/android/bookmark_type.h',
162 }, 163 },
163 'includes': [ '../build/android/java_cpp_enum.gypi' ], 164 'includes': [ '../build/android/java_cpp_enum.gypi' ],
164 }, 165 },
165 ], 166 ],
166 }] 167 }]
167 ], 168 ],
168 } 169 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698