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

Unified Diff: components/components_tests.gyp

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android compilation Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/history.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a02d5d250386fd61f03fcc412949200d3161fc5c..21149c5e674070c3493adc65e3881c7713c87a26 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -146,7 +146,7 @@
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
'google/core/browser/google_url_tracker_unittest.cc',
'google/core/browser/google_util_unittest.cc',
- 'history/core/android/android_history_types_unittest.cc',
+ 'history/core/browser/android/android_history_types_unittest.cc',
'history/core/browser/history_types_unittest.cc',
'history/core/browser/in_memory_url_index_types_unittest.cc',
'history/core/browser/top_sites_cache_unittest.cc',
@@ -756,7 +756,6 @@
],
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
- 'components.gyp:history_core_android',
],
'dependencies!': [
'components.gyp:feedback_component',
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698