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

Side by Side Diff: components/history.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/google/core/browser/google_util.cc ('k') | components/history/core/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/history/core/browser 8 # GN version: //components/history/core/browser
9 'target_name': 'history_core_browser', 9 'target_name': 'history_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 11 matching lines...) Expand all
22 '../sync/sync.gyp:sync', 22 '../sync/sync.gyp:sync',
23 '../third_party/sqlite/sqlite.gyp:sqlite', 23 '../third_party/sqlite/sqlite.gyp:sqlite',
24 '../ui/base/ui_base.gyp:ui_base', 24 '../ui/base/ui_base.gyp:ui_base',
25 '../ui/gfx/gfx.gyp:gfx', 25 '../ui/gfx/gfx.gyp:gfx',
26 '../url/url.gyp:url_lib', 26 '../url/url.gyp:url_lib',
27 'favicon_base', 27 'favicon_base',
28 'history_core_common', 28 'history_core_common',
29 'keyed_service_core', 29 'keyed_service_core',
30 'query_parser', 30 'query_parser',
31 'signin_core_browser', 31 'signin_core_browser',
32 'url_formatter/url_formatter.gyp:url_formatter',
32 ], 33 ],
33 'export_dependent_settings': [ 34 'export_dependent_settings': [
34 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
35 ], 36 ],
36 'sources': [ 37 'sources': [
37 # Note: sources list duplicated in GN build. 38 # Note: sources list duplicated in GN build.
38 'history/core/browser/delete_directive_handler.cc', 39 'history/core/browser/delete_directive_handler.cc',
39 'history/core/browser/delete_directive_handler.h', 40 'history/core/browser/delete_directive_handler.h',
40 'history/core/browser/download_constants.h', 41 'history/core/browser/download_constants.h',
41 'history/core/browser/download_database.cc', 42 'history/core/browser/download_database.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'history/ios/browser/history_database_helper.cc', 247 'history/ios/browser/history_database_helper.cc',
247 'history/ios/browser/history_database_helper.h', 248 'history/ios/browser/history_database_helper.h',
248 'history/ios/browser/web_state_top_sites_observer.cc', 249 'history/ios/browser/web_state_top_sites_observer.cc',
249 'history/ios/browser/web_state_top_sites_observer.h', 250 'history/ios/browser/web_state_top_sites_observer.h',
250 ], 251 ],
251 }, 252 },
252 ], 253 ],
253 }], 254 }],
254 ], 255 ],
255 } 256 }
OLDNEW
« no previous file with comments | « components/google/core/browser/google_util.cc ('k') | components/history/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698