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

Unified Diff: components/components_tests.gyp

Issue 584013002: Componentize history_types.{cc,h} and android_history_types.{cc,h} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/chrome_tests_unit.gypi ('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 8d9721b284391bacb7c594f4f8dc60c2582a329e..76044be245bb0d4636fd7b4641e866396534e77e 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -133,6 +133,8 @@
'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/history_types_unittest.cc',
'history/core/browser/url_database_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
@@ -616,6 +618,7 @@
],
'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/chrome_tests_unit.gypi ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698