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

Side by Side Diff: components/history.gypi

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 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/gcm_driver/gcm_desktop_utils.cc ('k') | components/history/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 '../third_party/sqlite/sqlite.gyp:sqlite', 22 '../third_party/sqlite/sqlite.gyp:sqlite',
23 '../ui/base/ui_base.gyp:ui_base', 23 '../ui/base/ui_base.gyp:ui_base',
24 '../ui/gfx/gfx.gyp:gfx', 24 '../ui/gfx/gfx.gyp:gfx',
25 '../url/url.gyp:url_lib', 25 '../url/url.gyp:url_lib',
26 'favicon_base', 26 'favicon_base',
27 'history_core_common', 27 'history_core_common',
28 'keyed_service_core', 28 'keyed_service_core',
29 'prefs/prefs.gyp:prefs', 29 'prefs/prefs.gyp:prefs',
30 'query_parser', 30 'query_parser',
31 'signin_core_browser', 31 'signin_core_browser',
32 'sync_driver',
33 'url_formatter/url_formatter.gyp:url_formatter', 32 'url_formatter/url_formatter.gyp:url_formatter',
34 'version_info', 33 'version_info',
35 ], 34 ],
36 'export_dependent_settings': [ 35 'export_dependent_settings': [
37 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
38 ], 37 ],
39 'sources': [ 38 'sources': [
40 # Note: sources list duplicated in GN build. 39 # Note: sources list duplicated in GN build.
41 'history/core/browser/delete_directive_handler.cc', 40 'history/core/browser/delete_directive_handler.cc',
42 'history/core/browser/delete_directive_handler.h', 41 'history/core/browser/delete_directive_handler.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'history/ios/browser/history_database_helper.cc', 258 'history/ios/browser/history_database_helper.cc',
260 'history/ios/browser/history_database_helper.h', 259 'history/ios/browser/history_database_helper.h',
261 'history/ios/browser/web_state_top_sites_observer.h', 260 'history/ios/browser/web_state_top_sites_observer.h',
262 'history/ios/browser/web_state_top_sites_observer.mm', 261 'history/ios/browser/web_state_top_sites_observer.mm',
263 ], 262 ],
264 }, 263 },
265 ], 264 ],
266 }], 265 }],
267 ], 266 ],
268 } 267 }
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_desktop_utils.cc ('k') | components/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698