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

Side by Side Diff: components/history.gypi

Issue 1454413002: Move FakeWebHistoryService to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 30 matching lines...) Expand all
41 'history/core/browser/delete_directive_handler.h', 41 'history/core/browser/delete_directive_handler.h',
42 'history/core/browser/download_constants.h', 42 'history/core/browser/download_constants.h',
43 'history/core/browser/download_database.cc', 43 'history/core/browser/download_database.cc',
44 'history/core/browser/download_database.h', 44 'history/core/browser/download_database.h',
45 'history/core/browser/download_row.cc', 45 'history/core/browser/download_row.cc',
46 'history/core/browser/download_row.h', 46 'history/core/browser/download_row.h',
47 'history/core/browser/download_types.cc', 47 'history/core/browser/download_types.cc',
48 'history/core/browser/download_types.h', 48 'history/core/browser/download_types.h',
49 'history/core/browser/expire_history_backend.cc', 49 'history/core/browser/expire_history_backend.cc',
50 'history/core/browser/expire_history_backend.h', 50 'history/core/browser/expire_history_backend.h',
51 'history/core/browser/fake_web_history_service.cc',
engedy 2015/11/19 16:02:16 I was meaning to ask if you need to add this to an
msramek 2015/11/30 15:17:10 Hmm. And what's more important, this should be onl
engedy 2015/11/30 15:47:07 Acknowledged.
52 'history/core/browser/fake_web_history_service.h',
51 'history/core/browser/history_backend.cc', 53 'history/core/browser/history_backend.cc',
52 'history/core/browser/history_backend.h', 54 'history/core/browser/history_backend.h',
53 'history/core/browser/history_backend_client.h', 55 'history/core/browser/history_backend_client.h',
54 'history/core/browser/history_backend_notifier.h', 56 'history/core/browser/history_backend_notifier.h',
55 'history/core/browser/history_backend_observer.h', 57 'history/core/browser/history_backend_observer.h',
56 'history/core/browser/history_client.h', 58 'history/core/browser/history_client.h',
57 'history/core/browser/history_constants.cc', 59 'history/core/browser/history_constants.cc',
58 'history/core/browser/history_constants.h', 60 'history/core/browser/history_constants.h',
59 'history/core/browser/history_context.h', 61 'history/core/browser/history_context.h',
60 'history/core/browser/history_database.cc', 62 'history/core/browser/history_database.cc',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'history/ios/browser/history_database_helper.cc', 261 'history/ios/browser/history_database_helper.cc',
260 'history/ios/browser/history_database_helper.h', 262 'history/ios/browser/history_database_helper.h',
261 'history/ios/browser/web_state_top_sites_observer.cc', 263 'history/ios/browser/web_state_top_sites_observer.cc',
262 'history/ios/browser/web_state_top_sites_observer.h', 264 'history/ios/browser/web_state_top_sites_observer.h',
263 ], 265 ],
264 }, 266 },
265 ], 267 ],
266 }], 268 }],
267 ], 269 ],
268 } 270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698