Commit 9082b5bf authored by blundell's avatar blundell Committed by Commit bot

Componentize google_util_unittest

The file can be moved into the component as-is.

BUG=373245

Review URL: https://codereview.chromium.org/506863003

Cr-Commit-Position: refs/heads/master@{#292127}
parent 33335ad1
......@@ -987,7 +987,6 @@
'browser/google/google_search_counter_unittest.cc',
'browser/google/google_update_settings_unittest.cc',
'browser/google/google_url_tracker_unittest.cc',
'browser/google/google_util_unittest.cc',
'browser/history/android/android_cache_database_unittest.cc',
'browser/history/android/android_history_provider_service_unittest.cc',
'browser/history/android/android_history_types_unittest.cc',
......
......@@ -122,6 +122,7 @@
'gcm_driver/gcm_client_impl_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
'google/core/browser/google_util_unittest.cc',
'history/core/browser/url_database_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
......@@ -314,6 +315,9 @@
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
# Dependencies of google
'components.gyp:google_core_browser',
# Dependencies of history
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
......@@ -494,6 +498,7 @@
['include', '^dom_distiller/'],
['include', '^enhanced_bookmarks/'],
['include', '^gcm_driver/'],
['include', '^google/'],
['include', '^history/'],
['include', '^invalidation/'],
['include', '^json_schema/'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment