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

Side by Side Diff: components/bookmarks.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 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 | « components/app_modal/javascript_dialog_manager.cc ('k') | components/bookmarks/DEPS » ('j') | 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', 18 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc', 19 '../third_party/icu/icu.gyp:icuuc',
20 '../ui/base/ui_base.gyp:ui_base', 20 '../ui/base/ui_base.gyp:ui_base',
21 '../ui/gfx/gfx.gyp:gfx', 21 '../ui/gfx/gfx.gyp:gfx',
22 '../url/url.gyp:url_lib', 22 '../url/url.gyp:url_lib',
23 'bookmarks_common', 23 'bookmarks_common',
24 'components_strings.gyp:components_strings', 24 'components_strings.gyp:components_strings',
25 'favicon_base', 25 'favicon_base',
26 'keyed_service_core', 26 'keyed_service_core',
27 'pref_registry', 27 'pref_registry',
28 'query_parser', 28 'query_parser',
29 'startup_metric_utils', 29 'startup_metric_utils',
30 'url_formatter/url_formatter.gyp:url_formatter',
30 ], 31 ],
31 'sources': [ 32 'sources': [
32 'bookmarks/browser/base_bookmark_model_observer.cc', 33 'bookmarks/browser/base_bookmark_model_observer.cc',
33 'bookmarks/browser/base_bookmark_model_observer.h', 34 'bookmarks/browser/base_bookmark_model_observer.h',
34 'bookmarks/browser/bookmark_client.cc', 35 'bookmarks/browser/bookmark_client.cc',
35 'bookmarks/browser/bookmark_client.h', 36 'bookmarks/browser/bookmark_client.h',
36 'bookmarks/browser/bookmark_codec.cc', 37 'bookmarks/browser/bookmark_codec.cc',
37 'bookmarks/browser/bookmark_codec.h', 38 'bookmarks/browser/bookmark_codec.h',
38 'bookmarks/browser/bookmark_expanded_state_tracker.cc', 39 'bookmarks/browser/bookmark_expanded_state_tracker.cc',
39 'bookmarks/browser/bookmark_expanded_state_tracker.h', 40 'bookmarks/browser/bookmark_expanded_state_tracker.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'type': 'none', 189 'type': 'none',
189 'variables': { 190 'variables': {
190 'source_file': 'bookmarks/common/android/bookmark_type.h', 191 'source_file': 'bookmarks/common/android/bookmark_type.h',
191 }, 192 },
192 'includes': [ '../build/android/java_cpp_enum.gypi' ], 193 'includes': [ '../build/android/java_cpp_enum.gypi' ],
193 }, 194 },
194 ], 195 ],
195 }] 196 }]
196 ], 197 ],
197 } 198 }
OLDNEW
« no previous file with comments | « components/app_modal/javascript_dialog_manager.cc ('k') | components/bookmarks/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698