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

Side by Side Diff: components/history.gypi

Issue 1260033005: Revert of Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
33 ], 32 ],
34 'export_dependent_settings': [ 33 'export_dependent_settings': [
35 '../skia/skia.gyp:skia', 34 '../skia/skia.gyp:skia',
36 ], 35 ],
37 'sources': [ 36 'sources': [
38 # Note: sources list duplicated in GN build. 37 # Note: sources list duplicated in GN build.
39 'history/core/browser/delete_directive_handler.cc', 38 'history/core/browser/delete_directive_handler.cc',
40 'history/core/browser/delete_directive_handler.h', 39 'history/core/browser/delete_directive_handler.h',
41 'history/core/browser/download_constants.h', 40 'history/core/browser/download_constants.h',
42 'history/core/browser/download_database.cc', 41 'history/core/browser/download_database.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'history/ios/browser/history_database_helper.cc', 246 'history/ios/browser/history_database_helper.cc',
248 'history/ios/browser/history_database_helper.h', 247 'history/ios/browser/history_database_helper.h',
249 'history/ios/browser/web_state_top_sites_observer.cc', 248 'history/ios/browser/web_state_top_sites_observer.cc',
250 'history/ios/browser/web_state_top_sites_observer.h', 249 'history/ios/browser/web_state_top_sites_observer.h',
251 ], 250 ],
252 }, 251 },
253 ], 252 ],
254 }], 253 }],
255 ], 254 ],
256 } 255 }
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