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

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: Addressed comments. Created 5 years 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '../sql/sql.gyp:sql', 175 '../sql/sql.gyp:sql',
176 '../sql/sql.gyp:test_support_sql', 176 '../sql/sql.gyp:test_support_sql',
177 '../sync/sync.gyp:sync', 177 '../sync/sync.gyp:sync',
178 '../testing/gtest.gyp:gtest', 178 '../testing/gtest.gyp:gtest',
179 '../ui/gfx/gfx.gyp:gfx', 179 '../ui/gfx/gfx.gyp:gfx',
180 '../url/url.gyp:url_lib', 180 '../url/url.gyp:url_lib',
181 'history_core_browser', 181 'history_core_browser',
182 ], 182 ],
183 'sources': [ 183 'sources': [
184 # Note: sources list duplicated in GN build. 184 # Note: sources list duplicated in GN build.
185 'history/core/browser/fake_web_history_service.cc',
185 'history/core/test/database_test_utils.cc', 186 'history/core/test/database_test_utils.cc',
186 'history/core/test/database_test_utils.h', 187 'history/core/test/database_test_utils.h',
187 'history/core/test/history_backend_db_base_test.cc', 188 'history/core/test/history_backend_db_base_test.cc',
188 'history/core/test/history_backend_db_base_test.h', 189 'history/core/test/history_backend_db_base_test.h',
189 'history/core/test/history_client_fake_bookmarks.cc', 190 'history/core/test/history_client_fake_bookmarks.cc',
190 'history/core/test/history_client_fake_bookmarks.h', 191 'history/core/test/history_client_fake_bookmarks.h',
191 'history/core/test/history_unittest_base.cc', 192 'history/core/test/history_unittest_base.cc',
192 'history/core/test/history_unittest_base.h', 193 'history/core/test/history_unittest_base.h',
193 'history/core/test/test_history_database.cc', 194 'history/core/test/test_history_database.cc',
194 'history/core/test/test_history_database.h', 195 'history/core/test/test_history_database.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'history/ios/browser/history_database_helper.cc', 260 'history/ios/browser/history_database_helper.cc',
260 'history/ios/browser/history_database_helper.h', 261 'history/ios/browser/history_database_helper.h',
261 'history/ios/browser/web_state_top_sites_observer.cc', 262 'history/ios/browser/web_state_top_sites_observer.cc',
262 'history/ios/browser/web_state_top_sites_observer.h', 263 'history/ios/browser/web_state_top_sites_observer.h',
263 ], 264 ],
264 }, 265 },
265 ], 266 ],
266 }], 267 }],
267 ], 268 ],
268 } 269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698